From 91417eb0ab788f252dd1717ea0493985eb0c0d86 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 25 Feb 2021 00:51:08 +0900 Subject: enable syntax highlighting for code snippers in markdown --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index da5fad3..7f07b80 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ A modern hugo theme for awesome blogs ## Installation & Update -``` +```sh $ # install $ mkdir themes $ cd themes @@ -54,7 +54,7 @@ If you want to know more information, see [Hugo doc](https://gohugo.io/themes/in #### `config.toml` example -``` +```toml baseURL = "https://rafed.github.io/ramium/" #CanonifyURLs=true @@ -119,7 +119,7 @@ enableemoji = false ## Frontmatter example -``` +```md --- title: {{ replace .Name "-" " " | title }} date: {{ now.Format "2006-01-2" }} @@ -138,4 +138,4 @@ If you find problems with the theme raise an issue. Also, contributions/pull req ## LICENSE -[MIT](./LICENSE). \ No newline at end of file +[MIT](./LICENSE). -- cgit v1.2.3