An open API service indexing awesome lists of open source software.

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

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.