mirror of
https://github.com/akatiggerx04/graysx-hugo.git
synced 2024-10-01 05:25:38 -04:00
16 lines
425 B
Markdown
16 lines
425 B
Markdown
|
# GraySX - A Minimal Gray Hugo Theme
|
||
|
|
||
|
![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/* .
|
||
|
```
|