A comprehensive documentation site for Petz game modding and resources, built with modern web technologies.
- Eleventy (11ty) - A simpler static site generator
- Node.js - Runtime environment
- Template Engines:
- Nunjucks (
.njk
) - Markdown (
.md
) - HTML
- Nunjucks (
- SEO Optimized - Implements
eleventy-plugin-seo
for better search engine visibility - Date Formatting - Uses
luxon
for sophisticated date handling - Organized Content Structure - Well-structured markdown-based content system
- Custom Collections - Implements sorted post collections with previous/next post navigation
- Asset Management - Handles various static assets including images and fonts
- Responsive Design - Mobile-friendly layout
- Install dependencies:
npm install
- Start the development server:
npm start
- Build for production:
npm run build
/src
- Main content and templates/_includes
- Layout templates and partials/pages
- Static pages- Various
.md
files for content
/public
- Static assets/build
- Generated site output
MIT License - See LICENSE file for details