aboutsummaryrefslogtreecommitdiff
path: root/config.json
AgeCommit message (Collapse)AuthorFilesLines
2023-12-30config: Unify the manifeststdro1-15/+9
Inline and use generic placeholder logo
2023-12-30config: Simplify author site datatdro1-8/+2
2023-12-30config: Punt search verification entriestdro1-3/+4
2023-12-30config: Remove figure fixtdro1-1/+1
2023-12-30config: Use same icon set on navigationtdro1-6/+6
Normalize SVG XML formatting
2023-12-30config: Remove archives messages directorytdro1-2/+2
Not needed
2023-12-30config: Add settings pagetdro1-9/+21
Adjust icons
2023-06-18config: Remove deprecated content security policiestdro1-9/+0
2023-06-01themes/default/layouts/_default: Add single embedtdro1-1/+6
2023-05-02themes/default/layouts: Squash history + records -> archives0.11.12tdro1-15/+3
That was as interesting experiment..
2023-04-08static/js/refresh: Hook into blurtdro1-4/+1
Keep it simple
2023-04-08static/js: Add update checktdro1-1/+3
In the case of heavy caching attempt a naive site update check with voluntary refresh. Not fully idempotent?
2023-03-03config: Support offline mode0.11.11tdro1-2/+3
Default to offline. The configuration has to set the site's offline configuration to false for remote fetches to be allowed
2023-03-03config: picturegallery -> gallerytdro1-1/+1
2023-02-10themes/default/layouts/shortcodes/pdf.html -> attach.htmltdro1-6/+3
Generalize into attach shortcode
2023-01-14config: Add full markup configurationtdro1-11/+62
2023-01-12themes/default/layouts/partials/base-head: Add rel canonicaltdro1-1/+2
2023-01-11themes/default/layouts/shortcodes/tweet: Replace with linktdro1-5/+2
This embed has to be strangest I've ever looked at.. use a simple link card. Could use https://publish.twitter.com/oembed but that's annoying..
2023-01-06themes/default/layouts/partials/author-list: Generate once0.11.10tdro1-0/+5
Let it appear on second generation
2022-12-21themes/default/layouts/partials: Prevent feed fetches from multiplying0.11.9tdro1-1/+16
By limiting to section. Add hugo option to version shortcode
2022-12-16themes/default/layouts/_default/single: Add related contenttdro1-0/+15
Add related configuration. May need to soon optimize the templates..
2022-12-06themes/default/layouts/_default/sitemap.xml: Add schema and transform0.11.8tdro1-2/+12
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-6/+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-10-26config: Overwrite and build expired0.11.5tdro1-1/+1
Remove xkcd from content security policy, no longer needed.
2022-10-10themes/default/layouts/shortcodes/pdf: Use object for PDFtdro1-3/+5
Remove external PDF viewer in demonstration.
2022-10-06config: Add base-uri content security0.11.2tdro1-0/+3
See previous commit for configuration change.
2022-10-06themes/default/layouts/partials/base-head: Crudely serialize policytdro1-15/+25
To add new rules without changing source code. Allow setting robots meta tag.
2022-08-16themes/default/layouts/partials: Add plain texttdro1-1/+6
Add plain text version of single. Enhance menu permalink ergonomics. Add href to date menu anchor.
2022-08-15config: Use route names in output format labelstdro1-6/+6
Easier search.
2022-06-24themes/default: static/images -> data/mediatdro1-1/+1
Add media path. Translate static images to data media.
2022-06-23themes/default/layouts: Translate raw into generated contenttdro1-1/+1
Reuse short code for markdown embeds.
2022-06-17config: Generate authors from configurationtdro1-0/+9
2022-06-12themes/default/layouts/partials/video-container: Source of truth for video ↵tdro1-1/+2
embeds Static videos with cached copy. Convert imgur short code into a video short code helper. Replace dynamic embed with static.
2022-06-06themes/default/layouts/partials/gallery-walk: Walk outside in publictdro1-0/+4
Look inside public folder for image assets to include and minify. Massive efficiency gains.
2022-05-28config: Set cachestdro1-0/+26
2022-05-25themes/default/layouts/_default/summary: Collect feed metadatatdro1-1/+1
Namespace summary metadata partials. Add metadata to generated markdown.
2022-05-25themes/default/layouts: Multiplex RSS feedstdro1-0/+4
Use one feed fetching logic and generate feeds as markdown. Due to generation step hugo has to run twice to fully generate all static content.
2022-05-24config: Keep files under sourcestdro1-1/+1
Remove extra source folder in public path.
2022-05-17config: Control default titletdro1-0/+1
For pages where the titles are auto generated, choose default author's title as title.
2022-05-17config: Default to no referrer policytdro1-1/+1
2022-05-17themes/default/layouts/_default/rss: Style feedtdro1-1/+13
2022-05-13themes/default/layouts/partials/footer: Set default usertdro1-2/+3
2022-05-08themes/default/layouts/partials/head: Add default home linktdro1-0/+1
2022-05-07themes/default/layouts/partials/head: Add refresh settingtdro1-1/+4
2022-05-07config.yaml: Add search engine verificationtdro1-0/+7
2022-05-06themes/default/layouts/partials: Allow setting default gallerytdro1-1/+2
Correct spelling error.
2022-05-06config.yaml: Default to production falsetdro1-1/+1
2022-05-06themes/default/layouts/partials/head: Bundletdro1-1/+2
Fingerprint and cache bust automatically.
2022-05-04themes/default/layouts/partials/csp: Add connect-srctdro1-0/+3
2022-05-04themes/default/layouts/_default: Add robots.txttdro1-0/+1