aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-11-30themes/default/layouts/partials/base-head: Add feed discoverytdro1-0/+8
2022-11-30themes/default/layouts/_default/home.xslt.xsl: Add lang attributetdro1-1/+1
2022-11-28assets/css/default: Transition delay on context menutdro1-0/+1
2022-11-28themes/default/layouts/partials/function-generate-feeds: Allow retitling feedstdro1-3/+7
By appending to data sequence: feeds: rss: - https://codeberg.org/tdro/canory.rss Canory
2022-11-28themes/default/layouts/partials/function-generate-feeds: Remove description ↵tdro1-1/+1
default placeholder
2022-11-28assets/css/default: Allow resizing code blockstdro1-2/+6
2022-11-28assets/css/default: Shadow text hover data-disclosuretdro1-2/+7
Set thicker solid border with alternative color instead of dashed border on internal links
2022-11-24themes/default/layouts/_default/index.json: Use absolute paginated urltdro1-1/+1
2022-11-23assets/css/default: micro-content ul paddingtdro1-1/+1
2022-11-23assets/css/default: Fix micro-content ul list-style-typetdro1-5/+9
2022-11-22themes/default/layouts/partials/function-content: Ungreedy and avoid regex ↵tdro1-12/+4
injection Whoops, simplify block quote fixer with lazy regex search and avoid injection with standard replace
2022-11-21themes/default/layouts/partials/function-generate-feeds: Try to seek author ↵tdro1-0/+6
uri in atom Should be safe
2022-11-21themes/default/layouts/partials/function-generate-feeds: Set first link as ↵tdro1-0/+1
source home Might be able to simplify generation logic by looking into the link slices
2022-11-21themes/default/layouts/partials: Split favicon domain reference and fetch ↵tdro3-14/+30
action into separate functions To help with template reuse and analysis
2022-11-21themes/default/layouts: Use hashing algorithm consistentlytdro7-11/+18
Avoid using shuffle in short codes by appending .Ordinal value
2022-11-20assets/css/default: Set missing root ems on <svg>tdro1-4/+7
2022-11-19static/js/timeago: Resolve relative format for future datestdro2-14/+39
2022-11-18themes/default/layouts/shortcodes/disclose: Allow innertdro3-2/+6
Inherit display instead of revert
2022-11-18assets/css/default: Add missing border color variablestdro1-1/+3
2022-11-18assets/css/default: Dashed border for internal anchorstdro1-2/+2
2022-11-18themes/default/layouts/shortcodes: Generalize content warnings with disclose ↵tdro5-139/+30
short code
2022-11-17themes/default/layouts/_default/_markup/render-link: data-external -> ↵tdro2-7/+9
data-internal
2022-11-17themes/default/layouts/_default/_markup/render-link: Refine remote checktdro1-8/+19
2022-11-17assets/css/default: Default sup and sub to inline-blocktdro1-0/+5
2022-11-17assets/css/default: Prefix reaction tip text decoration styletdro1-1/+3
Reduce initial thickness
2022-11-17themes/default/layouts/_default/_markup/render-link: Remove target="_blank"tdro3-11/+11
Will cause issues later on - highlight external links with dotted underline
2022-11-17assets/css/default: Darker border on block quotestdro1-2/+2
Filter out hover border rule
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