Skip to content

Commit ad7f07a

Browse files
committed
chore: switch to github.com
1 parent 51730f0 commit ad7f07a

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

config.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ disqusShortname = "smittie-de"
4141
# bgImg = "" # Homepage background-image URL
4242

4343
# Prefix of link to the git commit detail page. GitInfo must be enabled.
44-
gitUrl = "https://gitlab.com/lockejan/blog/commit/"
44+
gitUrl = "https://github.com/lockejan/blog/commit/"
4545

4646
# Toggling this option needs to rebuild SCSS, requires Hugo extended version
4747
justifyContent = false # Set "text-align: justify" to `.content`.
@@ -59,9 +59,9 @@ disqusShortname = "smittie-de"
5959
name = "email"
6060
url = "mailto:hello@smittie.de"
6161

62-
[[params.social]]
63-
name = "gitlab"
64-
url = "https://gitlab.com/lockejan"
62+
# [[params.social]]
63+
# name = "gitlab"
64+
# url = "https://gitlab.com/lockejan"
6565

6666
[[params.social]]
6767
name = "github"

content/posts/introduction.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: "Introduction"
33
date: 2020-07-02T13:16:02+02:00
44
draft: false
55
toc: false
6-
tags:
6+
tags:
77
- hugo
88
- static site generator
99
- gitlab pages
@@ -60,6 +60,8 @@ Have a great day.
6060
Ciao,
6161
Jan
6262

63+
*Update: I've switched to a self hosted solution and moved the blog to [github.com][10]*
64+
6365
[1]: https://clojure.org/
6466
[2]: https://gohugo.io/
6567
[3]: https://www.strattic.com/jekyll-hugo-wordpress-pros-cons-static-site-generators/
@@ -69,3 +71,4 @@ Jan
6971
[7]: https://dev.to/beeman/automate-your-dev-posts-using-github-actions-4hp3
7072
[8]: https://gitlab.com/lockejan/blog
7173
[9]: https://en.wikipedia.org/wiki/RSS
74+
[10]: https://github.com/lockejan/blog

0 commit comments

Comments
 (0)