https://github.com/saulshanabrook/darkworld
https://github.com/saulshanabrook/darkworld
music static-site
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saulshanabrook/darkworld
- Owner: saulshanabrook
- Created: 2016-09-13T02:59:31.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T16:31:10.000Z (over 8 years ago)
- Last Synced: 2025-07-25T01:10:59.925Z (3 months ago)
- Topics: music, static-site
- Language: HTML
- Homepage: http://www.darkworldmass.com/
- Size: 1.48 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DARKWORLD
## Local Development
```bash
npm install
./node_modules/.bin/webpack --watch
``````bash
cd docs
docker run --rm -v $(pwd):/srv/jekyll -p 4000:4000 jekyll/jekyll
open http://localhost:4000
```Only change HTML/styles in `./app/` this generates `./docs` using webpack.
To change icons, generate a new fontello package at fontello.com containing all the icons used in the website. Update the name of the link in config.yml to match the name of the icon. If the icon is named "icon-youtube" then in config.yml the line in the links section should look like this:
```
youtube: https://www.youtube.com/
```
The old fontello files can then be switched out for the new ones.