aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: af3e1c9dc237e4305c38d1720ee6cbad68313010 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>

<p align="center">A Minimal Gray Hugo Theme</p>

## 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.