An open API service indexing awesome lists of open source software.

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.

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
```