npqhugo
npqhugo copied to clipboard
npq-hugo is a customizable and responsive dark blog theme with integrated contact form and code syntax highlighting
``` Console warning: Page.URL is deprecated ```
How to limit the number of shown microblogs? And maybe use next page and previous page to show all
Have 3 posts under contents/posts/. Example: ``` contents/posts \__ foo/index.md \__ bar/index.md \__ baz/index.md ``` In one of the index.md, I have: ``` --- title: "bar" pinned: true date: 2020-08-16T17:40:35+05:30...
I was experimenting with page bundles (keeping content & images together), but it was not showing any content. I have updated the list template to this: ``` {{ define "main"...