aboutsummaryrefslogtreecommitdiff
path: root/themes
AgeCommit message (Collapse)AuthorFilesLines
2023-05-02themes/default/layouts: Squash history + records -> archives0.11.12tdro3-57/+5
That was as interesting experiment..
2023-05-02themes/default/layouts/partials/following-list: Avoid niltdro1-1/+3
2023-04-27themes/default/layouts/_default/single.plain: Remove markdownifytdro1-1/+1
Best case is letting a few entities through
2023-04-12static/js/refresh: Convert dates to unixtdro1-1/+1
Can't avoid Date.parse on lastModified ISO 8601? Change label Refresh -> Update Handle no cache?
2023-04-08static/js/refresh: Hook into blurtdro1-1/+0
Keep it simple
2023-04-08static/js: Add update checktdro2-24/+36
In the case of heavy caching attempt a naive site update check with voluntary refresh. Not fully idempotent?
2023-04-04themes/default/layouts/partials/function-generate-feeds: Use absolute ↵tdro1-1/+1
favicon URL Ensure linking consistency between sub directory and domain
2023-04-04themes/default/layouts/partials/base-head: Open graph use proper ISO 8601 timetdro1-2/+2
2023-04-04themes/default/layouts/partials: Add missing absolute URLstdro3-6/+6
Whoops.. URLs will need to be referenced using absURL at some point for consistency
2023-04-02themes/default/layouts/_default/home.authors: Don't shuffletdro4-5/+11
Link to authors page in right column section and use order from configuration
2023-03-27themes/default/layouts/_default/taxonomy: Clean uptdro4-61/+65
Arrange in cards
2023-03-25themes/default/layouts/_default/summary: micro-content -> articletdro2-4/+4
Increase semantics
2023-03-20themes/default/layouts/partials/meta-via: Mark localhost heretdro3-14/+8
2023-03-19themes/default/layouts/shortcodes: Add animate.rss.xmltdro1-0/+5
Feed readers may strip style tags
2023-03-19themes/default/layouts/_default/summary: Avoid duplicate profile picturetdro2-10/+6
By using a better hierarchy
2023-03-17themes/default/layouts: Enforce military timetdro4-4/+4
2023-03-14themes/default/layouts/partials/function-paths: Return dict heretdro33-79/+80
2023-03-14themes/default/layouts/_default/index.json: Add Kindtdro1-4/+2
Get author name from data type
2023-03-14themes/default/layouts/partials/card-id: Remove unused authortdro1-1/+0
2023-03-03config: Support offline mode0.11.11tdro13-20/+32
Default to offline. The configuration has to set the site's offline configuration to false for remote fetches to be allowed
2023-03-03config: picturegallery -> gallerytdro1-1/+1
2023-03-02themes/default/layouts/partials/meta: Remove unneeded author data callstdro4-10/+7
Since an author = a section (not sure if that's a good thing) .Section can be used in some places
2023-03-02themes/default/layouts/partials/function-authors-data: Mark page context heretdro1-3/+6
For later refactoring
2023-03-02themes/default/layouts/_default/single.plain.txt: Add markdownifytdro1-1/+1
To convert some escaped values
2023-02-22themes/default/layouts/_default: Add XML basetdro2-0/+12
2023-02-22themes/default/layouts/partials/base-title: Use page kindtdro1-6/+11
To ensure consistent title
2023-02-22themes/default/layouts/_default/home.authors: Generate authors oncetdro3-4/+2
Remove redundant calls
2023-02-22themes/default/layouts/_default/sitemap: Sort by datetdro2-2/+2
Fix anchor hover states and add href
2023-02-20themes/default/layouts/partials/bass: Set consistent asset entry pointtdro5-29/+31
2023-02-18static/js/fixedsearch: Fix a few UI quirkstdro1-1/+1
2023-02-16themes/default/layouts/_default/index: Ensure proper back trackingtdro1-7/+21
2023-02-15themes/default/layouts/_default/single: Add older/newer post linkstdro1-0/+33
2023-02-13themes/default/layouts/partials/gallery-walk: Walk with findREtdro4-73/+47
2023-02-12themes/default/layouts/_default/home.sources: Exclude folder from counttdro1-1/+1
2023-02-12themes/default/layouts/_default/home.sources: Fix file counttdro1-1/+8
2023-02-12themes/default/layouts/_default: Add JSON basetdro3-2/+21
Adjust formatting on page modification detector.
2023-02-10themes/default/layouts/shortcodes/pdf.html -> attach.htmltdro2-13/+57
Generalize into attach shortcode
2023-02-06themes/default/layouts/partials: Add page modification detectiontdro3-0/+25
But don't use it
2023-02-06themes/default/layouts/partials: Remove redundant pathstdro21-35/+57
themes/default/layouts/partials/author-media-path.html themes/default/layouts/partials/author-name.html themes/default/layouts/partials/author-user.html
2023-02-01themes/default/layouts/_default/baseof: Add fallback markup to blockstdro3-5/+11
Label page context in function content.
2023-01-28themes/default/layouts/_default: Name spacingtdro6-4/+4
Make list.html -> index.html and identify sections by name. Ignore Deno vendor folder.
2023-01-22themes/default/layouts: Tighten up the markuptdro12-30/+40
Might be able to get free computation..
2023-01-12themes/default/layouts/partials/base-head: Add rel canonicaltdro2-0/+18
2023-01-12themes/default/layouts/shortcodes/link: Add image metadatatdro1-1/+8
2023-01-11themes/default/layouts/shortcodes/tweet: Replace with linktdro2-18/+28
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-07themes/default/layouts/_default: Add plain text basetdro2-1/+4
2023-01-06themes/default/layouts/partials/author-list: Generate once0.11.10tdro4-12/+24
Let it appear on second generation
2023-01-03themes/default/layouts/partials/base-head: Default to noindex feedstdro1-1/+1
To avoid propagating duplicate content
2023-01-02themes/default/layouts/_default/home.history|records: Set UTC hover titletdro2-2/+2
Need to see if GroupByDate has local time
2022-12-28themes/default/layouts/_default/home.authors: Mix in datestdro3-7/+30
This could use the page variable directly but it might be useful for passing stacks of variable data