Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add archetypes folder for website #5

Closed
2 of 3 tasks
LizzyParkerPannell opened this issue Nov 1, 2022 · 0 comments
Closed
2 of 3 tasks

Add archetypes folder for website #5

LizzyParkerPannell opened this issue Nov 1, 2022 · 0 comments

Comments

@LizzyParkerPannell
Copy link
Owner

LizzyParkerPannell commented Nov 1, 2022

  • create an archetypes folder
  • create archetypes/chapter.md file and fill with:
+++
title = "{{ replace .Name "-" " " | title }}"
date = {{ .Date }}
weight = 5
chapter = true
pre = "<b>X. </b>"
+++


# Some Chapter title

Lorem Ipsum.
  • create archetypes/default.md file and fill with:
+++
title = "{{ replace .Name "-" " " | title }}"
date =  {{ .Date }}
weight = 5
+++

Lorem Ipsum.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant