https://github.com/pataphysicalsociety/soupault-blueprints-blog
Ready-to-deploy soupault-based blog setup
https://github.com/pataphysicalsociety/soupault-blueprints-blog
netlify soupault ssg static-site-generator
Last synced: 15 days ago
JSON representation
Ready-to-deploy soupault-based blog setup
- Host: GitHub
- URL: https://github.com/pataphysicalsociety/soupault-blueprints-blog
- Owner: PataphysicalSociety
- License: mit
- Created: 2020-09-26T11:49:05.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-08T21:02:24.000Z (about 2 years ago)
- Last Synced: 2025-04-23T04:06:49.755Z (15 days ago)
- Topics: netlify, soupault, ssg, static-site-generator
- Language: Lua
- Homepage:
- Size: 54.7 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# soupault-blueprints-blog
[Soupault](https://soupault.app) is a static website generator framework.
It's highly flexible and can be used for different kinds of websites
from small homepages to large websites with a complex structure.Since it lacks a built-in content model and allows the user to define it from scratch,
settings up a website from scratch can be a daunting task for beginners.
To help people set up new websites quickly, the soupault community provides
a set of "blueprints". Each blueprint is a set of a soupault config,
plugins, HTML templates, CSS styles, and sample data for demonstration.This blueprint defines a blog with all features you'd expect from a blog:
post lists, tags, Atom feeds.## Using this blueprint
* Install soupault 4.0.0 or later (see https://soupault.app/install/).
* Run `soupault` in the blueprint directory.
* Serve the `build/` directory (e.g. with `python3 -m http.server --directory build`) and visit the page.You will find both sample posts and detailed usage instructions there.
Then you can delete the sample data and populate the website with your own content.
## Deployment
This blueprint includes a ready-to-use script for Netlify.