A Minimal Responsive Gray Hugo Theme
Go to file
elliot_ fe35dd8b38
Merge pull request #2 from schebotar/fixcolors
Fixing mobile navigation menu item colors.
2023-01-20 12:09:01 +03:00
archetypes First Main Commit 2022-09-07 01:00:22 +03:00
exampleSite First Main Commit 2022-09-07 01:00:22 +03:00
images Adding Screenshot.png and Tn.png 2022-09-07 01:43:08 +03:00
layouts Change navbar links color class to dark 2023-01-20 07:33:50 +03:00
static Change navbar-dark active link color to #64a19d 2023-01-20 07:37:22 +03:00
.gitattributes Initial commit 2022-09-06 23:43:57 +03:00
LICENSE Initial commit 2022-09-06 23:43:57 +03:00
README.md Update README.md 2022-09-07 01:30:28 +03:00
theme.toml First Main Commit 2022-09-07 01:00:22 +03:00

README.md

GraySX | Demo | Page Speed (91%)

A Minimal Gray Hugo Theme


GraySX Theme Preview


Installation

Create a new Hugo site (Skip if already done)

hugo new site example && cd example

Download and install GraySX

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.