|
3 months ago | |
---|---|---|
_bin | 5 months ago | |
_data | 3 months ago | |
_defaults | 2 years ago | |
_drafts | 9 months ago | |
_includes | 2 years ago | |
_layouts | 2 years ago | |
assets | 3 months ago | |
status | 5 months ago | |
stew | 3 months ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 5 months ago | |
_cobalt.yml | 5 months ago | |
about.liquid | 10 months ago | |
blank.liquid | 3 years ago | |
favicon.ico | 2 years ago | |
googlea878100911dd3149.html | 2 years ago | |
index.liquid | 2 years ago | |
lunr.liquid | 3 years ago | |
robots.txt | 2 years ago | |
search.liquid | 10 months ago | |
todo.liquid | 5 months ago |
README.md
Stewquest
A blog about stews.
This is the repository for the Stewquest.com site, it contains the recipes, pages and everything to build the site.
Made with Cobalt the static-site generator written in Rust.
Pages:
index.liquid
- Supposedly the main page, but the actual main page is in "_layouts/default.liquid"
blank.liquid
- A blank page. No idea why.
search.liquid
- The search page, it has its own special scripts and voodoo magic.
todo.liquid
- The stew list. This list should go into "_data/stews.yaml" someday.
Direcories
_bin/
- A place for deployment script, (pipelines are glorified cron jobs).
_data/
- Where the lists of all things go. From a list of stews to config files, all in YAML.
_defaults/
-
_drafts/
-
_includes/
-
_layouts/
-
assets/
-
- assets/images/
-
- assets/js/
-
- assets/style/
-
status/
-
stew/
-