Commit graph

666 commits

Author SHA1 Message Date
0c2ad99bad Reorganize YAML licensing post with comprehensive table format
Replace scattered sections with single table covering all 42 languages.
Table shows language, library, license, and notes in scannable format.
Condense pattern analysis to reference table.
Reduce post length by 40% while preserving all key information.
2025-10-19 07:14:15 -04:00
7affd10bb1 Fix RST syntax error in unpotato post 2025-10-18 14:18:51 -04:00
6532817210 Add official YAML logo to Who Owns YAML post 2025-10-18 13:33:12 -04:00
15eb80d8cf Add comprehensive YAML licensing research across 42 languages 2025-10-18 13:30:17 -04:00
255d7d5779 modified: content/2025-10-10-unpotato-webwords-btrfs-cleanup-docker-volumes.rst 2025-10-18 12:38:59 -04:00
4d8c4f432d Make ecosystem statement more concise 2025-10-17 09:09:15 -04:00
ea51b4e1c0 Remove SLOP reference from evolution section 2025-10-17 09:08:15 -04:00
9443ca4240 Rebrand ai.unturf.com to uncloseai.com with updated service description 2025-10-17 09:07:39 -04:00
e85557f183 Set book cover image width to 50% 2025-10-17 09:06:06 -04:00
fa2ac36b4d Emphasize git repo as seed code for growing new software 2025-10-17 09:04:35 -04:00
c59a9a273b Fix misleading link text to be descriptive 2025-10-17 09:03:36 -04:00
667a242db4 Link directly to languages directory with all implementations 2025-10-17 09:01:13 -04:00
ea83f08ed6 Add links to public domain source code repository 2025-10-17 09:00:15 -04:00
02bc48481f Update implementation count to 58 & clarify process without revealing specifics 2025-10-17 08:59:09 -04:00
cf22da4d44 Remove timestamp from book cover image URL for auto-updates 2025-10-17 08:54:55 -04:00
f7c0ca40e5 Add book cover image to permacomputer post 2025-10-17 08:54:15 -04:00
8f78d1b474 Add permacomputer blog post & update writing style guide 2025-10-17 08:53:31 -04:00
cb146ecd5b Add period back to unturf brand name 2025-10-13 12:48:46 -04:00
cea59b9d94 Flatten TOC structure: remove unturf parent, make children top-level 2025-10-13 12:48:11 -04:00
8d1cdc45a3 Move TOC to bottom of about page for right sidebar display 2025-10-13 12:46:13 -04:00
04bf36731c Add code generation to AI services description 2025-10-13 12:44:10 -04:00
963e4fdadc Change AI reference to machine learning text & speech models 2025-10-13 12:42:48 -04:00
62b93be83b Update AI service URL from ai.unturf.com to uncloseai.com 2025-10-13 12:41:29 -04:00
2935b5f4ba Simplify scroll jump prevention documentation 2025-10-13 12:34:33 -04:00
250a06a032 Document scroll jump prevention solution for URL anchors 2025-10-13 12:33:08 -04:00
5f3d4e988a Document fluid article width solution for TOC overlap 2025-10-13 12:29:48 -04:00
69bd3337b6 Document media query restructuring for smooth transitions 2025-10-13 12:20:35 -04:00
48a4c269ea Update blog post intro to mention all theme features 2025-10-13 12:17:46 -04:00
04ccdcd881 Patch light mode pygments to remove hardcoded background
Both dark and light mode now use theme CSS variables for backgrounds
2025-10-13 12:01:56 -04:00
05c9f19913 Make pygments generation part of build process
html target now depends on pygments target, ensuring stylesheets are
always generated and patched before building the site
2025-10-13 11:57:31 -04:00
58ace94933 Add make pygments target to generate and patch syntax highlighting stylesheets
Generates monokai (dark) and default (light) pygments styles and automatically
patches dark mode to remove hardcoded background color
2025-10-13 11:56:13 -04:00
1f310836ff Document syntax highlighting theme switching in blog post 2025-10-13 11:49:45 -04:00
ac9fb10063 Rebuild site with lighter code background in dark mode 2025-10-13 11:42:44 -04:00
c9b7ca264b Add link to Pelican PR #3512 for upstream TOC filtering 2025-10-13 10:18:01 -04:00
45a3a8df87 Change first-person to we in pelican theme post 2025-10-13 09:51:46 -04:00
80cba5647b Document strip_anchors plugin in pelican theme post
Added new section explaining the homepage summary filtering plugin
that strips TOC anchor links from article summaries. Includes:

- Why the problem exists (RST generates anchor links in TOC)
- How the plugin solves it (strip_anchors Jinja2 filter)
- Implementation details with code examples
- Template usage example

This plugin prevents broken anchor links in homepage excerpts.
2025-10-13 09:51:16 -04:00
71c8d78853 Move strip_toc_summary plugin to lib/ directory
The pelican-plugins/ directory is gitignored, so moved the plugin
to lib/ which is tracked. Updated PLUGIN_PATHS to include lib/.

This plugin provides the strip_anchors Jinja2 filter that removes
TOC divs and toc-backref anchor links from article summaries on
the homepage, preventing broken anchor links in excerpts.
2025-10-13 09:46:25 -04:00
3a51b633a0 Add strip_anchors Jinja2 filter plugin for article summaries
This plugin strips TOC divs and toc-backref anchor links from article
summaries when displayed on the homepage. This prevents broken anchor
links in homepage excerpts that would point to non-existent IDs.

The filter is applied in the theme's index.html template via:
{{ article.summary | strip_anchors }}
2025-10-13 09:34:57 -04:00
d2f5de70da Remove branch section from pelican theme post
Theme changes are now merged to master
2025-10-13 07:52:25 -04:00
be6e8c4e78 modified: content/2025-10-10-unpotato-webwords-btrfs-cleanup-docker-volumes.rst 2025-10-12 16:08:58 -04:00
3af4d986a1 modified: Makefile 2025-10-12 14:11:49 -04:00
b8d74ba1f3 Trigger deployment: Add bottom margin to addon links 2025-10-12 14:10:02 -04:00
ee62850857 Trigger deployment: TOC addon links ul structure 2025-10-12 13:58:46 -04:00
49e9db0489 Trigger deployment: Add Comments link to TOC sidebar 2025-10-12 13:45:14 -04:00
de67ff32b2 modified: README.rst 2025-10-12 09:18:37 -04:00
964284f6ea Update README to mention Remarkbox mode parameter integration 2025-10-11 21:02:07 -04:00
68e214a397 Trigger deployment: Remarkbox dark mode integration 2025-10-11 18:07:56 -04:00
f2cc925935 Add theme version marker for dark mode deployment
Theme updates complete and ready for deployment:
- Dark mode as default with light mode toggle
- Progressive enhancement for JavaScript-disabled users
- Fixed header spacing and content padding
- Clean CSS without unnecessary !important flags
- localStorage theme persistence across sessions
2025-10-11 14:55:00 -04:00
55e39608f4 Update README with dark mode theme information 2025-10-11 14:42:00 -04:00
a2cc263f1a Update blog post to remove !important flags and explain CSS cascade
Removed !important from code examples and added explanation that
standard CSS cascade rules are sufficient because our theme CSS
loads after the UncloseAI widget CSS.
2025-10-11 14:20:33 -04:00