aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 9a730b8c069322401f486aa2e26a5f1c219b447c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<h1 align=center>GraySX  | <a target="_blank" href="https://akatiggerx04.github.io/graysx-hugo/" rel="nofollow">Demo</a> | <a  target="_blank" href="https://pagespeed.web.dev/report?url=https%3A%2F%2Fakatiggerx04.github.io%2Fgraysx-hugo%2F&form_factor=desktop">Page Speed (91%)</a></h1>

# 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/* .
```

## Credits

This theme is forked and ported to hugo from: https://github.com/startbootstrap/startbootstrap-grayscale.