aboutsummaryrefslogtreecommitdiff
path: root/assets
AgeCommit message (Collapse)AuthorFilesLines
2023-01-12themes/default/layouts/shortcodes/link: Add image metadatatdro1-2/+1
2023-01-11themes/default/layouts/shortcodes/tweet: Replace with linktdro1-11/+35
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-07assets/css/default: Exclude micro tags in data disclosuretdro1-1/+1
2022-12-28themes/default/layouts/_default/home.authors: Mix in datestdro1-2/+6
This could use the page variable directly but it might be useful for passing stacks of variable data
2022-12-27themes/default/layouts/partials: Mix down image metadata and expose author.jsontdro1-1/+2
Relegate to section and reduce the rate of multiplicative image transformations
2022-12-21assets/css/default: unlisted-entry -> micro-metadata-unlistedtdro1-4/+4
Specificity adjustments
2022-12-19themes/default/layouts/partials/pagination: Newer/Older Labeltdro1-4/+4
Simplify and flex wrap.
2022-12-17content/canory/messages/selfdestruct: Use disclosetdro1-1/+1
Rearrange order and use advance measure unit on margins to prevent content shifting
2022-12-16themes/default/layouts/_default/single: Add related contenttdro1-2/+10
Add related configuration. May need to soon optimize the templates..
2022-12-16assets/css/default: Reset micro-author micro-header h2,h3 whitespace onlytdro1-1/+4
2022-12-15assets/css/default: Reset micro-author micro-summary white spacetdro1-0/+1
2022-12-15assets/css/default.css: Responsive center micro-author micro-summarytdro1-0/+3
Add bottom border
2022-12-13assets/css/default: Set :focus atdro1-0/+1
2022-12-13content/canory/messages/animations: Add hang and squeezetdro1-27/+41
2022-12-13assets/css/default: Site map allow anchor text decoration on hover onlytdro1-0/+8
2022-12-13themes/default/layouts/partials/following-list: No content message in both ↵tdro1-0/+7
conditions
2022-12-12assets/css/default: Wrap micro-author micro-header timetdro1-0/+1
2022-12-11assets/css/default: Set line height on micro-author micro-header h2 onlytdro1-3/+1
2022-12-11assets/css/default: Better grow, shrink, and tremble animationtdro1-7/+43
2022-12-10assets/css/default: No anchor text decorations on righttdro1-4/+4
2022-12-10assets/css/default: Animation adjustmentstdro1-11/+9
Add remaining subtle changes
2022-12-09themes/default/layouts/shortcodes/animate: Add animatetdro1-0/+206
2022-12-09shell.nix: Update hugo to version 0.108.0tdro2-14/+15
Looks safe
2022-12-08assets/css/default: Add min width on iframetdro1-1/+2
Some browsers don't interpret width on iframe
2022-12-07themes/default/layouts/partials/meta-view: Link to the feed canonical sourcetdro1-1/+1
Remove links in content
2022-12-07assets/schemas/rss-v2.0.xsd: Formattdro1-107/+107
2022-12-06assets/schemas/sitemap-v0.9.xsd: Remove curl output artifacttdro1-3/+1
2022-12-06themes/default/layouts/_default/sitemap.xml: Add schema and transform0.11.8tdro3-2/+190
Validate with schema. Switch to xml-data identifier attribute and adjust file name-spacing in configuration
2022-12-04assets/css/default: Use linear gradient background on highlighting elementstdro1-21/+60
For spacing instead of line-height with background-color. Fix opening/closing multiple spoilers with adjacent (+) instead of all (~) siblings
2022-12-03assets/css/default: Ensure fallback shadows are settdro1-3/+7
2022-12-03assets: Add schemastdro4-0/+1371
House keeping guardrails
2022-11-28assets/css/default: Transition delay on context menutdro1-0/+1
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-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-20assets/css/default: Set missing root ems on <svg>tdro1-4/+7
2022-11-19static/js/timeago: Resolve relative format for future datestdro1-10/+26
2022-11-18themes/default/layouts/shortcodes/disclose: Allow innertdro1-1/+1
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 ↵tdro1-98/+21
short code
2022-11-17themes/default/layouts/_default/_markup/render-link: data-external -> ↵tdro1-1/+1
data-internal
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"tdro1-0/+5
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: Add inline modifiertdro1-1/+2
To match blockquotes accross multiple lines. Normalize blockquote font size.
2022-11-16themes/default/layouts/partials/function-content: Make block quotes easier ↵tdro1-8/+13
to write Remove footer since it's no longer needed
2022-11-03themes/default/layouts/_default/rss: Paginatetdro1-1/+5
Firefox has issues with [xmlns] use [data="xml"] in stylesheet. Add previous and next to xslt sheet.