https://github.com/diazvictor/blue-ocean
Blue Ocean is a responsive, clean and content-focused Hugo theme.
https://github.com/diazvictor/blue-ocean
Last synced: 4 months ago
JSON representation
Blue Ocean is a responsive, clean and content-focused Hugo theme.
- Host: GitHub
- URL: https://github.com/diazvictor/blue-ocean
- Owner: diazvictor
- License: mit
- Created: 2021-01-23T07:11:02.000Z (over 4 years ago)
- Default Branch: v1.0
- Last Pushed: 2021-04-19T21:27:39.000Z (about 4 years ago)
- Last Synced: 2024-12-29T16:45:21.253Z (5 months ago)
- Language: HTML
- Size: 1.25 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

A responsive, clean and content-focused [Hugo](https://gohugo.io/) theme.
## Live Demo
See [here](http://diazvictor.github.io/).
## Quick Start
1. Add the repository into your Hugo Project repository as a submodule, `git submodule add https://github.com/diazvictor/blue-ocean.git themes/blue-ocean`.
2. Configure your `config.toml` using the [exampleSite/config.toml](https://github.com/diazvictor/blue-ocean/blob/master/exampleSite/config.toml) file as an example.
3. Build your site with `hugo server` and see the result at `http://localhost:1313/`.## License
Blue Ocean is licensed under the [MIT license](https://github.com/diazvictor/blue-ocean/blob/master/LICENSE).