Skip to content
Discussion options

You must be logged in to vote

I don't believe that the render key is valid under the website key. I believe it belongs here:

project:
  type: website
  render:
    - "*.qmd"
    - "!welcome/*.qmd"

website:
  title: "Blog"
  navbar:
    right:
      - about.qmd
      - icon: github
        href: https://github.com/
      - icon: twitter
        href: https://twitter.com
format:
  html:
    theme: cosmo
    css: styles.css

The above example works with our default blog to exclude the welcome post from being rendered, which appears to in turn not allow it to appear in a listing. I've attached a zip of that sample project so you can compare to see if there are differences that may explain this.

blog.zip

Depending upon yo…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@cderv
Comment options

@mcanouil
Comment options

Comment options

You must be logged in to vote
4 replies
@andrewpbray
Comment options

@dragonstyle
Comment options

@andrewpbray
Comment options

@andrewpbray
Comment options

Answer selected by andrewpbray
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants