aboutsummaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)AuthorFilesLines
2022-10-26config: Overwrite and build expired0.11.5tdro8-16/+25
Remove xkcd from content security policy, no longer needed.
2022-10-21themes/default/layouts/partials/profile: micro-header-image -> ↵tdro1-2/+2
micro-header-banner Header image is a banner.
2022-10-20themes/default/layouts/partials/web-ring: Avoid extra markup with feed ↵tdro3-39/+41
function return
2022-10-20themes/default/layouts/partials/generate-feeds: image -> favicon and raw -> ↵0.11.4tdro6-9/+9
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-19themes/default/layouts/_default/_markup/render-image: Add dumb orientation checktdro1-49/+62
2022-10-13themes/default/layouts/partials/profile-tabs: tab-list -> tab-bartdro6-10/+10
Add more specificity to nav elements and set up for adding more items to tab bar.
2022-10-12themes/default/layouts/_default/summary: Store content in variabletdro1-4/+12
2022-10-12themes/default/layouts/partials/profile-tabs: Style anchor with draft attributetdro1-1/+1
2022-10-12themes/default/layouts/partials/card-unsafe: Header not allowedtdro1-2/+2
2022-10-12themes/default/layouts/_default/summary: Use data-expires attributetdro1-23/+24
2022-10-11themes/default/layouts/partials/video-container: Don't leak <nil> into ↵tdro1-1/+5
source URL
2022-10-10themes/default/layouts/partials/generate-feeds: Plainify to html firsttdro1-18/+18
Seems to be better at filtering out html.
2022-10-10themes/default/layouts/partials/meta-name: Use home page feed link0.11.3tdro2-2/+2
If available. See previous commit for configuration change.
2022-10-10themes/default/layouts/shortcodes/pdf: Use object for PDFtdro1-6/+8
Remove external PDF viewer in demonstration.
2022-10-10themes/default/layouts/_default/home.xslt: Allow browser back functiontdro1-1/+1
Fall back to home when there's no JavaScript
2022-10-10themes/default/layouts/partials/web-ring: Set <time> and <p> inlinetdro1-9/+9
2022-10-06config: Add base-uri content security0.11.2tdro1-1/+1
See previous commit for configuration change.
2022-10-06themes/default/layouts/partials/base-head: Crudely serialize policytdro2-39/+23
To add new rules without changing source code. Allow setting robots meta tag.
2022-10-06themes/default/layouts/partials/author: Dry up default user data invocationstdro13-24/+15
2022-10-06themes/default/layouts/partials/function-authors-data: Pass contexttdro2-10/+17
Allow passing the page context and reuse in base head template.
2022-10-05assets/templates/author: blogtitle -> title0.11.1tdro3-3/+3
2022-10-05themes/default/layouts/partials/generate-feeds: Ensure descriptions are usedtdro1-14/+14
Fallback to title on empty web ring content.
2022-10-05themes/default/layouts/partials/author-picture: Expose webp sourcetdro1-1/+1
2022-10-05themes/default/layouts/partials/generate-feeds: Plainify source domaintdro1-1/+1
2022-10-04themes/default/layouts/partials/generate-feeds: Pass source descriptiontdro1-2/+2
2022-10-04themes/default/layouts/_default/rss: Set description properlytdro2-2/+4
Let's follow the rules.. setup for adding overall site description later
2022-10-04themes/default/layouts/_default/rss: Set user.name as title if availabletdro2-4/+11
2022-10-04themes/default/layouts/_default/rss: Move logic outsidetdro1-11/+25
2022-10-03themes/default/layouts/_default/home.records: Paginatetdro2-37/+31
2022-09-27themes/default/layouts/_default/taxonomy: Formattdro1-14/+22
2022-09-26themes/default/layouts/_default/home.history: Paginate thistdro1-31/+38
2022-09-22themes/default/layouts/partials/function-caches-images: Opt -> Alttdro3-8/+8
2022-09-15themes/default/layouts/partials/gallery-walk: Relate pagestdro2-18/+31
Pass context. Break is now available. Don't use image cacher for now.
2022-09-11assets/css/default: Change <reaction-hover> to <reaction-tip>tdro1-2/+2
2022-09-08content/default: Adjust pseudo docs for new version0.11.0tdro1-1/+1
2022-09-08themes/default/layouts/partials/pagination: Clean up labelstdro1-15/+13
2022-09-05themes/default/layouts/shortcodes/video: Set orientationtdro2-23/+27
2022-09-04themes/default/layouts/_default/summary: Ensure spacing on attributestdro1-1/+1
2022-09-04themes/default/layouts/shortcodes: Add reaction short-codetdro2-0/+47
2022-09-04themes/default/layouts/partials/function-caches-images: Default to 404 if no ↵tdro1-1/+1
source To a file that should not exist.
2022-09-04themes/default/layouts/_default/rss: Clarify page contexttdro1-3/+3
2022-09-03themes/default/layouts/partials/gallery-walk: Lazy load imagestdro1-4/+11
2022-09-03themes/default/layouts/partials/function-caches-images: Namespace alternate copytdro5-16/+16
Make the name distinct, it might eventually be a slice.
2022-09-02themes/default/layouts/_default/rss: Add newline tags separatortdro1-0/+1
2022-08-29themes/default/layouts/_default/home.xslt.xsl: Don't allow out of sync ↵tdro1-73/+15
navigation
2022-08-29themes/default/layouts/_default/home.xslt.xsl: Don't lazy load imagestdro1-1/+1
2022-08-28themes/default/layouts/partials/meta-context-menu: Plain text before permalinktdro1-1/+1
2022-08-28themes/default/layouts/_default/home.xslt.xsl: Select image from RSS XMLtdro1-5/+3
2022-08-28themes/default/layouts/_default/rss.xml: Use optimized image cachetdro1-1/+20
2022-08-28themes/default/layouts/partials/author-card: Picture may be copied from remotetdro1-4/+6