π Built-in search - Full-text search with Pagefind already working at /search/
π Blog-ready - Complete blog system ready to enable when you need it
πΌοΈ Image optimization - Automatic image resizing and responsive images with Eleventy Image
π― SEO features - Meta tags, XML sitemap, and robots.txt included
βοΈ - Sass and JavaScript compilation with fast builds
<a href="https://github.com/MWDelaney/ZeroPoint/generate">
<img src="https://img.shields.io/badge/use%20this-template-blueviolet?logo=github&style=for-the-badge" alt="Use this template">
</a>
<details open>
<summary><strong>GitHub Pages</strong></summary>
</details>
<details>
<summary><strong>Deploy to Netlify</strong></summary>
</details>
<details>
<summary><strong>Deploy to Cloudflare Pages</strong></summary>
</details>
Modern tools
πΊοΈ Clean code - Organized project structure with modern JavaScript
π¨ Developer experience - Live reload, code formatting, and intuitive configuration
π§ Easy to extend - Add your own components, filters, and plugins
Get started: Use This Template
Start your project with ZeroPoint by clicking the "Use this template" button below:
Quick Start
Once you've created your repository from the template, get your local development environment running:
# Clone your new repository
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name
# Install dependencies
npm install
# Start the development server
npm run dev
Your site will be available at http://localhost:8080 with live reload - any changes you make will automatically refresh the browser.
What happens when you run npm run dev:
Builds your Sass stylesheets and JavaScript
Starts a dev server in watch mode
Launches a local web server with live reload
Generates search index with Pagefind
Ready to make changes?
Edit content in the content/ folder
Customize styles in src/assets/styles/
Add images to src/assets/images/
Modify layouts and templates in src/assets/views/
Deploy Your Site
Choose your preferred deployment platform:
Deploy to GitHub Pages
Deploy your ZeroPoint site for free with GitHub Pages:
Push your code to a GitHub repository
Go to your repository Settings > Pages
Set Source to "GitHub Actions"
The included .github/workflows/deploy.yml will automatically deploy your site