diff --git a/content/theme/jekyll-moonwalk.md b/content/theme/jekyll-moonwalk.md index 773573fa0..8f5789bae 100644 --- a/content/theme/jekyll-moonwalk.md +++ b/content/theme/jekyll-moonwalk.md @@ -1,7 +1,7 @@ --- title: Moonwalk -github: 'https://github.com/abhinavs/moonwalk' -demo: 'https://abhinavs.github.io/moonwalk/' +github: https://github.com/abhinavs/moonwalk +demo: https://abhinavs.github.io/moonwalk/ author: Abhinav Saxena ssg: - Jekyll @@ -10,25 +10,33 @@ cms: archetype: - Blog - Portfolio - - Multi Purpose css: - - SCSS + - No CSS Framework date: 2020-12-04T00:00:00.000Z -github_branch: master -description: Moonwalk is a lightweight, fast and elegant Jekyll theme with a clean dark mode; perfect for a portfolio and blog +description: >- + Moonwalk is a fast, minimal Jekyll blog theme with a clean dark mode, + built-in client-side search and agent-friendly output (llms.txt) out of + the box. stale: false --- -# Moonwalk - a fast and elegant theme with clean dark mode +# Moonwalk - a fast and minimalistic blog theme with clean dark mode Moonwalk can be used to create a portfolio or a blog site. Easy to customize and extend in case you prefer that. ## Features -* Light & dark mode with theme switcher +* Light & dark mode with theme switcher (respects `prefers-reduced-motion`) +* Typeset in Geist (body & headings) and Geist Mono (code) +* Agent-friendly out of the box - per-page `.md` siblings, `/llms.txt`, and `/llms-full.txt` +* Built-in client-side search over post titles, tags, and excerpts +* Hover-preview cards on internal post links (opt-in) +* Footnote tooltips - read footnotes inline without scrolling (opt-in) +* Smooth page transitions via the View Transitions API in supporting browsers * Landing page with navbar, footer, portfolio * Vertical list, horizontal list, card list -* Fast (very minimal CSS) - 100/100 on performance, accessibility, best practices and SEO, please see [Lighthouse Report](https://raw.githubusercontent.com/abhinavs/moonwalk/master/_screenshots/lighthouse-report.png) for more details +* Fast (very minimal CSS) - 100/100 on performance, accessibility, best practices and SEO * Responsive and mobile friendly -* SEO optimized (uses [Jekyll SEO Tag](https://github.com/jekyll/jekyll-seo-tag)) -* RSS feed (uses [Jekyll Feed](https://github.com/jekyll/jekyll-feed)) +* SEO optimized with auto-generated sitemap, RSS feed (uses [Jekyll Feed](https://github.com/jekyll/jekyll-feed)) +* Accessible - ARIA labels, keyboard friendly +* Table of contents, reading progress bar, back-to-top button, code block copy button (all opt-in) * Easy to extend -* Fully compatible with [GitHub Pages](https://pages.github.com/) (see [GitHub Pages installation](#github-pages-installation)) +* Fully compatible with [GitHub Pages](https://pages.github.com/)