This repository has been archived on 2020-10-30. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
ray 6978b760d0 move styles to theme
move styles responsible for centering images within figure elements to
the theme.
2020-02-14 20:58:20 +00:00
archetypes initial commit 2020-01-31 13:33:56 +00:00
content add docker logo 2020-02-14 20:34:27 +00:00
static move styles to theme 2020-02-14 20:58:20 +00:00
.gitattributes initial commit 2020-01-31 13:33:56 +00:00
.gitignore remove hugo-coder submodule 2020-02-02 15:53:45 +00:00
README.md initial commit 2020-01-31 13:33:56 +00:00
build.sh initial commit 2020-01-31 13:33:56 +00:00
config.toml add profile image 2020-02-09 17:39:15 +00:00
publish.sh execute build script before ftp transfer 2020-02-02 14:32:38 +00:00
serve.sh initial commit 2020-01-31 13:33:56 +00:00

README.md

Serve development server with:

hugo serve -D --bind=0.0.0.0 --baseURL=http://192.168.0.5:1313

Build static files with:

hugo -D