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

github.com/jeremybise/twentynineteen-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-16 19:34:09 +0300
committerJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-16 19:34:09 +0300
commitb0bfb8dc0e85bacf6535832bae4b31053cefc8c0 (patch)
treea8cc7fe778137d1e792794943bee33f194a34375
parent550ed183e9f02ded718171ca27c295aafeed9a73 (diff)
clean up readme
-rw-r--r--README.md16
1 files changed, 4 insertions, 12 deletions
diff --git a/README.md b/README.md
index 259ff10..bf52da9 100644
--- a/README.md
+++ b/README.md
@@ -1,30 +1,22 @@
# Twenty Nineteen Hugo
-**NOTE: BIG FAT WORK IN PROGRESS.**
-
-This is a port of the WordPress Twenty Nineteen theme to Hugo.
+This is a Hugo port of WordPress's Twenty Nineteen theme.
## Installation
From the root of your site:
-```
-git submodule add https://github.com/jeremybise/twentynineteen-hugo.git themes/twentynineteen-hugo
-```
+`git submodule add https://github.com/jeremybise/twentynineteen-hugo.git themes/twentynineteen-hugo`
In your `config.toml`, add the following:
-```
-theme = "twentynineteen-hugo"
-```
+`theme = "twentynineteen-hugo"`
## Updating
From the root of your site:
-```
-git submodule update --remote --merge
-```
+`git submodule update --remote --merge`
## Highlights