Resize image

Also, improve README.md wording on config.toml.
This commit is contained in:
Nishanth Shanmugham
2016-08-03 08:48:12 -07:00
parent 0ab1dc783d
commit d9e1296bda
3 changed files with 4 additions and 4 deletions

View File

@@ -51,13 +51,13 @@ hugo new blog/your-new-post.md
$ hugo new fixed/about.md $ hugo new fixed/about.md
```` ````
#### Site variables #### config.toml
Please see the sample [`config.toml`](https://github.com/nishanths/cocoa-hugo-theme/blob/master/exampleSite/config.toml) under the `exampleSite/` directory. Please see the sample [`config.toml`](https://github.com/nishanths/cocoa-hugo-theme/blob/master/exampleSite/config.toml) in `exampleSite/`.
#### Example site #### Example site
An example site is available under the `exampleSite/` directory. An example site is available in `exampleSite/`.
## Screenshots ## Screenshots

View File

@@ -29,4 +29,4 @@ Initials = "ad" # Displayed on single post page; DEPRECATED in v0.3.0.
Lang = "en" Lang = "en"
LinkedIn = "//linkedin.com/in/you" LinkedIn = "//linkedin.com/in/you"
Twitter = "//twitter.com/you" Twitter = "//twitter.com/you"
ExtraCssFiles = [ "/css/override.css" ] # Root at `public` directory, add/remove files as necessary. ExtraCssFiles = [ "/css/override.css" ] # In your `static/css`, add/remove files as necessary.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 KiB

After

Width:  |  Height:  |  Size: 208 KiB