About
Goosequill is an Astro theme template for blogs, notes, wikis, and small documentation sites.
It keeps common blog features such as post lists, tags, archives, and RSS, while also adding a relationship graph, search, localization, shortcodes, and enhanced code blocks. You can use each article as a documentation page instead of a traditional blog post.
Good For
- Personal knowledge bases
- Project documentation
- Technical notes
- Product or tool guides
- Wiki-style sites with tags and graph navigation
Main Files
- Site configuration:
src/config.ts - Astro configuration:
astro.config.mjs - Standalone pages:
src/content/ - Documentation entries:
src/content/blog/ - Theme styles:
src/sass/
After editing these files, replace the sample content with your own wiki or documentation pages.