diff --git a/README.md b/README.md index 31df99a..fab540d 100644 --- a/README.md +++ b/README.md @@ -51,13 +51,13 @@ hugo new blog/your-new-post.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 -An example site is available under the `exampleSite/` directory. +An example site is available in `exampleSite/`. ## Screenshots diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4ada336..5931ebb 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -29,4 +29,4 @@ Initials = "ad" # Displayed on single post page; DEPRECATED in v0.3.0. Lang = "en" LinkedIn = "//linkedin.com/in/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. diff --git a/images/tn.png b/images/tn.png index 7c00864..608eea7 100644 Binary files a/images/tn.png and b/images/tn.png differ