Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.36 KB

README.md

File metadata and controls

55 lines (40 loc) · 1.36 KB

UniquePetz

A comprehensive documentation site for Petz game modding and resources, built with modern web technologies.

🛠 Tech Stack

  • Eleventy (11ty) - A simpler static site generator
  • Node.js - Runtime environment
  • Template Engines:
    • Nunjucks (.njk)
    • Markdown (.md)
    • HTML

🔋 Features

  • 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

🚀 Development

  1. Install dependencies:
npm install
  1. Start the development server:
npm start
  1. Build for production:
npm run build

📁 Project Structure

  • /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

📝 License

MIT License - See LICENSE file for details

🔗 Repository

GitHub Repository