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

github.com/d-kusk/minimage.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaisuke Konishi <skydai1151@gmail.com>2017-11-04 13:48:45 +0300
committerDaisuke Konishi <skydai1151@gmail.com>2017-11-04 13:58:12 +0300
commitdc0ab7324bfa7cf4174fc08ac4b7da4a9ae941a3 (patch)
tree0dd9e7ab7006492c7457cdac8e5661523eb87f3c /README.md
first commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..c04f672
--- /dev/null
+++ b/README.md
@@ -0,0 +1,33 @@
+# minimage
+minimage is a [Hugo](https://gohugo.io) theme.
+
+## Feature
+
+## Get the Theme
+Inside the folder of your Hugo site run:
+
+```
+$ cd themes
+$ git clone https://github.com/d-kusk/minimage.git
+```
+
+For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo.
+
+## Preview your site locally
+Use Hugo’s built-in server to see your site in action as you make changes.
+
+```
+$ hugo server -t minimage
+```
+
+Visit ``localhost:1313`` in your browser.
+
+## Write your new blog posts
+To create a new blog post, run:
+
+```
+$ hugo new post/your-post-name.md
+```
+
+## License
+This theme is released under the [MIT license](https://github.com/d-kusk/minimage/blob/master/LICENSE.md) \ No newline at end of file