1
0
Fork 0
mirror of https://github.com/GuerillaHQ/now-playing synced 2024-06-27 14:01:35 +00:00
Collection of Handpicked Albums https://music.guerilla.studio
Go to file
2022-12-13 13:46:55 +01:00
assets Create Album “relations-in-the-unseen” 2022-12-10 17:02:21 +01:00
content Create Album “relations-in-the-unseen” 2022-12-10 17:02:21 +01:00
layouts Fix typo 2022-04-23 02:03:45 +02:00
static Shorter album urls 2022-04-23 01:42:08 +02:00
.csscomb.json pouet 2019-11-27 18:06:26 +01:00
.gitignore Update Hugo version 2022-03-26 14:51:37 +01:00
.imgbotconfig Add Imgbot config 2022-12-13 13:46:55 +01:00
config.toml Shorter album urls 2022-04-23 01:42:08 +02:00
netlify.toml Shorter album urls 2022-04-23 01:42:08 +02:00
package-lock.json Update package-lock 2022-03-26 15:10:57 +01:00
package.json Update Glitch Family → Glitch.Family 2022-03-26 14:54:48 +01:00
README.md Update local NetlifyCMS instructions 2022-04-12 10:01:55 +02:00
server.js add netlifycms back office 2019-12-04 03:22:32 +01:00

Now Playing

Handpicked Albums by the Glitch.Family

Project setup

Install hugo

Install Documentation

Launch dev server

hugo server

Build for production

hugo --baseURL $URL

As it $URL is an env variable but you can harcode it in the build command.

Use NetlifyCMS backoffice in local mode

This website use NetlifyCMS backoffice to manage albums easily. And it's possible to use it while working in local:

Install JS dependencies

npm i

of if you don't want to impact the package-lock

npm ci

Run local API

  1. Uncomment the local_backend line in static/config.yml
  2. Launch hugo developement server
  3. launch this command in another terminal npx netlify-cms-proxy-server (inside the project folder)

Admin your website in local

Go to you website's local url + /admin (by default it's http://localhost:1313/admin). Enjoy!

Credits

  • Higgcss - The minimal CSS framework use as skeleton
  • Wryk for the help and support 💜