Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/terrillo/calligraphy
A command line static blog generator with template support
https://github.com/terrillo/calligraphy
Last synced: 7 days ago
JSON representation
A command line static blog generator with template support
- Host: GitHub
- URL: https://github.com/terrillo/calligraphy
- Owner: terrillo
- License: gpl-3.0
- Created: 2019-05-31T20:49:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T20:57:28.000Z (over 1 year ago)
- Last Synced: 2024-10-12T04:10:04.548Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Calligraphy CMS
A static blog generator## Install
```bash
$ pip3 install calligraphy -U
```## Development
```shell
$ python3 -m venv .
$ . bin/activate
$ pip3 install --editable .
$ calligraphy
```## Methods
### Verify
Validate all themes and blog posts.
```shell
$ calligraphy verify
```---
### Export to html
Builds the landing and each blog post into a static `html` directoryExport to html (default)
```shell
$ calligraphy export
```---
### Static
Run a static version of website```shell
$ calligraphy static
$ calligraphy static --port=8088
```## Todo
- [ ] Markdown parser
- [ ] Theme documentation
- [ ] 404 template
- [ ] Tags---
## THEMES
- [calligraphy-tachyons](https://github.com/terrillo/calligraphy-tachyons)