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

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'examples/blog/README.md')
-rw-r--r--examples/blog/README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/blog/README.md b/examples/blog/README.md
index 731839781..1cca20c2a 100644
--- a/examples/blog/README.md
+++ b/examples/blog/README.md
@@ -12,7 +12,7 @@ Features
- Indexes for `tags` and `categories`
- Post information block, with links for all `tags` and `categories` post belongs to
- [Bootstrap 3](http://getbootstrap.com/) ready
- - Currently using the Yeti theme from http://bootswatch.com/
+ - Currently using the [Yeti](http://bootswatch.com/yeti/) theme from http://bootswatch.com/
Common things that should be added in the near future *(pull requests are welcome!)*:
@@ -24,19 +24,19 @@ Common things that should be added in the near future *(pull requests are welcom
Getting Started
---------------
-To get started you should simply fork or clone this repository! That's definitely an important first step.
+To get started, you should simply fork or clone this repository! That's definitely an important first step.
[Install Hugo](http://hugo.spf13.com/overview/installing) in a way that best suits your environment and comfort level.
-Edit `config.yaml` and change the default properties to suit your own information. This is not required to run the
+Edit `config.toml` and change the default properties to suit your own information. This is not required to run the
example, but this is the global configuration file and you're going to need to use it eventually. Start here!
-In a command prompt or terminal, navigate to the path that contains your `config.yaml` file and run `hugo`. That's it!
+In a command prompt or terminal, navigate to the path that contains your `config.toml` file and run `hugo`. That's it!
You should now have a `public` directory with a complete blog! Open `public/index.html` in your browser and bask.
-If that wasn't amazing enough, from the same terminal run `hugo server -w`. This will watch your directories for changes
+If that wasn't amazing enough, from the same terminal, run `hugo server -w`. This will watch your directories for changes
and rebuild the site immediately, *and* it will make these changes available at http://localhost:1313/ so you can view
your finished site in your browser. Go on, try it. This is one of the best ways to preview your site while working on it.
To further learn Hugo and learn more, read through the Hugo [documentation](http://hugo.spf13.com/overview/introduction)
-or browse around the files in this repository. Have fun! \ No newline at end of file
+or browse around the files in this repository. Have fun!