Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/romgar/5minutes
My blog
https://github.com/romgar/5minutes
Last synced: 18 days ago
JSON representation
My blog
- Host: GitHub
- URL: https://github.com/romgar/5minutes
- Owner: romgar
- Created: 2015-04-05T16:29:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-03-29T20:39:07.000Z (over 3 years ago)
- Last Synced: 2024-04-17T04:00:21.188Z (7 months ago)
- Language: Python
- Homepage: http://5minutes.youkidea.com
- Size: 558 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`