Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/objcio/staticsite
Simple and blunt static site generator
https://github.com/objcio/staticsite
Last synced: 2 months ago
JSON representation
Simple and blunt static site generator
- Host: GitHub
- URL: https://github.com/objcio/staticsite
- Owner: objcio
- Created: 2021-06-28T07:55:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-29T11:18:54.000Z (almost 2 years ago)
- Last Synced: 2023-07-31T22:58:20.435Z (over 1 year ago)
- Language: Swift
- Size: 26.4 KB
- Stars: 35
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StaticSite
This contains a bunch of helper functions to generate a static site in Swift.
We use this library to generate and . We would not recommend depending on this, as the library is going to change whenever we need it. Ultimately, we would not mind creating an actual library that you can depend on, but we didn't have the time for that just yet.
Here's a sample site that uses this: [chriseidhof/chriseidhofnl](https://github.com/chriseidhof/chriseidhofnl).
Here are some things we'd like to do:
- [ ] A short explanation of the `Rule` type with some examples
- [ ] Full documentation