aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliot_ <112902069+akatiggerx04@users.noreply.github.com>2022-09-07 01:16:08 +0300
committerelliot_ <112902069+akatiggerx04@users.noreply.github.com>2022-09-07 01:16:08 +0300
commita7c7b5dfcac2556c9345702c110a8332f49f2938 (patch)
tree29e05d27860b79c091e9c340cecfbe18cb56c4c5
parentcd01e380e0850490c54f2103c1311146cb4cfe4c (diff)
Create README.md
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
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