Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/highoncarbs/flake
Static Site generator built with flask.
https://github.com/highoncarbs/flake
blog flask python static-site static-site-generator web webapp
Last synced: 3 months ago
JSON representation
Static Site generator built with flask.
- Host: GitHub
- URL: https://github.com/highoncarbs/flake
- Owner: highoncarbs
- Created: 2016-04-14T06:04:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-25T21:42:53.000Z (almost 4 years ago)
- Last Synced: 2023-03-04T03:59:58.907Z (almost 2 years ago)
- Topics: blog, flask, python, static-site, static-site-generator, web, webapp
- Language: HTML
- Homepage: https://getflake.ml
- Size: 5.71 MB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
flake is a simple blog-aware static site generator perfect for personal, project, or organization sites. It's like a file based CMS without the complexity of databases.
## Gettting started
### With Github Pages
1. Clone or download this repository and copy it to your github pages repo `username.github.io`2. Install requirements.txt
`pip install -r requirements.txt`
3. Run `./flake.py` to run flake.
4. More options
```
USAGE:
./flake.py [FLAGS] [OPTIONS]FLAGS:
-h, --help Displays the help section-b, build Freezes to static files at root
-n, new New post/page
-u, update Updates flake from root repository
-r, run Runs on local server
OPTIONS:
post Used with new to create a new postport Set desired port number for run
```### Usage
## What's new in v0.1?
* Base application built
* Example blog-aware theme.## Roadmap for 0.2
- [ ] Github and Digital Ocean Integration
- [x] Convert to CLI application## Contributing
Do a **Pull Request** .
## License
See the [License]('./license.md') file.