Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Gebauer <agebauer@hashicorp.com>2020-03-30 07:55:48 +0300
committerAustin Gebauer <agebauer@hashicorp.com>2020-03-30 07:55:48 +0300
commitbb518312d1ef060abab8fa2b317481d78dd57429 (patch)
treee3b1fa7e757bf39a392ee4ff65c90859c491a20a /README.md
parent623500b66649608cf45ffa3ad261de0240572c9b (diff)
refactor: rename theme to devise; docs: update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md24
1 files changed, 23 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8908605..a538b69 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,25 @@
-# devise
+# Devise
A minimal [hugo](https://gohugo.io/) blog theme.
+
+## Installation
+
+From the root of your Hugo site, run the following:
+
+```
+$ git submodule add https://github.com/austingebauer/devise.git themes/devise
+$ git submodule init
+$ git submodule update
+```
+
+## Updates
+
+You can get updates to the Devise theme by running:
+
+```
+$ git submodule update --remote themes/devise
+```
+
+## Configuration
+
+TODO