Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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…)

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!