From 17bd36f5a5c451db03deadbc54d6e141266afaed Mon Sep 17 00:00:00 2001 From: zwbetz-gh <37317628+zwbetz-gh@users.noreply.github.com> Date: Thu, 14 Feb 2019 09:02:30 -0600 Subject: [PATCH] Reorder headings --- README.md | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 29df99d..01e7ae9 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,11 @@ An accessibility-friendly Hugo theme, ported from the [original Cupper](https:// - [Updating](#updating) - [Run example site](#run-example-site) - [Configuration](#configuration) -- [Disable toc for a blog post](#disable-toc-for-a-blog-post) +- [Logo](#logo) +- [Favicons](#favicons) - [Syntax highlighting](#syntax-highlighting) - [Shortcodes](#shortcodes) -- [Favicons](#favicons) +- [Disable toc for a blog post](#disable-toc-for-a-blog-post) - [Credits](#credits) ## Demo @@ -49,8 +50,22 @@ hugo server --themesDir ../.. Copy the `config.toml` from the [`exampleSite`](https://github.com/zwbetz-gh/cupper-hugo-theme/tree/master/exampleSite), then edit as desired. +## Logo + Replace `static/images/logo.svg` with your logo. Keep the filename as `logo.svg`. +## Favicons + +Upload your image to [RealFaviconGenerator](https://realfavicongenerator.net/) then copy-paste the generated favicon files under `static`. + +## Syntax highlighting + +Syntax highlighting is provided by [Prism](https://prismjs.com/). See the [full list of supported languages](https://prismjs.com/#languages-list). + +## Shortcodes + +See the [full list of supported shortcodes](https://cupper-hugo-theme.netlify.com/cupper-shortcodes/). + ## Disable toc for a blog post Blog posts that have two or more subheadings (`

`s) automatically get a table of contents. To disable this set `toc` to `false`. For example: @@ -62,18 +77,6 @@ toc: false --- ``` -## Syntax highlighting - -Syntax highlighting is provided by [Prism](https://prismjs.com/). See the [full list of supported languages](https://prismjs.com/#languages-list). - -## Shortcodes - -See the [full list of supported shortcodes](https://cupper-hugo-theme.netlify.com/cupper-shortcodes/). - -## Favicons - -Upload your image to [RealFaviconGenerator](https://realfavicongenerator.net/) then copy-paste the generated favicon files under `static`. - ## Credits Thank you to [Heydon Pickering](http://www.heydonworks.com) and [The Paciello Group](https://www.paciellogroup.com/) for creating the original Cupper project.