Update README.md

This commit is contained in:
vimux 2019-01-17 10:22:50 -05:00
parent 53261f337c
commit c54f9a9b06
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

View file

@ -18,9 +18,9 @@
## Table of Contents ## Table of Contents
- [Installation](#installation) - [Installation](#installation)
- [1A. Git clone](#option-a-git-clone) - [Option A. Git clone](#option-a-git-clone)
- [1B. Git submodule](#option-b-git-submodule) - [Option B. Git submodule](#option-b-git-submodule)
- [1C. Download ZIP and manual install](#step-1b-git-submodule) - [Option C. Download ZIP and manual install](#option-c-download-zip-and-manual-install)
- [Configuration](#configuration) - [Configuration](#configuration)
- [Config.toml example](#configtoml-example) - [Config.toml example](#configtoml-example)
- [Front Matter example](#front-matter-example) - [Front Matter example](#front-matter-example)
@ -95,11 +95,13 @@ You can run your site in Hugo server mode:
hugo server hugo server
``` ```
Now you can go to [localhost:1313](http://localhost:1313) webpage and the Binario theme should be visible.
After you make sure that **Binario** works, you may start customizing the theme. You can change [number of columns](#columns), activate [footer social icons](#footer-social-icons), [share buttons](#share-buttons) and much more. After you make sure that **Binario** works, you may start customizing the theme. You can change [number of columns](#columns), activate [footer social icons](#footer-social-icons), [share buttons](#share-buttons) and much more.
## Configuration ## Configuration
Hugo uses the `config.toml`, `config.yaml`, or `config.json` (if found in the site root) as the default site config file. Here is Binario configuration example in TOML with theme-specific config params: Hugo uses the `config.toml`, `config.yaml`, or `config.json` (if found in the site root) as the default site config file. Here is Binario configuration example in TOML with all available theme-specific config params:
### Config.toml example ### Config.toml example