aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/shortcodes/version.html
AgeCommit message (Collapse)AuthorFilesLines
2024-02-24shell: Park at hugo version 0.122.0tdro1-3/+3
Increase shell build ergonomics
2023-12-12themes/default/layouts/shortcodes/version: 0.108.0 -> 0.110.0tdro1-1/+1
2023-05-02themes/default/layouts: Squash history + records -> archives0.11.12tdro1-1/+1
That was as interesting experiment..
2023-03-03config: Support offline mode0.11.11tdro1-4/+6
Default to offline. The configuration has to set the site's offline configuration to false for remote fetches to be allowed
2023-01-06themes/default/layouts/partials/author-list: Generate once0.11.10tdro1-1/+1
Let it appear on second generation
2022-12-21themes/default/layouts/partials: Prevent feed fetches from multiplying0.11.9tdro1-1/+6
By limiting to section. Add hugo option to version shortcode
2022-12-06themes/default/layouts/_default/sitemap.xml: Add schema and transform0.11.8tdro1-1/+1
Validate with schema. Switch to xml-data identifier attribute and adjust file name-spacing in configuration
2022-12-03themes/default/layouts/shortcodes/video.html: Default to self always0.11.7tdro1-1/+1
To avoid hotlinking by mistake. Support media start and end fragments (https://www.w3.org/TR/media-frags/) separately. Add remote parameter for offloading to source
2022-11-16themes/default/layouts/partials/function-content: Make block quotes easier ↵tdro1-1/+1
to write Remove footer since it's no longer needed
2022-10-26config: Overwrite and build expired0.11.5tdro1-1/+1
Remove xkcd from content security policy, no longer needed.
2022-10-20themes/default/layouts/partials/generate-feeds: image -> favicon and raw -> ↵0.11.4tdro1-1/+1
markdown grep -lri "raw: " public/data/generates/content | xargs sed --in-place 's|raw: |markdown: |g' grep -lri "image: " public/data/generates/content | xargs sed --in-place 's|image: |favicon: |g'
2022-10-10themes/default/layouts/partials/meta-name: Use home page feed link0.11.3tdro1-1/+1
If available. See previous commit for configuration change.
2022-10-06config: Add base-uri content security0.11.2tdro1-1/+1
See previous commit for configuration change.
2022-10-05assets/templates/author: blogtitle -> title0.11.1tdro1-1/+1
2022-09-08content/default: Adjust pseudo docs for new version0.11.0tdro1-1/+1
2022-08-02themes/default/layouts/shortcodes: Add version shortcodetdro1-0/+13