Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cloudwithchris/hugo-creator
The Hugo Creator theme is a custom theme that I have built for the Hugo Static Site generator. It is designed for content creators (e.g. Bloggers, Podcasters and Vloggers), allowing you to worry less about your website and focus more on your content creation!
https://github.com/cloudwithchris/hugo-creator
content-creators hugo hugo-blog-theme hugo-theme
Last synced: 4 months ago
JSON representation
The Hugo Creator theme is a custom theme that I have built for the Hugo Static Site generator. It is designed for content creators (e.g. Bloggers, Podcasters and Vloggers), allowing you to worry less about your website and focus more on your content creation!
- Host: GitHub
- URL: https://github.com/cloudwithchris/hugo-creator
- Owner: CloudWithChris
- License: mit
- Created: 2022-01-27T19:11:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-22T12:47:14.000Z (4 months ago)
- Last Synced: 2024-09-29T05:41:32.067Z (4 months ago)
- Topics: content-creators, hugo, hugo-blog-theme, hugo-theme
- Language: HTML
- Homepage: https://hugo-creator.cloudwithchris.com/
- Size: 4.23 MB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# Hugo Creator Theme
[![Netlify Status](https://api.netlify.com/api/v1/badges/e431870c-6cc8-4e30-8094-f5041b4335d2/deploy-status)](https://app.netlify.com/sites/hungry-nobel-e20eb1/deploys)
## About
Hugo Creator is a theme for the Hugo Static Site Generator. It is intended for content creators of all varieties. Whether you're a blogger, podcaster or YouTuber - The theme should hopefully meet your needs!
### Example site
![Example screenshot of the Hugo Creator Theme](https://raw.githubusercontent.com/cloudwithchris/hugo-creator/main/images/screenshot.png "Example screenshot of the Hugo Creator Theme")
Demo → [hugo-creator.cloudwithchris.com](https://hugo-creator.cloudwithchris.com)
## Install
Inside the folder of your Hugo project, run:
```bash
git submodule add https://github.com/CloudWithChris/hugo-creator themes/hugo-creator
```Open `config.yaml`, change `theme` to `"hugo-creator"`:
```yaml
theme: "hugo-creator"
```You can also specify which branch, tag or commit that you would like to reference. See [Stack Overflow](https://stackoverflow.com/questions/1777854/how-can-i-specify-a-branch-tag-when-adding-a-git-submodule) for further details.
Visual Studio Code provides a simple experience for managing your submodule dependency versions. The screenshot below shows this working for [Cloud With Chris](https://www.cloudwithchris.com).
![Example showing Cloud With Chris repo and Hugo Creator Git Repositories in Visual Studio Code. There is a tag version for the hugo-creator repository, which can easily be changed in the UI.](https://raw.githubusercontent.com/cloudwithchris/hugo-creator/main/images/vscode-submodules.png "Example showing Cloud With Chris repo and Hugo Creator Git Repositories in Visual Studio Code. There is a tag version for the hugo-creator repository, which can easily be changed in the UI.")
## Usage
For further details on how to configure the theme and gain the most value from it, as well as selecting the best configuration option for your scenario, please view the [Reference](REFERENCE.md).
## Contributing
Thank you so much for your consideration! This project welcomes contributions and suggestions. When you submit code changes, your submissions will be understood under the same [MIT License](LICENSE) that covers the project.
For detailed guidelines, including Feature Requests, Bug Reports and Code Contributions visit the [Contributing Guide](contributing.md).
## Sites using Hugo Creator
- [Cloud With Chris](https://www.cloudwithchris.com)
Have you adopted Hugo Creator as the theme for your site? We'd love to know! Proudly display your site in this list by submitting a Pull Request to this README file with your site name and URL!
## License
Distributed under the MIT License. See [License](LICENSE) for more information.