Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sylus/aurora-hugo
Hugo variant of the Aurora theme
https://github.com/sylus/aurora-hugo
aurora hugo
Last synced: 5 days ago
JSON representation
Hugo variant of the Aurora theme
- Host: GitHub
- URL: https://github.com/sylus/aurora-hugo
- Owner: sylus
- License: mit
- Created: 2019-06-18T03:19:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-03T20:42:42.000Z (over 5 years ago)
- Last Synced: 2024-10-11T14:26:23.485Z (4 months ago)
- Topics: aurora, hugo
- Language: HTML
- Size: 39.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Hugo variant for Aurora
=======================[![Build Status][travisci-badge]][travisci]
[Hugo][hugo] variant for Aurora
## Example
Please consult our [Digital Academy][aurora-website] site to see how this theme is implemented.
## Requirements
The theme is built using the Aurora theme.
* [hugo 0.13+][hugo]: `brew install hugo`
* [node.js][nodejs]: `brew install npm`
* [yarn][yarn]: `yarn install`## Manual Steps
Simply follow the commands listed below given you have the appropriate files
(config.yml|toml etc) at the project root.```sh
hugo new site `website`
mkdir themes && cd themes
git clone https://github.com/sylus/aurora-hugo.git aurora && cd aurora
bower install
hugo server --theme=aurora \
--watch
```[yarn]: https://yarnpkg.com
[hugo]: http://gohugo.io
[nodejs]: http://nodejs.org
[travisci]: http://travis-ci.org/sylus/aurora-hugo
[travisci-badge]: https://api.travis-ci.org/sylus/aurora-hugo.svg?branch=master
[aurora-hugo]: https://github.com/sylus/aurora-hugo
[aurora-website]: https://github.com/sylus/digital-academy