aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-10-26config: Overwrite and build expired0.11.5tdro13-21/+42
Remove xkcd from content security policy, no longer needed.
2022-10-26assets/css/default: Do not focus videotdro1-1/+1
2022-10-24static/js/fixedsearch: Camel casetdro2-26/+20
2022-10-24assets/css/default: Set gallery overlay positiontdro1-1/+3
Avoid border radius on table row hover.
2022-10-21themes/default/layouts/partials/profile: micro-header-image -> ↵tdro2-3/+3
micro-header-banner Header image is a banner.
2022-10-21assets/css/default: Add opacity to doc end notes <hr>tdro1-0/+1
2022-10-21content/canory/messages/definitions: Correct formattingtdro1-1/+1
2022-10-20assets/css/default: Set context menu in limited card predictablytdro1-0/+9
Cannot hop outside of overflow hidden context easily. Float menu position to the left to ensure it is never cut off.
2022-10-20themes/default/layouts/partials/web-ring: Avoid extra markup with feed ↵tdro4-43/+41
function return
2022-10-20assets/css/default: Add basic checkbox input stylingtdro1-4/+39
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-20assets/css/default: Use basic radial gradient on unsafe overlaytdro1-8/+2
2022-10-20assets/css/default: Show metadata on limited cardstdro1-3/+7
2022-10-19assets/css/default: Reduce image brightness on hovertdro1-1/+5
Disable hover shadows on gallery image hover interactions.
2022-10-19themes/default/layouts/_default/_markup/render-image: Add dumb orientation checktdro2-49/+71
2022-10-17assets/css/default: Remove unused micro-articletdro1-4/+3
2022-10-17assets/css/default: Inline block on micro content figure anchortdro1-1/+1
Keep unused touch area clear.
2022-10-17assets/css/default: Don't set micro content figure background colortdro1-1/+0
2022-10-14assets/css/default: Specificity adjustmentstdro1-24/+20
2022-10-13themes/default/layouts/partials/profile-tabs: tab-list -> tab-bartdro7-36/+40
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 attributetdro2-2/+2
2022-10-12themes/default/layouts/partials/card-unsafe: Header not allowedtdro2-3/+4
2022-10-12themes/default/layouts/_default/summary: Use data-expires attributetdro2-24/+24
2022-10-12static/js/pager: Keep it simple and restore on scroll changetdro2-67/+7
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 PDFtdro5-17/+28
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> inlinetdro2-13/+18
2022-10-06config: Add base-uri content security0.11.2tdro4-1/+6
See previous commit for configuration change.
2022-10-06themes/default/layouts/partials/base-head: Crudely serialize policytdro5-82/+84
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.1tdro6-6/+6
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: Paginatetdro3-44/+40
2022-09-30assets/css/default: Use transparent shadowtdro1-1/+1
2022-09-30assets/css/default: Add hover border to the last search entry elementtdro1-1/+2
2022-09-30assets/css/default: Bottom border radius on search entry only childtdro1-0/+5
2022-09-27themes/default/layouts/_default/taxonomy: Formattdro1-14/+22
2022-09-26themes/default/layouts/_default/home.history: Paginate thistdro1-31/+38
2022-09-23assets/css/default: Add shadow to search entry ultdro1-0/+2