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

github.com/gkmngrgn/hugo-alageek-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGökmen Görgen <gkmngrgn@gmail.com>2020-03-28 19:24:52 +0300
committerGökmen Görgen <gkmngrgn@gmail.com>2020-03-28 19:24:52 +0300
commitf075aef158a76a3d5511d0c9ebf92798a212b61d (patch)
tree3383e8bca0a2864328ec30ed9b73e687cc16bb66
parent0c88ee02a5b5981fa1aab5efcda221cc263e4c9f (diff)
add a short info for goldmark compatibility.
-rw-r--r--LICENSE.md2
-rw-r--r--README.md11
2 files changed, 12 insertions, 1 deletions
diff --git a/LICENSE.md b/LICENSE.md
index 7c8087e..44b54ba 100644
--- a/LICENSE.md
+++ b/LICENSE.md
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2018 Gökmen Görgen
+Copyright (c) 2018 - 2020 Gökmen Görgen
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
diff --git a/README.md b/README.md
index d8e782a..f23a2ab 100644
--- a/README.md
+++ b/README.md
@@ -55,6 +55,17 @@ Websites that are using hugo with alaGeek theme:
* Content: Merriweather
* Code: Fira Code
+## Updates
+
+### Goldmark Compatibility
+
+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
+documentation](https://gohugo.io/getting-started/configuration-markup/) for more
+information.
+
## License
Licensed under the MIT License. See the LICENSE.md file for more details.