To hack on this website, you can directly use any markdown editor of your choice (including directly editing the file on GitHub).
This website is built using Middleman.
If you want to preview a live version of this website, all you need is Docker and Make.
make
make clean
make re
make dev
Then you should be able to start the website server with:
bundle exec middleman server
The project directory is mounted inside a volume, allowing to change files without leaving the container.
The website should be running on your Docker host and available at:
http://$(your-docker-ip):$PORT
You can run the website server on another port of your Docker host
by specifying the environment variable PORT (default: 4567) before any
of the previous commands (except clean).
The website is automatically deployed on GitHub Pages when something happen on the master branch.
See the contributing guidelines.
deckie.io is licensed under the MIT License. See LICENSE for full license text.