2022-09-06 18:29:53 -04:00
|
|
|
<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>
|
2022-09-06 18:16:08 -04:00
|
|
|
|
2022-09-06 18:29:53 -04:00
|
|
|
<p align="center">A Minimal Gray Hugo Theme</p>
|
2022-09-06 18:28:24 -04:00
|
|
|
|
|
|
|
---
|
2022-09-06 18:23:30 -04:00
|
|
|
|
2022-09-06 18:29:53 -04:00
|
|
|
<p align="center">
|
|
|
|
<img src="https://github.com/akatiggerx04/graysx-hugo/blob/content/theme.gif?raw=true" alt="GraySX Theme Preview" width="100%">
|
|
|
|
</p>
|
2022-09-06 18:16:08 -04:00
|
|
|
|
2022-09-06 18:28:24 -04:00
|
|
|
---
|
|
|
|
|
2022-09-06 18:16:08 -04:00
|
|
|
## Installation
|
|
|
|
|
2022-09-06 18:24:12 -04:00
|
|
|
#### Create a new Hugo site (Skip if already done)
|
2022-09-06 18:16:08 -04:00
|
|
|
|
|
|
|
```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/* .
|
2022-09-06 18:23:30 -04:00
|
|
|
```
|
|
|
|
|
2022-09-06 18:23:56 -04:00
|
|
|
## Credits
|
2022-09-06 18:23:30 -04:00
|
|
|
|
2022-09-06 18:30:28 -04:00
|
|
|
This theme is forked and ported to Hugo from: https://github.com/startbootstrap/startbootstrap-grayscale.
|