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

https://github.com/fscm/hugo-stupidity_rocks

stupidity.rocks site Hugo theme
https://github.com/fscm/hugo-stupidity_rocks

hugo hugo-theme

Last synced: 3 days ago
JSON representation

stupidity.rocks site Hugo theme

Awesome Lists containing this project

README

          

# Stupidity Rocks Hugo Theme

A very simple Hugo theme made for the [stupidity.rocks](http://stupidity.rocks/) site.

## Getting Started

There are a couple of things needed for the script to work.

### Prerequisites

Git and Hugo (extended version) needs to be installed on your local computer.

#### Hugo

Hugo installation instructions can be found
[here](https://gohugo.io/getting-started/installing/).

Make sure that you install the `extended` version of Hugo.

## Installation

To install this theme move to your Hugo site folder and run the following
command:

```
git clone https://github.com/fscm/hugo-stupidity_rocks themes/stupidity_rocks
```

if you already use git for the Hugo site you can add the theme as a submodule
using the following command instead:

```
git submodule add git@github.com:fscm/hugo-stupidity_rocks.git themes/stupidity_rocks
```

**Note:** Take a look at the `config.toml` file on the root folder of this
theme to have an ideia of how to configure your site to use it.

## Contributing

1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request

Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file for more details on how
to contribute to this project.

## Versioning

This project uses [SemVer](http://semver.org/) for versioning. For the versions
available, see the [tags on this repository](https://github.com/fscm/hugo-stupidity_rocks/tags).

## Authors

* **Frederico Martins** - [fscm](https://github.com/fscm)

See also the list of [contributors](https://github.com/fscm/hugo-stupidity_rocks/contributors)
who participated in this project.

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE)
file for details