Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cernockyd/docker-blog
Blog dedicated to Docker.
https://github.com/cernockyd/docker-blog
Last synced: 25 days ago
JSON representation
Blog dedicated to Docker.
- Host: GitHub
- URL: https://github.com/cernockyd/docker-blog
- Owner: cernockyd
- License: mit
- Created: 2018-03-25T20:38:51.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T21:14:53.000Z (almost 2 years ago)
- Last Synced: 2024-12-04T14:25:47.814Z (2 months ago)
- Language: CSS
- Homepage: https://awfulthings.github.io/hugo-start/
- Size: 252 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker blog
## Quick Start
Start development
```bash
hugo server
```Build static page
```bash
hugo
```