Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #28 from gkmngrgn/update-dependencies
Browse files Browse the repository at this point in the history
update all dependencies.
  • Loading branch information
gkmngrgn authored Oct 2, 2022
2 parents 713860a + 6d10b6f commit 9a6e924
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 34 deletions.
48 changes: 21 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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.
4 changes: 2 additions & 2 deletions layouts/partials/script_highlight.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/highlight.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.6.0/build/highlight.min.js"></script>

{{ range .Site.Params.highlightjslanguages }}
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/languages/{{.}}.min.js" defer></script>
<script src="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.6.0/build/languages/{{.}}.min.js" defer></script>
{{ end }}

<script>
Expand Down
4 changes: 2 additions & 2 deletions layouts/partials/style_highlight.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/styles/github.min.css"
href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.6.0/build/styles/github.min.css"
/>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.4.0/build/styles/tomorrow-night-bright.min.css"
href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.6.0/build/styles/tomorrow-night-bright.min.css"
/>

<style>
Expand Down
3 changes: 0 additions & 3 deletions static/css/highlight.css

This file was deleted.

0 comments on commit 9a6e924

Please sign in to comment.