diff --git a/README.md b/README.md index df364d2..7c26ffd 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,11 @@ A custom syntax highlighting based on PrismJS. All you need to do is to wrap you code like this: -
+````
 ```html
   // your code here
 ```
-
+```` **Supported languages**: bash/shell, css, clike, javascript, apacheconf, actionscript, applescript, c, csharp, cpp, coffeescript, ruby, csp, css-extras, diff, django, docker, elixir, elm, markup-templating, erlang, fsharp, flow, git, go, graphql, less, handlebars, haskell, http, java, json, kotlin, latex, markdown, makefile, objectivec, ocaml, perl, php, php-extras, r, sql, processing, scss, python, jsx, typescript, toml, reason, textile, rust, sass, stylus, scheme, pug, swift, yaml, haml, twig, tsx, vim, visual-basic, wasm. @@ -120,8 +120,8 @@ See the basic `post` file params supported by the theme — https://github.com/p ## Add-ons -- **Comments** — for adding comments to your blog posts please take a look at `layouts/partials/comments.html` https://github.com/panr/hugo-theme-terminal/blob/master/layouts/partials/comments.html. -- **Extended Head** — please take a look at `layouts/partials/extended_head.html` https://github.com/panr/hugo-theme-terminal/blob/master/layouts/partials/extended_head.html +- **Comments** — for adding comments to your blog posts please take a look at `layouts/partials/comments.html` https://github.com/panr/hugo-theme-terminal/blob/master/layouts/partials/comments.html. +- **Extended Head** — please take a look at `layouts/partials/extended_head.html` https://github.com/panr/hugo-theme-terminal/blob/master/layouts/partials/extended_head.html - **Extended Footer** — please take a look at `layouts/partials/extended_footer.html` https://github.com/panr/hugo-theme-terminal/blob/master/layouts/partials/extended_footer.html ## How to run your site diff --git a/archetypes/posts.md b/archetypes/posts.md index c94001b..a0d1a30 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -4,6 +4,7 @@ date = "" author = "" cover = "" tags = ["", ""] +keywords = ["", ""] description = "" showFullContent = false +++ diff --git a/layouts/partials/head.html b/layouts/partials/head.html index c90f232..ef3fcaa 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,7 +1,7 @@ - +