Static Site Generators
GitHub - myles/awesome-static-generators: A curated list of static web site generators.
Astro
- GitHub - withastro/astro: Build faster websites with Astro's next-gen island architecture
- Astro UI Framework [Full Book]
- Island Architecture (Server Islands)
- Zero-JS View Transitions
- Content Collections 2.0
- MDX - @astrojs/mdx | Docs
- Markdown in Astro | Docs
- Builder.io & Astro | Docs
Themes
- 10 Best Astro Themes In 2023 | Medium
- AstroWind — Free template for creating websites with Astro + Tailwind CSS
- GitHub - surjithctly/astroship: Astroship is a starter template for startups, marketing websites, landing pages & blog. Built with Astro & TailwindCSS
- GitHub - zeon-studio/astroplate: Astroplate is a free starter template built with Astro, TailwindCSS & TypeScript providing everything you need to jumpstart your Astro project. Get started with Astroplate and save yourself hours of work!
- GitHub - themefisher/northendlab-light-astro: Northendlab is a highly customizable Astro theme designed specifically personal blog.
- Paid - Andromeda - Astro landing page
- Themes | Astro
- Starlight 🌟 Build documentation sites with Astro
Commands
brew install pnpm
# Install Dependencies
pnpm install
# Start development Server
pnpm dev
# Preview & Build
pnpm preview
pnpm build
# other commands
pnpm astro ...
pnpm astro add
pnpm astro --help
References
- Astro in 100 Seconds - YouTube
- Astro just Launched.... Could it be the ultimate web framework? - YouTube
- Astro Web Framework Crash Course - YouTube
- Astro for Impatient Devs - YouTube
- The Future of Astro is... - YouTube
- New site, who dis? • Paul Armstrong
- Migrating from Docusaurus | Docs
HUGO
The world's fastest framework for building websites.
Hugo is a static HTML and CSS website generator written in Go. It is optimized for speed, ease of use, and configurability. Hugo takes a directory with content and templates and renders them into a full HTML website.
https://github.com/gohugoio/hugo
jekyll
Transform your plain text into static websites and blogs
Themes
- https://jekyllthemes.io
- Themes | Jekyll • Simple, blog-aware, static sites
- Jekyll - Jamstack Themes
- https://github.com/topics/jekyll-theme
- GitHub - mmistakes/minimal-mistakes: :triangular_ruler: Jekyll theme for building a personal site, blog, project documentation, or portfolio.
Other Static Site Generators / Documentation Generators
- Docusaurus
- Startlight - Astro
- Gatsby (React) and Gridsome (Vue)
- Backstage
- https://www.mkdocs.org
- https://docsify.js.org
- https://docusaurus.io
- https://github.com/doczjs/docz
- Mintlify - Beautiful documentation that converts users
- GitHub - requarks/wiki: Wiki.js | A modern and powerful wiki app built on Node.js
- Maintaining engineering documentation is injurious to mental health | Metz.sh
- DocUtils
- reStructuredText (rST)
- Sphinx
- doxygen
- Others - Company Knowledge Base - obsidian
- Home | VuePress
- Paid - ReadMe
Comparision
- astro vs docusaurus vs strapi vs vuepress | npm trends
- We rebuilt our docs from scratch. It was worth it.
- Starlight vs. Docusaurus for building documentation - LogRocket Blog
Software documentation
- Product documentation
- System documentation
- User documentation
- Process documentation