A bland theme for boring people.
-
Add the site variables for some links to work. Also needed for seo tags.
[params] author = "your name" description = "Blog about this and that." sitename = "My cool blog" github = "https://github.com/username" twitter = "@username" favicon = "/images/favicon.ico" resume = "https://example.com/resume.pdf"
-
For the projects page to work, there must be a
projects.md
file or aprojects/_index.md
incontent/
folder.
- The contents of the file
+++ title = "Projects" layout = "projects" draft = false +++
- Additionally the projects data can be added in the
config.toml
# Projects list [[params.projects]] name = "project1" description = "First project 📚" demoLink = "https://example.com/project1/" sourceLink = "https://github.com/username/project1" [[params.projects]] name = "project2" description = "Second project 📚" demoLink = "https://example.com/project2/" sourceLink = "https://github.com/username/project2"
- The theme supports utterances by default. This can be easily replaced with discourse or whatever in
partials/comments.html
. - SEO stuff can be added to the
partial/meta.html
- Pagintation can be handled by uncommenting the partials in
_default/list.html
andlayout/index.html
.
- Include an example site.
- A nicer readme.