Create README.md

This commit is contained in:
elliot_ 2022-09-07 01:16:08 +03:00
parent cd01e380e0
commit a7c7b5dfca

16
README.md Normal file
View File

@ -0,0 +1,16 @@
# 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/* .
```