A Minimal Gray Hugo Theme
------ ## 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.