Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subins2000/brenton-hugo
Brenton theme for Hugo
https://github.com/subins2000/brenton-hugo
hugo hugo-blog hugo-theme
Last synced: 3 months ago
JSON representation
Brenton theme for Hugo
- Host: GitHub
- URL: https://github.com/subins2000/brenton-hugo
- Owner: subins2000
- License: other
- Created: 2017-10-05T17:19:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T10:44:23.000Z (10 months ago)
- Last Synced: 2024-05-02T05:58:17.079Z (9 months ago)
- Topics: hugo, hugo-blog, hugo-theme
- Language: HTML
- Size: 169 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Brenton
Brenton is a [Hugo](https://gohugo.io) theme.
This theme is made for [my blog](https://subinsb.com).
## Development
### Requirements
* [SASS](https://sass-lang.com/install)
* BulmaDo a `npm install` to install the dependencies
### Editing
SASS files are in `static/css`
To compile SASS to CSS, run :
```bash
bash build.sh
```To compile CSS automatically when SASS files are changed, run this :
```bash
while inotifywait -e close_write static/css/; do bash ./build.sh; done
````inotify-tools` package is required for this (`sudo apt install inotify-tools`)
### Gallery
Image gallery made by [Li-Wen Yip](https://github.com/liwenyip/hugo-easy-gallery) is included in this theme.