From 6d10b6fe4d7cf2da40c27cea7c991e343c31e98f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kmen=20G=C3=B6rgen?= Date: Sun, 2 Oct 2022 17:07:48 +0200 Subject: [PATCH] update all dependencies. --- README.md | 48 +++++++++++--------------- layouts/partials/script_highlight.html | 4 +-- layouts/partials/style_highlight.html | 4 +-- static/css/highlight.css | 3 -- 4 files changed, 25 insertions(+), 34 deletions(-) delete mode 100644 static/css/highlight.css diff --git a/README.md b/README.md index 3cc39a0..e768df4 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,9 @@ # HUGO ALAGEEK THEME alaGeek is an enhanced version of the -[Cocoa](https://github.com/mtn/cocoa-eh-hugo-theme) theme featuring a -customizable homepage with different sections including the latest -posts, syntax highlighting and MathJax support and much more. It's -rewritten with **Bootstrap 5**. +[Cocoa](https://github.com/mtn/cocoa-eh-hugo-theme) theme featuring a customizable +homepage with different sections including the latest posts, syntax highlighting and +MathJax support and much more. It's rewritten with **Bootstrap 5**. ![](/images/screenshot.png) @@ -13,9 +12,8 @@ Websites that are using Hugo with alaGeek theme: - https://alageek.com - https://gokmengorgen.net -_Feel free to open a pull-request to add your website here, I'll check -this list every new version. You don't need to use the latest version -of the theme._ +_Feel free to open a pull-request to add your website here, I'll check this list every +new version. You don't need to use the latest version of the theme._ ## FEATURES @@ -44,14 +42,14 @@ of the theme._ ## DEPENDENCY VERSIONS - bootstrap: 5.2.1 -- highlightjs: 11.4.0 +- highlightjs: 11.6.0 - mathjax: ^3.0.0 - progressively: latest stable version ## TYPOGRAPHY -You can customize the fonts copying and editing `style_main.html` -file. The defaults are: +You can customize the fonts copying and editing `style_main.html` file. The defaults +are: - Title: Merriweather Sans - Content: Merriweather @@ -74,33 +72,29 @@ file. The defaults are: - `header_extra.html` has been renamed `head_extra.html`. - HEAD tags have been moved to `head.html`. - All script lines have been moved to `footer_extra.html`. -- `highlight.css` has been removed and a new partial template - `style_highlight.html` has been created. +- `highlight.css` has been removed and a new partial template `style_highlight.html` has + been created. ### V2.0.0: NEW MARKDOWN PARSERS -If you prefer to use Goldmark instead of Blackfriday for Markdown -parser, you need to set `xhtml: true` for activating `progressively` -extension. Also, you need to set `unsafe: true` if you use Bootstrap -HTML components in Markdown files. Please take a look at [this -document](https://gohugo.io/getting-started/configuration-markup/) for +If you prefer to use Goldmark instead of Blackfriday for Markdown parser, you need to +set `xhtml: true` for activating `progressively` extension. Also, you need to set +`unsafe: true` if you use Bootstrap HTML components in Markdown files. Please take a +look at [this document](https://gohugo.io/getting-started/configuration-markup/) for more information. ### V2.0.0: BOOTSTRAP V5 MIGRATION -If you have a Bootstrap v4 specific customization on your theme, -please take a look at [this -document](https://getbootstrap.com/docs/5.0/migration/) or keep your -theme in the old version v1.5.0. +If you have a Bootstrap v4 specific customization on your theme, please take a look at +[this document](https://getbootstrap.com/docs/5.0/migration/) or keep your theme in the +old version v1.5.0. ## HOW DARK MODE WORKS -It automatically reads your system or browser color scheme and -activates the dark or light mode. If you want to use dark mode in all -cases, copy and move the `main.css` into your static folder keeping -the path, remove light-mode specific colors. +It automatically reads your system or browser color scheme and activates the dark or +light mode. If you want to use dark mode in all cases, copy and move the `main.css` into +your static folder keeping the path, remove light-mode specific colors. ## LICENSE -Licensed under the MIT License. See the LICENSE.md file for more -details. +Licensed under the MIT License. See the LICENSE.md file for more details. diff --git a/layouts/partials/script_highlight.html b/layouts/partials/script_highlight.html index cd2ccb1..9af1b3c 100644 --- a/layouts/partials/script_highlight.html +++ b/layouts/partials/script_highlight.html @@ -1,7 +1,7 @@ - + {{ range .Site.Params.highlightjslanguages }} - + {{ end }}