https://github.com/hebilicious/awesome-bda
Blackdesertanalytics hugo theme.
https://github.com/hebilicious/awesome-bda
Last synced: 5 days ago
JSON representation
Blackdesertanalytics hugo theme.
- Host: GitHub
- URL: https://github.com/hebilicious/awesome-bda
- Owner: Hebilicious
- License: mit
- Created: 2017-04-15T06:36:05.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T05:39:16.000Z (over 2 years ago)
- Last Synced: 2024-05-21T17:09:00.150Z (about 2 years ago)
- Language: JavaScript
- Size: 743 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Black Desert Analytics Bootstrap theme
Hugo version of the original Balzorx design, revamped by Splitfire.
Nodejs/npm environment is required to install everything.
https://docs.npmjs.com/getting-started/installing-node
### Install deps
npm install
### Run developpement (sass/js compilation with watcher)
npm run dev
### Build static assets (clean and rebuild the static directory)
npm run build
You can directly modify bootstrap using sass in the src/styles directory. Variables and pre-variables should go in the existing scss files in the bootstrap folder. Use npm run dev while developping on top of hugo server to achieve live reload.
app.sccs should import every other custom file. Use a directory structure that make sense.
Informations about the templating language/layout on the hugo [website](http://gohugo.io/themes/).
The default article page is layout/_default/single.html
Contact me if you have questions.