https://github.com/capjamesg/aurora-blog-template
A blog template made with the Aurora static site generator.
https://github.com/capjamesg/aurora-blog-template
aurora blog blogging html static-site static-site-template
Last synced: about 2 months ago
JSON representation
A blog template made with the Aurora static site generator.
- Host: GitHub
- URL: https://github.com/capjamesg/aurora-blog-template
- Owner: capjamesg
- Created: 2024-06-24T10:01:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-24T10:33:19.000Z (11 months ago)
- Last Synced: 2025-03-28T19:16:36.952Z (about 2 months ago)
- Topics: aurora, blog, blogging, html, static-site, static-site-template
- Language: HTML
- Homepage:
- Size: 748 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Aurora Blog Template
A blog template for use with the [Aurora static site generator](https://github.com/capjamesg/aurora).
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
## 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://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](https://aurora.jamesg.blog).
## License
This project is licensed under a Creative Commons Zero (No Attribution) license.