Skip to content

fboulay/website

Repository files navigation

Source code of my website

This website is using static files that are generated using DocPad.

How tu run

Run in Docker

1. Install Docker

See this page. The installation depends of your OS.

Tip
to be able to use docker without being root, you should add your user to the docker group.

2. Create the Docker image

./build.sh

3. Run the website in the Docker container

The website is executed with the production environment in Docker, meaning that modifications of source files will not be reloaded automatically.

./run.sh

Go to http://localhost:9778 to browse the website.

Run without Docker

1. Install node.js and npm

See this page to follow the right guide depending of your OS.

4. Install dependencies

$ npm install

5. Run the website

$ docpad run

Then go to http://localhost:9778 to browse the website. The website is reloaded automatically when changes occur on the source files.

Licence

Licensed under the incredibly permissive MIT license

Copyright © 2016 Florian Boulay

About

My website source code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published