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

github.com/xianmin/hugo-theme-jane.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Xianmin <xianmin12@gmail.com>2019-08-27 09:18:51 +0300
committerGitHub <noreply@github.com>2019-08-27 09:18:51 +0300
commit1ae645835288f0db235c3c0d7402848d27ab42b0 (patch)
tree71a7f6a240fcaa27a70fd6de075ae5737972fd1c
parente61a7c6d6c344b10e16ca889aa26bab78e9dddb1 (diff)
parentd38e5222fb31e3dbeedb39019ef7adbaca45b7ce (diff)
Merge pull request #234 from willismonroe/patch-1
Minor grammar fixes
-rw-r--r--README.md28
1 files changed, 14 insertions, 14 deletions
diff --git a/README.md b/README.md
index 0200283..c9f8985 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,11 @@
## hugo-theme-jane
-Jane is a readable theme for Hugo. It's a fork of the [hugo-theme-even](https://github.com/olOwOlo/hugo-theme-even) and made a lot of changes.
+Jane is a readable theme for Hugo. It's a fork of [hugo-theme-even](https://github.com/olOwOlo/hugo-theme-even) with a lot of additional changes.
[Demo](https://xianmin.github.io/hugo-theme-jane/) | [中文说明](https://github.com/xianmin/hugo-theme-jane/blob/master/README-zh.md)
-This theme focuses on improving reading experience.
+This theme focuses on improving the reading experience.
**Other Key features:**
@@ -23,7 +23,7 @@ This theme focuses on improving reading experience.
- Search Optimization
-## Who use Hugo-theme-Jane
+## Who uses Hugo-theme-Jane
- [Jack Baty's Blog](https://www.baty.net/) - Thousands of posts on the site powered by Hugo & Theme Jane.
- [虞双齐爱折腾](https://yushuangqi.com/) - @ysqi 个人技术博客.
@@ -36,20 +36,20 @@ Are you using **hugo-theme-jane**? [Add your site](https://github.com/xianmin/hu
## Quick Start
-**Note:** This tutorial assumes that you use [Hugo][] for **the first time** . [Hugo][] is one of the most popular open-source static site generators. You can check the [Hugo Official Docs][] for more help.
+**Note:** This tutorial assumes that you are using [Hugo][] for **the first time** . [Hugo][] is one of the most popular open-source static site generators. You can check the [Hugo Official Docs][] for more help.
[Hugo]: https://gohugo.io/
[Hugo Official Docs]: https://gohugo.io/getting-started/
-### 1. Quick Install Hugo
+### 1. Install Hugo
Download the appropriate version for your platform from [Hugo Releases](https://github.com/gohugoio/hugo/releases). Once downloaded, the binary can be run from anywhere. Ideally, you should install it somewhere in your `PATH` for easy use. `/usr/local/bin` is the most probable location.
-### 2. Quick Create a New Site
+### 2. Create a New Site
```bash
hugo new site myBlog
@@ -59,7 +59,7 @@ The above will create a new Hugo site in a folder named `myBlog`.
-### 3. Quick Use Hugo-Theme-Jane
+### 3. Use Hugo-Theme-Jane
Clone this repository into `themes` folder:
@@ -86,15 +86,15 @@ Take a look at the example site:
hugo server
```
-Open http://localhost:1313/ , you will see the example site.
+Open http://localhost:1313/ , you will see your site running with the example content.
-### 4. Start Blog
+### 4. Start a Blog
-The default config file `config.toml` in your site root directory. Customize it.
+The default config file `config.toml` is located in your site root directory. You can customize it to match the details of your site. Documentation about configuring Hugo can be found in the [Official Documentation](https://gohugo.io/getting-started/configuration/)
-The default content files in the `./content/post` directory.
+The default content files are located in the `./content/post` directory.
@@ -113,9 +113,9 @@ If you have extra time or want to know more about [Hugo][] , check out the awoso
Take a look in the [exampleSite](https://github.com/xianmin/hugo-theme-jane/tree/master/exampleSite) folder.
This directory contains an example config file and the content for the demo.
-It serves as an example setup for your documentation.
+It serves as an example setup for you to configure to your liking.
-Copy the `config.toml` in the root directory of your website. Overwrite the existing config file if necessary.
+Copy the `config.toml` to the root directory of your website. Overwrite the existing config file if necessary.
@@ -180,7 +180,7 @@ There are many ways to contribute to the Jane theme:
- reporting issues
- providing new translations
- creating suggestions
-- Correct inappropriate English expression (ok, my English is not good)
+- correct inappropriate English expression (ok, my English is not good)
## Contributors