mirror of
https://github.com/akatiggerx04/graysx-hugo.git
synced 2024-10-01 05:25:38 -04:00
29 lines
907 B
Markdown
29 lines
907 B
Markdown
<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>
|
|
|
|
---
|
|
|
|
<p align="center">
|
|
<img src="https://github.com/akatiggerx04/graysx-hugo/blob/content/theme.gif?raw=true" alt="GraySX Theme Preview" width="100%">
|
|
</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.
|