Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/rafed/ramium.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafed Muhammad Yasir <rafed123@yahoo.com>2022-05-06 14:47:17 +0300
committerGitHub <noreply@github.com>2022-05-06 14:47:17 +0300
commit161b4f6cbf8deee7934d2e9d2234e04c8e7dcb82 (patch)
treed63ab65f80ab33959735bda6f68933cd4e547bb4
parent998f9689a55913acc51653c27e2c685abf06df83 (diff)
parent91417eb0ab788f252dd1717ea0493985eb0c0d86 (diff)
Merge pull request #15 from coliff/patch-1HEADmaster
enable syntax highlighting for code snippers in markdown
-rw-r--r--README.md8
1 files 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).