https://github.com/oxnr/hugo-indie-theme
The Indie Academy hugo theme.
https://github.com/oxnr/hugo-indie-theme
blog-engine cms hugo indie static-site-generator theme website-generation website-template
Last synced: 8 months ago
JSON representation
The Indie Academy hugo theme.
- Host: GitHub
- URL: https://github.com/oxnr/hugo-indie-theme
- Owner: oxnr
- License: mit
- Created: 2017-02-25T22:31:26.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-08T21:14:11.000Z (about 9 years ago)
- Last Synced: 2024-12-28T10:36:37.182Z (over 1 year ago)
- Topics: blog-engine, cms, hugo, indie, static-site-generator, theme, website-generation, website-template
- Language: HTML
- Homepage: https://indie.academy/
- Size: 278 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Indy Academy Hugo Theme
The Indie Academy hugo theme.
## Development
### Prerequisites
```sh
brew install node
```
```sh
brew install yarn
```
### Packages
```sh
yarn add --dev webpack extract-text-webpack-plugin css-loader file-loader style-loader postcss postcss-loader postcss-cssnext postcss-import
```
```sh
yarn add flexboxgrid moment normalize.css
```
### Build & Bundle
```sh
npm run build
```