portfolio/README.md

22 lines
464 B
Markdown

# My portfolio
Welcome to my portfolio source, it uses [hugo](https://gohugo.io/) to generate
the site, and it uses the [nostyleplease](https://github.com/hanwenguo/hugo-theme-nostyleplease) theme.
## Build
Build the site (it uses docker by default to use hugo, if you have hugo
installed, you can uncomment the hugo=hugo line in the Makefile) :
```sh
make build
```
## Dev mode
You can run hugo in dev mode using the following command :
```sh
make dev
```