GithubHelp home page GithubHelp logo

Markdown Meta + Head about vitesse HOT 5 CLOSED

antfu avatar antfu commented on August 10, 2024
Markdown Meta + Head

from vitesse.

Comments (5)

antfu avatar antfu commented on August 10, 2024 2

For me, I am doing another way around, I defined meta in the frontmatter where vite-plugin-md could infer them to the head with enabledHead: true. Then I apply frontmatter to the route's meta for other route-based logics.

You can how I do it on my site here:

https://github.com/antfu/antfu.me/blob/9f0434ea0c06699f1e9f2b31c2a107dc6d3b50e9/vite.config.ts#L58-L60
https://github.com/antfu/antfu.me/blob/9f0434ea0c06699f1e9f2b31c2a107dc6d3b50e9/vite.config.ts#L70

Hope that works for you

from vitesse.

hannoeru avatar hannoeru commented on August 10, 2024

You need to set routeBlockLang: 'yaml' in vite.config.ts's Pages() plugin options.
Or use lang attr like:

<route lang="yaml">
meta:
  customMeta: "value"
</route>

from vitesse.

xemoka avatar xemoka commented on August 10, 2024

Yes, sorry, I do have routeBlockLang: 'yaml' configured; what I'm after is that the meta attribute in the frontmatter of the markdown file to get hoisted up into the route instead of having to both define frontmatter and use the <route> component: I'm after all configuration in the markdown frontmatter.

from vitesse.

hannoeru avatar hannoeru commented on August 10, 2024

@antfu should I add a markdown frontmatter parser to vite-plugin-pages? or we can have a resolver from vite-plugin-md? WDYT

from vitesse.

xemoka avatar xemoka commented on August 10, 2024

Thank you, that fits exactly where I thought I was missing something.

from vitesse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.