From a7c7b5dfcac2556c9345702c110a8332f49f2938 Mon Sep 17 00:00:00 2001 From: elliot_ <112902069+akatiggerx04@users.noreply.github.com> Date: Wed, 7 Sep 2022 01:16:08 +0300 Subject: Create README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..832d2c9 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# GraySX - A Minimal Gray Hugo Theme + +![GraySX Theme Preview](https://github.com/akatiggerx04/graysx-hugo/blob/content/theme.gif?raw=true) + +## 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/* . +``` \ No newline at end of file -- cgit v1.2.3