Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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.