The content #21
-
Hello! Thank you for the theme example, but where can I found a content for it? |
Beta Was this translation helpful? Give feedback.
Answered by
daveaglick
Oct 8, 2020
Replies: 1 comment 1 reply
-
@Feofilakt The theme provides things like styling, navigation, archives and tag indexes, etc. Generally you'll install the theme (instructions here) and then write Markdown files in the The best example I can point to at the moment of a full blog using the theme is my own: https://github.com/daveaglick/daveaglick - feel free to clone it as an example and then start from there. Does that help answer your question? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Feofilakt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Feofilakt The theme provides things like styling, navigation, archives and tag indexes, etc. Generally you'll install the theme (instructions here) and then write Markdown files in the
input/posts
folder.The best example I can point to at the moment of a full blog using the theme is my own: https://github.com/daveaglick/daveaglick - feel free to clone it as an example and then start from there.
Does that help answer your question?