Anson
4ef8a13d37
checkpoint
2026-01-19 03:14:13 -05:00
Anson
7e561f86a4
Remove Output box styling from plots, keep only for text outputs
...
Changed CSS to only apply the "Output" label and box styling to
cell-output-stdout (text outputs), not to cell-output-display
(plots/images). Plots now display cleanly without the gray background,
blue border, and "Output" label.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-03 09:51:40 -05:00
Anson
d204f7d29f
Fix math content being stripped during Ghost upload
...
Two regex patterns were destroying LaTeX math content:
1. RE_QUARTO_ATTR - Pattern made # or . prefix optional, matching
LaTeX patterns like {aligned}, {Moon}, {Earth}. Fixed by requiring
the prefix.
2. outer_cell_regex in process_code_annotations - Matched any cell div
and could span across sections, capturing math content between cells.
Fixed by requiring data-code-annotations attribute.
Also adds:
- Per-post MathJax code injection for posts containing LaTeX math
- CONTENT_MANIPULATION_PLAYBOOK.md documenting the processing pipeline
- Regex safety notes to prevent future issues
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com >
2025-12-03 09:47:28 -05:00
Anson
11a395d6a0
Merge branch 'feature/full-ghost-integration' into 'master'
...
Fully Integrate into Ghost
See merge request Anson-Projects/projects!12
2025-12-01 22:01:58 -07:00
Anson
1ad772516c
Fully Integrate into Ghost
2025-12-01 22:01:58 -07:00
Anson
bbeb71b1b5
Fix RSS feed generation by moving site-url to top level
2025-08-23 14:18:46 -06:00
Anson
fb197830aa
Debug RSS feed generation in CI
2025-08-23 14:04:14 -06:00
Anson
1a7ecc1acd
Add comprehensive RSS feed configuration
2025-08-23 14:03:26 -06:00
Anson
f81c2a6e21
Enable RSS feed generation and remove debug code
2025-08-23 11:47:05 -06:00
Anson
cf5021e682
Debug CI artifacts to locate RSS feed file
2025-08-23 00:43:59 -06:00
Anson
54f2a1bc53
Fix RSS feed parsing by reading from local artifacts
...
- Change fetch_feed to read from local file instead of HTTP request
- Update feed path to use ../public/index.xml from GitLab CI artifacts
- Add better error messages for file reading and parsing failures
- Resolves ParseError(NoFeedRoot) by avoiding 404 from live website
2025-08-22 23:34:32 -06:00
Anson
a6dd33ce5f
Merge branch 'ghost-content-extraction' into 'master'
...
Claude: Ghost Content Extraction
See merge request Anson-Projects/projects!11
2025-08-22 11:32:50 -07:00
Anson
556c56fee4
Claude: Ghost Content Extraction
2025-08-22 11:32:49 -07:00
Anson
51c03d9213
Merge branch 'modernize' into 'master'
...
FIx Dev Container
See merge request Anson-Projects/projects!9
2025-05-14 11:02:44 -07:00
Anson
609d4064a9
FIx Dev Container
2025-05-14 11:02:43 -07:00
Anson
388adf4a02
Fix date in Double Pendulum post
2025-05-11 23:37:08 +00:00
Anson
590f8cb106
Merge branch 'pendulum' into 'master'
...
Double Pendulum
See merge request Anson-Projects/projects!8
2025-05-11 14:27:15 -07:00
Anson
10083ec81c
Double Pendulum
2025-05-11 14:27:15 -07:00
Anson
2afa12f5ee
fix invalid image caused by alt-text
2024-11-26 09:25:23 +00:00
Anson
e7bd5e439b
Add branding, bump versions of quarto and julia
2024-11-26 09:18:17 +00:00
Anson
c0c91caace
Track freeze directory so that older posts don't rerun code every time
2024-11-26 08:06:52 +00:00
Anson
63c8096a88
Update Ghost uploader to include extra post info
2024-11-24 22:16:59 -07:00
Anson
4d01ec63b1
add alt-text to post images
2024-11-24 15:28:48 -07:00
Anson
f2c52e4b4b
Add alt text and meta descriptions to every document
2024-11-24 20:16:35 +00:00
Anson
a5d831884a
Try removing cache to see if it speeds things up
2024-11-14 20:10:19 -07:00
Anson
9a961265c0
Update Quarto
2024-11-14 00:03:29 -07:00
Anson
2dcfc6b14a
Add old research proposal that wasn't posted
2024-11-14 06:30:25 +00:00
Anson
87c3c4459b
use iframes to put the post into ghost
2024-11-08 14:01:23 -07:00
Anson
a448e47ecd
Fix ghost upload
2024-09-26 01:41:54 -06:00
Anson
009602ac4e
Merge branch 'moon-cannon' into 'master'
...
Moon cannon
See merge request Anson-Projects/projects!7
2024-09-26 06:49:18 +00:00
Anson
cb8a65c412
Moon cannon
2024-09-26 06:49:18 +00:00
Anson
6d6256889d
Merge branch 'update-julia' into 'master'
...
Update julia
See merge request Anson-Projects/projects!6
2024-03-11 05:27:38 +00:00
Anson
fceed3189a
Update julia
2024-03-11 05:27:38 +00:00
Anson
1d205652a3
Update tags to match ghost blog
2024-03-04 08:03:27 +00:00
Anson
1bc85c3d6a
Merge branch 'speed-up-website-builds' into 'master'
...
Use freezing and caching to speed up quarto render
See merge request Anson-Projects/projects!5
2024-03-04 00:03:10 +00:00
Anson
806fa0715a
Use freezing and caching to speed up quarto render
2024-03-04 00:03:10 +00:00
Anson
c2f23027c1
Merge branch 'ghost-upload' into 'master'
...
Upload Posts to Ghost
See merge request Anson-Projects/projects!4
2024-03-03 20:07:25 +00:00
Anson
872a2af846
Upload Posts to Ghost
2024-03-03 20:07:25 +00:00
Anson
7e65f3b590
try to fix pipeline
2024-03-02 21:34:27 -07:00
Anson
27e3681c34
Merge branch 'cache-ci' into 'master'
...
Add container for speedier development and builds
See merge request Anson-Projects/projects!3
2024-03-03 04:17:01 +00:00
Anson
46e0190668
Add container for speedier development and builds
2024-03-03 04:17:01 +00:00
Anson
8cba29090e
accidentally left artifacts from distill
2024-02-29 08:08:45 +00:00
Anson
f3ceab4e11
lets fight the build system
2024-02-29 07:50:55 +00:00
Anson
8b6c81f64d
fix post image
2024-02-29 07:48:29 +00:00
Anson
4604338b2e
update site info since im not a college boy begging for work
2024-02-29 07:47:09 +00:00
Anson
17d1220d35
Merge branch 'switch-to-quarto' into 'master'
...
Switch to Quarto
See merge request Anson-Projects/projects!2
2024-02-29 07:24:30 +00:00
Anson
84bfb3b6a9
Switch to Quarto
2024-02-29 07:24:30 +00:00
Anson
e711e88b59
added university tag
2022-04-15 17:18:28 -07:00
Anson
1accd1f227
banner link was incorrect
2022-04-15 17:08:29 -07:00
Anson
1da216c728
colon
2022-04-15 10:46:12 -07:00