Skip to content

Commit afdff3f

Browse files
committed
Fix missing delay-5 animation, update llms.txt and sitemap
- Add .reveal.delay-5 CSS class (Neovim project card had no stagger) - Add MDPreview and Neovim Configuration to llms.txt for parity with index.html - Update sitemap.xml lastmod to 2026-05-10
1 parent b7baaad commit afdff3f

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

assets/css/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,3 +1008,4 @@ h1, h2, h3, h4, h5, h6 {
10081008
.reveal.delay-2 { transition-delay: 200ms; }
10091009
.reveal.delay-3 { transition-delay: 300ms; }
10101010
.reveal.delay-4 { transition-delay: 400ms; }
1011+
.reveal.delay-5 { transition-delay: 500ms; }

llms.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,19 @@ He is currently investing in applied AI/ML, with recent certifications in deep l
6767
- Description: A fully responsive, touch-friendly modern implementation of the classic Snake game. Engineered specifically for seamless play on mobile devices as well as desktop browsers with an intuitive control scheme.
6868
- Technologies: JavaScript, HTML5 Canvas, CSS3, Mobile UI/UX
6969

70+
### MDPreview
71+
- Category: Developer Tools
72+
- URL: https://mdpreview.onrender.com/
73+
- Repository: https://github.com/jonathanau/mdpreview
74+
- Description: A minimal, distraction-free Markdown editor built for the kinds of writing that feed AI systems: system prompts, agent instructions, RAG source documents, and project context files. Runs entirely in the browser with no server or account required, and documents persist locally via IndexedDB. Features a CodeMirror 6 split-pane editor, 8 color themes, multi-document management, and export to .md or rendered HTML.
75+
- Technologies: Markdown, JavaScript, CodeMirror 6, IndexedDB, Vite
76+
77+
### Neovim Configuration
78+
- Category: Dev Environment
79+
- Repository: https://github.com/jonathanau/neovim-config
80+
- Description: A modern, Lua-based Neovim setup with a lineage tracing back to my vimrc from 2005. Built around lazy.nvim for plugin management, Mason for automatic LSP installation, Telescope for fuzzy finding, and Treesitter for syntax highlighting. Includes a Ghostty integration that wraps Neovim as a native macOS app, launchable directly from Spotlight.
81+
- Technologies: Lua, Neovim, LSP, lazy.nvim
82+
7083
## Contact
7184

7285
- LinkedIn: https://www.linkedin.com/in/jonathanau/

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://jonathanau.onrender.com/</loc>
5-
<lastmod>2026-04-24</lastmod>
5+
<lastmod>2026-05-10</lastmod>
66
<changefreq>monthly</changefreq>
77
<priority>1.0</priority>
88
</url>

0 commit comments

Comments
 (0)