Skip to content

A blog template made with the Aurora static site generator.

Notifications You must be signed in to change notification settings

capjamesg/aurora-blog-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aurora Blog Template

A blog template for use with the Aurora static site generator.

This template comes with:

  • A home page
  • A blog post template
  • An about page
  • An archives page
  • Auto-generated archive pages for years, months, and days
  • Auto-generated tag pages
  • Atom feed
blog

Use this Template

First, install Aurora:

pip install aurora-ssg

Then, clone this project:

git clone https://github.com/capjamesg/aurora-blog-template
cd aurora-blog-template

To start developing with your site locally, run:

aurora serve

A server will start at http:https://localhost:8000 with live reloading. Every time you make a change to your site, it will show up without your having to refresh pages or restart the program.

To build your site for production, run:

aurora build

See the Aurora documentation to learn more about using Aurora.

License

This project is licensed under a Creative Commons Zero (No Attribution) license.