https://github.com/codemicro/revisionsitetemplate
A simple Eleventy static site for creating pages for subject revision
https://github.com/codemicro/revisionsitetemplate
Last synced: 3 months ago
JSON representation
A simple Eleventy static site for creating pages for subject revision
- Host: GitHub
- URL: https://github.com/codemicro/revisionsitetemplate
- Owner: codemicro
- License: unlicense
- Created: 2020-11-28T15:11:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T17:47:19.000Z (about 5 years ago)
- Last Synced: 2025-10-13T14:23:10.203Z (8 months ago)
- Language: HTML
- Size: 5.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
Awesome Lists containing this project
README
# Revision site template
*Built with Eleventy, Nunjucks and Bootstrap*
---
## Setup
```bash
npm install
nano src/_data/siteData.yml # edit to your liking
```
## Use
Images are in the `/_static/img` folder.
```bash
npm run serve # or;
npm run build
```
## GitHub Actions + Pages
Enable GitHub Pages in this repository on the root of the `gh_pages` branch and push an update to the site, or go to the Actions tab, "Eleventy Build" section and run manually.