Collection of Handpicked Albums by the Guérilla.Studio
hugo server
hugo --baseURL $URL
As it $URL
is an env variable but you can harcode it in the build command.
This website use NetlifyCMS backoffice to manage albums easily. And it's possible to use it while working in local:
npm i
of if you don't want to impact the package-lock
npm ci
- Uncomment the
local_backend
line instatic/config.yml
- Launch hugo developement server
- launch this command in another terminal
npx netlify-cms-proxy-server
(inside the project folder)
Go to you website's local url + /admin
(by default it's http://localhost:1313/admin
). Enjoy!
- Higgcss - The minimal CSS framework use as skeleton
- Wryk for the help and support 💜