less github links
This commit is contained in:
parent
d70eeb49c5
commit
69075c6fb1
|
@ -8,7 +8,7 @@ showReadingTime = false
|
|||
|
||||
cullmann.io is the personal web site of Christoph Cullmann.
|
||||
|
||||
The full sources of this web site can be found on [GitHub](https://github.com/christoph-cullmann/cullmann.io).
|
||||
The full sources of this web site can be found on [here](https://cullmann.io/git/cullmann.io).
|
||||
|
||||
## Professional Life
|
||||
|
||||
|
|
|
@ -22,5 +22,3 @@ To make it easier for others, to do so, just:
|
|||
* download https://github.com/gohugoio/hugo/archive/v0.54.0.tar.gz
|
||||
* execute in the source directory `go install -tags extended`
|
||||
* grab the result binary in your ~/go directory
|
||||
|
||||
If you need a pre-compiled one, on your own risk, use the one in my git, https://github.com/christoph-cullmann/cullmann.io.
|
||||
|
|
|
@ -16,9 +16,9 @@ I thought, given Hugo generates plain static HTML pages, I would be on the safe
|
|||
|
||||
But unfortunately, the theme I use includes some external resources, like the Google web fonts...
|
||||
|
||||
I now patched that out in my [fork](https://github.com/christoph-cullmann/hugo-coder) of the theme and provide local copies on my own server.
|
||||
I now patched that out of the theme and provide local copies on my own server.
|
||||
|
||||
The local mirrored files can be found [here](https://github.com/christoph-cullmann/cullmann.io/tree/master/static).
|
||||
The local mirrored files can be found [here](https://cullmann.io/git/cullmann.io).
|
||||
|
||||
Actually, this shows, for a "normal" user, it is really hard to ensure no privacy violations are on his/her/... website, given you need to control each and every page.
|
||||
|
||||
|
|
Loading…
Reference in a new issue