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
parent623500b66649608cf45ffa3ad261de0240572c9b (diff)
refactor: rename theme to devise; docs: update readme
-rw-r--r--README.md24
-rw-r--r--images/screenshot.png0
-rw-r--r--images/tn.png0
-rw-r--r--node_modules/node-sass/package.json2
-rw-r--r--package-lock.json2
-rw-r--r--package.json6
-rw-r--r--theme.toml12
7 files changed, 34 insertions, 12 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
diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/images/screenshot.png
diff --git a/images/tn.png b/images/tn.png
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/images/tn.png
diff --git a/node_modules/node-sass/package.json b/node_modules/node-sass/package.json
index a427d62..b73f748 100644
--- a/node_modules/node-sass/package.json
+++ b/node_modules/node-sass/package.json
@@ -22,7 +22,7 @@
"_resolved": "https://registry.npmjs.org/node-sass/-/node-sass-4.13.1.tgz",
"_shasum": "9db5689696bb2eec2c32b98bfea4c7a2e992d0a3",
"_spec": "node-sass@4.13.1",
- "_where": "/Users/austingebauer/Workspace/personal-website/themes/hugo-dev-theme",
+ "_where": "/Users/austingebauer/Workspace/personal-website/themes/devise",
"author": {
"name": "Andrew Nesbitt",
"email": "andrewnez@gmail.com",
diff --git a/package-lock.json b/package-lock.json
index 5c7d7f2..6cbb440 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
{
- "name": "hugo-dev-theme",
+ "name": "devise",
"version": "1.0.0",
"lockfileVersion": 1,
"requires": true,
diff --git a/package.json b/package.json
index 2121215..7d1c927 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
- "name": "hugo-dev-theme",
+ "name": "devise",
"version": "1.0.0",
- "description": "hugo-dev-theme hugo theme",
+ "description": "devise hugo theme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
@@ -17,7 +17,7 @@
"theme"
],
"author": "Austin Gebauer",
- "license": "ISC",
+ "license": "MIT",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.8.2"
}
diff --git a/theme.toml b/theme.toml
index 4f5a10b..00c0d18 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,15 +1,15 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
-name = "hugo-dev-theme"
+name = "devise"
license = "MIT"
-licenselink = "https://github.com/austingebauer/hugo-dev-theme/blob/master/LICENSE"
-description = "A minimal hugo blog theme for software developers"
+licenselink = "https://github.com/austingebauer/devise/blob/master/LICENSE"
+description = "A minimal hugo blog theme"
homepage = "http://austingebauer.com/"
-tags = ["developer"]
+tags = ["developer", "blog", "minimal", "personal"]
features = []
-min_version = "0.42"
+min_version = "0.59.1"
[author]
name = "Austin Gebauer"
- homepage = "austingebauer.com"
+ homepage = "http://austingebauer.com/"