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
2020-08-05 22:42:02 +02:00
assets Upload “/assets/upload/after-laughter.jpg” 2020-07-31 16:50:00 +02:00
content Create Album “after-laughter” 2020-07-31 16:52:37 +02:00
layouts chore: Update netlify-cms 2020-08-05 22:42:02 +02:00
static chore: Update netlify-cms 2020-08-05 22:42:02 +02:00
.csscomb.json pouet 2019-11-27 18:06:26 +01:00
.gitignore add netlifycms back office 2019-12-04 03:22:32 +01:00
config.toml Add RSS feed 2019-12-07 22:10:30 +01:00
netlify.toml chore(netlify): Force redirection 2020-03-17 19:29:04 +01:00
package-lock.json chore: Update netlify-cms 2020-08-05 22:42:02 +02:00
package.json chore: Update netlify-cms 2020-08-05 22:42:02 +02:00
README.md Add Readme 2019-12-07 20:56:26 +01: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

While running developement hugo server launch this command in another terminal:

node server

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 💜