graysx-hugo/README.md

22 lines
600 B
Markdown
Raw Normal View History

2022-09-06 18:16:08 -04:00
# GraySX - A Minimal Gray Hugo Theme
2022-09-06 18:23:30 -04:00
Demo here: https://akatiggerx04.github.io/graysx-hugo/
2022-09-06 18:16:08 -04:00
![GraySX Theme Preview](https://github.com/akatiggerx04/graysx-hugo/blob/content/theme.gif?raw=true)
## Installation
2022-09-06 18:24:12 -04:00
#### Create a new Hugo site (Skip if already done)
2022-09-06 18:16:08 -04:00
```sh
hugo new site example && cd example
```
#### Download and install GraySX
```sh
git clone https://github.com/akatiggerx04/graysx-hugo/ && mv graysx-hugo themes/graysx && cp -r themes/graysx/exampleSite/* .
2022-09-06 18:23:30 -04:00
```
2022-09-06 18:23:56 -04:00
## Credits
2022-09-06 18:23:30 -04:00
This theme is forked and ported to hugo from: https://github.com/startbootstrap/startbootstrap-grayscale.