Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidbgk/blog2.data.gouv.fr
An attempt for an uncluttered Pelican (harder than expected…)
https://github.com/davidbgk/blog2.data.gouv.fr
blog datagouvfr minimalist pelican
Last synced: 24 days ago
JSON representation
An attempt for an uncluttered Pelican (harder than expected…)
- Host: GitHub
- URL: https://github.com/davidbgk/blog2.data.gouv.fr
- Owner: davidbgk
- License: mit
- Created: 2017-01-25T22:37:19.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-26T03:10:37.000Z (almost 8 years ago)
- Last Synced: 2024-12-17T12:49:33.054Z (25 days ago)
- Topics: blog, datagouvfr, minimalist, pelican
- Language: HTML
- Size: 53.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# blog2.data.gouv.fr
An attempt for an uncluttered Pelican (harder than expected…)
## 1. Install
Make a virtualenv
```shell
$ python3 -m venv venv
```Install dependencies
```shell
$ source venv/bin/activate
$ pip install -r requirements.pip
```## 2. Write
Within `content` folder.
Only `Title` and `Date` metadata are required.## 3. Generate
```shell
$ make html serve
```Open [http://localhost:8000/](http://localhost:8000/)
## 4. Iterate
And enjoy!