aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes
AgeCommit message (Collapse)AuthorFilesLines
2024-01-06public/js/app: Remove CSP violationsThedro Neely5-9/+17
2024-01-06generators/hugo/layouts/_default/index.json: Summary and title jsonifyThedro Neely1-2/+2
2023-06-05public/css: article-meta-top -> article headerThedro Neely1-2/+2
2023-01-05public/css/tdro: Update Isso rulesThedro Neely1-2/+1
2022-11-30generators: Remove target _blankThedro Neely1-1/+0
Lets future navigation integrations be more consistent
2022-11-14generators/hugo/themes/tdro/layouts/partials/article: Add ids with markdownifyThedro Neely4-6/+6
2022-11-13Makefile: Expose more deployment logicThedro Neely5-7/+7
Generalize partials
2022-08-31generators/hugo: Add references and make fileThedro Neely7-7/+22
2022-07-19app: Refactor and CSS rewriteThedro Neely56-533/+578
2022-07-07generators/hugo/layouts/shortcodes: Add markThedro Neely1-0/+9
2022-07-07app/views: Remove unused schemasThedro Neely9-10/+10
2022-06-03generators/hugo/layouts/_default/_markup/render-link: Add no-referrerThedro Neely1-1/+1
Ensure noopener no-referrer on remote target blanks. Keep it organic.
2022-05-08generators/hugo/layouts/_default/index.json: Unescape title and summaryThedro Neely1-2/+2
2022-04-17generators/hugo/layouts/_default/rss.xml: CleanupThedro Neely1-6/+3
2022-04-16generators/hugo/layouts/_default/index.json: Only show regular pagesThedro Neely1-1/+1
2022-04-12generators/hugo/_default/_markup/render-link: No duplicate titlesThedro Neely1-3/+2
2022-04-12generators/hugo/_default/_markup/render-image: Fail with place holderThedro Neely1-33/+37
2022-04-08generators/hugo/_markup/render-image: Handle remote linksThedro Neely1-6/+29
2022-04-08generators/hugo/layouts/partials/page-tags: FormatThedro Neely1-2/+8
2022-04-08generators/hugo/layouts/_default/index.json: Push content downThedro Neely1-4/+4
2022-04-08generators/hugo/_markup/render-codeblock-goat: Set default captionsThedro Neely1-2/+2
Remove proprietary font-family inline.
2022-04-03generators/hugo/layouts/_default: Add JSON FeedThedro Neely1-0/+40
2022-04-02generators/hugo/layouts/shortcodes: Add gistThedro Neely1-0/+10
2022-04-02generators/hugo/layouts/_default/_markup: Add GoAT DiagramsThedro Neely1-0/+18
2022-04-02app/model/HTMLExtract: SimplifyThedro Neely2-16/+16
Empty elements not supported in libxml2.
2022-04-02generators/hugo/layouts/shortcodes/video: Set defaultsThedro Neely1-8/+22
Use figcaption.
2022-04-02generators/hugo/layouts/partials/read-time: FormatThedro Neely1-1/+5
2022-04-01generators/hugo: Add static and placeholder imageThedro Neely1-2/+2
Source: https://www.pngkey.com/detail/u2w7r5y3a9o0w7t4_image-500580-placeholder-transparent/
2022-04-01generators/hugo/layouts: Use middle dot entity codeThedro Neely4-5/+5
2022-04-01generators/hugo/layouts: FormatThedro Neely3-3/+23
layouts/_default/_markup/render-heading.html layouts/_default/_markup/render-link.html layouts/shortcodes/sidenote.html
2022-03-31generators/hugo/layouts/shortcodes/video: Remove some classesThedro Neely3-7/+12
2022-03-31nerators/hugo/layouts/shortcodes/image.rss.xml: RemoveThedro Neely1-14/+0
2022-03-31generators/hugo/layouts/_default/_markup/render-image: Unescape HTML codes ↵Thedro Neely1-1/+1
in titles
2022-03-30generators/hugo/layouts/shortcodes: Remove newlines in side-note titlesThedro Neely4-4/+4
2022-03-30generators/hugo/layouts/_default/_markup/render-link: Remove prefixed white ↵Thedro Neely1-1/+1
space
2022-03-25generators/hugo/layouts/_default/single: Set more contents date rightThedro Neely1-5/+8
Remove some unused CSS. Add contrast to table of contents. Link to Tufte CSS.
2022-03-20generators/hugo/layouts/_markup/render-image: Deprecate image shortcodesThedro Neely2-1/+26
Add render image hook and carefully slip figures into content. Image shortcodes can now be replaced with markdown and eventually removed.
2022-03-19generators/layouts/shortcodes: Don't mix HTML and markdownThedro Neely20-27/+34
Freedom. Use Hugo's newer markdownify feature and convert all posts to pure markdown. Render hooks will propagate if .RenderString function gains the ability to render shortcodes in the future. https://gohugo.io/functions/renderstring/
2022-02-05generators/hugo/../_markup/render-link: Remove trailing white spaceThedro Neely1-1/+2
Newlines can affect output rendering by adding trailing white space. Add URL to anchor title.
2021-12-02generators/hugo/layouts/shortcodes/video: Preload is render blockingThedro Neely1-2/+2
2021-10-12generators/hugo/layouts/_default/single: Change visible post metadata stringsThedro Neely1-2/+2
2021-10-12generators/hugo/layouts/_default/single: Add expanded post metadataThedro Neely1-20/+28
2021-10-12generators/hugo/config: Cleanup remove comments and secondary emailThedro Neely1-1/+1
2021-10-11generators/hugo/layouts/_default/rss: Remove generator metadataThedro Neely1-1/+0
2021-09-06generators/hugo/layouts/partials/thumbnail-image: Add titlesThedro Neely1-1/+1
2021-09-06generators/hugo/layouts/_default/single: Use consistent bottom headersThedro Neely1-3/+3
2021-09-06generators/hugo/layouts/_default/taxonomy_archive: Add title to anchorsThedro Neely1-1/+1
2021-09-06generators/hugo/layouts/_default/taxonomy: Add title to anchor tagsThedro Neely1-2/+2
2021-09-05generators/hugo/layouts/_default/archive: Add title to anchor tagsThedro Neely1-1/+1
2021-08-27generators/hugo/layouts/abstracts/section: Center align list verticallyThedro Neely1-1/+1