graysx-hugo/README.md
2022-09-07 01:23:30 +03:00

22 lines
602 B
Markdown

# GraySX - A Minimal Gray Hugo Theme
Demo here: https://akatiggerx04.github.io/graysx-hugo/
![GraySX Theme Preview](https://github.com/akatiggerx04/graysx-hugo/blob/content/theme.gif?raw=true)
## Installation
#### Create a new Hugo site (Skip If Already Done)
```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/* .
```
#### Credits
This theme is forked and ported to hugo from: https://github.com/startbootstrap/startbootstrap-grayscale.