aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-11-16themes/default/layouts/partials/function-content: Blockquotes search multi ↵0.11.6tdro1-4/+9
line before single line Should cover majority of cases for now
2022-11-16themes/default/layouts/partials/function-content: Add inline modifiertdro2-2/+3
To match blockquotes accross multiple lines. Normalize blockquote font size.
2022-11-16themes/default/layouts/partials/function-content: Range over all blockquote ↵tdro1-15/+9
footers
2022-11-16themes/default/layouts/partials/function-content: Make block quotes easier ↵tdro5-19/+40
to write Remove footer since it's no longer needed
2022-11-14themes/default/layouts/partials/meta: Remove dead logictdro4-23/+10
Feed data self and markdown may no longer be needed
2022-11-12Makefile: Quick check xslttdro3-1/+7
Max version of 1.1 supported by xsltproc
2022-11-08themes/default/layouts/_default/base: Make void element style consistenttdro3-12/+12
2022-11-08themes/default/layouts/_default/home.xslt.xsl: printf wrap <title>tdro1-1/+1
2022-11-08themes/default/layouts/_default/home.xslt: Use printf on declaration headertdro1-3/+10
Minor formatting adjustments
2022-11-08themes/default/layouts/partials/base-head: Replace hugo.Generator with markuptdro1-26/+26
Use XML conventions on void elements. Newer versions of the nu validator seem to be really pedantic about this, but this theme already mucks about in the XML namespace in a few places.
2022-11-07themes/default/layouts/_default/index.json: Avoid invalid data with proper ↵tdro1-4/+5
filter Filter outside of the range to avoid index mismatch.
2022-11-03themes/default/layouts/partials/context-profile: Set explicit feed paramstdro1-2/+2
2022-11-03themes/default/layouts/_default/rss: Paginatetdro3-23/+54
Firefox has issues with [xmlns] use [data="xml"] in stylesheet. Add previous and next to xslt sheet.
2022-11-02themes/default/layouts/_default/index.json: Paginatetdro3-31/+66
Load feed in chunks on the client side.
2022-10-31themes/default/layouts/partials/base-csp: Replace regular expression with ↵tdro1-22/+15
proper method
2022-10-31assets/css/default: Lighter border on overlaytdro1-1/+1
2022-10-31assets/css/default: Dry up colorstdro1-40/+31
To test out a color schemes.
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.