Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/romgar/5minutes

My blog
https://github.com/romgar/5minutes

Last synced: 18 days ago
JSON representation

My blog

Awesome Lists containing this project

README

        

# 5minutes

- Blog for technical and management subjects related to web software development.
- Hosted at http://5minutes.youkidea.com
- Powered by `Pelican` (http://docs.getpelican.com)

## Setup

- `pipenv install`

## Usage

### Dev mode

To start a development server (with page hot-generation):

- `make devserver`

### Prod mode

To generate the pages to publish (production urls, ...):

- `make publish`

To serve the pages generated by the `publish` command:

- `make server`

To deploy the current version to GitHub Pages:

- `make github`