summaryrefslogtreecommitdiffstats
path: root/templates
Commit message (Collapse)AuthorAgeFilesLines
* Various small fixesVolpeon2021-01-243-35/+1
|
* Replace blogs with notebooks (i.e. no dates, grouped by category)Volpeon2021-01-213-3/+25
|
* Show secret footer, add link meta tag to feed for owning page, finished home ↵Volpeon2021-01-102-0/+7
| | | | page
* Moved output filename handling into Pandoc filter, implemented path rewritingVolpeon2021-01-101-1/+5
|
* Added section link to the header in regular pages, improved template ↵Volpeon2021-01-084-48/+63
| | | | structure, improved CSS variable names, keep prefix for specific page items on mobile
* Improved general structure, resolve category name in metadata filter, added ↵Volpeon2021-01-077-52/+63
| | | | hideable nav items, added header for page layout
* Improved subpage organization code in metadata filterVolpeon2021-01-063-41/+36
|
* Moved all metadata processing from the build script into a Pandoc Lua filterVolpeon2021-01-054-21/+12
|
* Use Pygments for syntax highlighting, design adjustments, preload fontsVolpeon2021-01-023-2/+11
|
* Small design revisionsVolpeon2021-01-015-36/+22
|
* Revert to old subpage find commands, include page content in feedVolpeon2020-12-311-1/+1
|
* Add last_update metadata to pagesVolpeon2020-12-311-1/+1
|
* Simplified category listVolpeon2020-12-312-2/+2
|
* Store list of feeds in metadata fileVolpeon2020-12-301-3/+6
|
* Fixed subtemplate selection in base templateVolpeon2020-12-301-2/+6
|
* Better templates structure, better script configVolpeon2020-12-309-7/+12
|
* Fixed finding subpages in some cases, use multiple sorted arrays for categoriesVolpeon2020-12-303-6/+11
|
* Revert to old category metadata collection, add support for authorsVolpeon2020-12-303-6/+33
|
* Fixed regression: Category showed up in child pages as wellVolpeon2020-12-291-2/+4
|
* Improved metadata generation, added ATOM feedsVolpeon2020-12-295-44/+67
|
* Improved CSS classes for page content, added proper ref list macro, build ↵Volpeon2020-12-294-6/+6
| | | | scripts load and watch Pandoc filters automatically
* Handle blog entry categoriesVolpeon2020-12-283-1/+11
|
* Export pages grouped by year as array instead of objectVolpeon2020-12-281-9/+8
|
* Improved CSS vars and scopesVolpeon2020-12-281-2/+2
|
* Various small fixes, exclude raw ASCII fox from outputVolpeon2020-12-284-26/+28
|
* Completed automatic metadata generationVolpeon2020-12-272-4/+16
|
* Added stylelint, generate some metadata automaticallyVolpeon2020-12-271-4/+4
|
* Improved CSS variable names, improved script variable names, added initial ↵Volpeon2020-12-261-2/+2
| | | | support for finding child pages
* Improved SCSS structure, keep less glyphs in fontsVolpeon2020-12-261-3/+3
|
* Generate precompressed files, use variables for some nav-related valuesVolpeon2020-12-261-1/+2
|
* Improved CSS definitions, more fine-grained content build scriptVolpeon2020-12-252-12/+12
|
* Various improvements: CSS classes, favicon, designVolpeon2020-12-242-13/+17
|
* Added header, improved SCSS structure, use metadata file instead of param, ↵Volpeon2020-12-243-11/+21
| | | | improved folder structure
* Added favicon, also watch templates folderVolpeon2020-12-231-1/+2
|
* Switched from cssnano to csso, added robots.txt, changed output dirVolpeon2020-12-221-0/+1
|
* Misc changesVolpeon2020-12-223-27/+12
|
* Use Pandoc to write content in MarkdownVolpeon2020-12-213-0/+96