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

github.com/nurlansu/hugo-sustain.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNurlan Su <nurlansu@users.noreply.github.com>2017-01-01 01:56:18 +0300
committerNurlan Su <nurlansu@users.noreply.github.com>2017-01-01 01:56:18 +0300
commitb0534fd85dbc11311c44186216f1a555c70fefaa (patch)
treeb324f2b09192a7d6e358af7e3a556ee02e2abfd6
parent1d57db1d2269cdb790b194002333728cf3cca172 (diff)
Fixed some stuff in README.md
-rw-r--r--README.md35
1 files changed, 16 insertions, 19 deletions
diff --git a/README.md b/README.md
index a4791b1..bc7d968 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
![Sustain - Logo][logo]
-Table of Contents
------------------
+## Table of Contents
- [Installation](#installation)
- [Quick start](#quick-start)
@@ -22,12 +21,11 @@ Table of Contents
<p align="center"><b><a href="https://demo.sumaxi.me/themes/hugo-sustain/">Sustain Live Demo</a></b></p>
-Installation
-------------
+## Installation
#### With `git`
-From the root of your Hugo site, clone the theme into `themes/hugo-sustain` by running :
+From the root of your Hugo site, clone the theme into `themes/hugo-sustain` by running :
```
git clone https://github.com/sumaxime/hugo-sustain.git themes/hugo-sustain
```
@@ -40,8 +38,7 @@ git clone https://github.com/sumaxime/hugo-sustain.git themes/hugo-sustain
For more information read the official [setup guide][hugo-guide] of Hugo.
-Quick start
------------
+## Quick start
After installation, take a look in the `exampleSite` folder at. This directory contains an example config file and the content for the demo. It serves as an example setup for your documentation.
@@ -59,7 +56,7 @@ After installation, take a look in the `exampleSite` folder at. This directory c
└── static
```
-Copy at least the `config.toml` in the root directory of your website. Overwrite the existing config file if necessary.
+Copy at least the `config.toml` in the root directory of your website. Overwrite the existing config file if necessary.
Hugo includes a development server, so you can view your changes as you go -
very handy. Spin it up with the following command:
@@ -71,8 +68,7 @@ hugo serve
Now you can go to [localhost:1313][local] and the Sustain
theme should be visible.
-Features
---------
+## Features
### Syntax highlighting
@@ -86,13 +82,11 @@ To use this feature, uncomment and fill out the `disqusShortname` parameter in c
To add Google Analytics, simply sign up to [Google Analytics][g-analytics] to obtain your Google Tracking ID, and add this tracking ID to the `googleAnalytics` parameter in `config.toml`.
-About
------
+## About
This is a port of the Jekyll theme [Sustain][sustain-jekyll] by [Fábio Madeira][sustain-author]. It supports most of the features of the original theme.
-Contributing
-------------
+## Contributing
Pull requests, bug fixes, and new features are welcome!
@@ -102,17 +96,20 @@ Pull requests, bug fixes, and new features are welcome!
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request on GitHub
-Changelog
----------
+## Changelog
> Version 1.0
- Initial release
-License
--------
+## License
+
+<p align="center">
+ <a href="./LICENSE.md"><img src="https://i1.sumaxi.me/i/logo.svg" width="100%" height="128"></a>
+ <a href="./LICENSE.md"><strong>MIT</strong></a>
+</p>
+
-This theme is released under the [MIT license](LICENSE.md).
[logo]: https://i1.sumaxi.me/i/sustain.png
[screenshot]: https://i1.sumaxi.me/i/sustain-screen.png