summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-05-26remove padding rule from summary layoutmorph
2020-05-26always show scrollbarmorph
2020-05-26init as nameless new thememorph
2020-01-09Don't create empty div w/o commentsvimux
2019-10-13Fix tags: don't create empty block w/o tagsvimux
2019-09-01Convert theme min_version to stringvimux
2019-08-19Update theme.toml: add development tagvimux
2019-08-04Update default archetype templatevimux
2019-08-03Fix main menu: don't create empty menu w/o itemsvimux
2019-08-01Fix links to LICENSE filevimux
2019-07-31Define the Base Template and fix Hugo warningsvimux
* Define the Base Template (baseof.html) * Use relative URL link to style.css file * Move summary.html from partials to _default layouts * Fix Hugo warnings (needs Hugo 0.20 or newer) * Fix Paginator rule on main page. Fix #8 * Latest posts: show pages from mainSections only * Bump Hugo 0.19 -> 0.20 * Formatting
2019-07-30Formatting: add final newlinevimux
2019-07-30Delete unused article.html filevimux
2019-07-29Update README.mdvimux
2019-07-29LICENSE.md -> LICENSEvimux
2017-09-23Merge pull request #6 from adamsullovey/fix-list-pages-not-filteringVimux
fix list page filtering
2017-09-22fix list page filtering not workingAdam Sullovey
When I started using the blank theme, I found urls like /tags/js would list all posts instead of just posts tagged 'js'. Changing '.Site.Pages' to 'Data.Pages' fixes this, and now my site can have lists that filter posts by category and tags.
2017-08-08Add default archetypevimux
Fix #4
2017-04-08Bump Hugo min version to v0.19vimux
With new Hugo v0.20 the `.Now` is deprecated and will be replaced by the `now` template function. Hugo v0.19 supports both template functions.
2017-04-08Replace deprecated .Now with now template functionvimux
2017-01-17Fix spelling. Merge pull request #2Vimux
2017-01-04Spellingmarkfirmware
2016-12-19Update README.mdvimux
2016-11-17Merge pull request #1 from bep/rssVimux
Rename RSSlink to RSSLink
2016-11-17Rename RSSlink to RSSLinkBjørn Erik Pedersen
The former will be deprecated and eventually removed from Hugo. Note: Currently both of them exist in Hugo, which is the reason for the cleanup.
2016-11-04Add blank style.cssvimux
2016-10-15Absolute path to screenshot in readmevimux
2016-10-14Initial commitvimux