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
- Host: GitHub
- URL: https://github.com/fscm/hugo-stupidity_rocks
- Owner: fscm
- License: mit
- Created: 2020-08-10T14:32:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-03T16:36:39.000Z (over 4 years ago)
- Last Synced: 2025-10-07T23:39:52.600Z (10 months ago)
- Topics: hugo, hugo-theme
- Language: SCSS
- Homepage:
- Size: 85 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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