Update references to GitHub account
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
ci/woodpecker/cron/deploy Pipeline was successful

This commit is contained in:
Oliver Traber 2024-11-11 20:32:10 +01:00
parent ea4aecdb35
commit 30982bb552
Signed by: Bluemedia
GPG key ID: C0674B105057136C
4 changed files with 6 additions and 6 deletions

2
.gitmodules vendored
View file

@ -1,3 +1,3 @@
[submodule "themes/hugo-profile"]
path = themes/hugo-profile
url = https://github.com/BluemediaGER/hugo-profile.git
url = https://github.com/BluemediaDev/hugo-profile.git

View file

@ -6,7 +6,7 @@ This repo contains the sources for my personal webpage and blog. You can check o
The site uses the following components:
- [Hugo](https://gohugo.io/) (static site generator)
- [Customized version](https://github.com/BluemediaGER/hugo-profile) of [Hugo Profile](https://github.com/gurusabarish/hugo-profile) (theme for Hugo)
- [Customized version](https://github.com/BluemediaDev/hugo-profile) of [Hugo Profile](https://github.com/gurusabarish/hugo-profile) (theme for Hugo)
Content is written using markdown and some YAML configs.

View file

@ -95,7 +95,7 @@ params:
socialLinks:
fontAwesomeIcons:
- icon: fab fa-github
url: https://github.com/BluemediaGER
url: https://github.com/BluemediaDev
- icon: fab fa-mastodon
url: https://chaos.social/@Bluemedia
rel: me
@ -138,7 +138,7 @@ params:
- "Tailwind CSS"
links:
- icon: fab fa-github
url: https://github.com/BluemediaGER/ScanOS
url: https://github.com/BluemediaDev/ScanOS
- title: Fancy Gatus
content: A simplified and modern status page based on data from a Gatus instance. The goal is to only display the most important information in a way that is understandable for end users.
@ -152,7 +152,7 @@ params:
- "Vue.js 3"
links:
- icon: fab fa-github
url: https://github.com/BluemediaGER/fancy-gatus
url: https://github.com/BluemediaDev/fancy-gatus
- title: Keycloak Modern Login
content: A clean and modern Keycloak login theme that's built using Vue.js 3, Tailwind CSS and Typescript. It is easily extensible and bypasses the complexity of FreeMarker templates.

View file

@ -69,7 +69,7 @@ server {
So, for making changes, all it takes is a simple `git push`, and within a few minutes, the update is live.
## Layout and Design
The theme I'm using is a fork of <a href="https://github.com/gurusabarish/hugo-profile" target="_blank">"Hugo Profile" by Guru Sabarish</a>. I've made some layout adjustments and changes to the design colors, along with replacing the default font with Atkinson Hyperlegible. <a href="https://brailleinstitute.org/freefont" target="_blank">Atkinson Hyperlegible</a> is an open font specially developed by the Braille Institute of America to ensure readability for individuals with visual impairments. If you're interested in the changes I've made, you can <a href="https://github.com/BluemediaGER/hugo-profile" target="_blank">find my fork on GitHub</a>.
The theme I'm using is a fork of <a href="https://github.com/gurusabarish/hugo-profile" target="_blank">"Hugo Profile" by Guru Sabarish</a>. I've made some layout adjustments and changes to the design colors, along with replacing the default font with Atkinson Hyperlegible. <a href="https://brailleinstitute.org/freefont" target="_blank">Atkinson Hyperlegible</a> is an open font specially developed by the Braille Institute of America to ensure readability for individuals with visual impairments. If you're interested in the changes I've made, you can <a href="https://github.com/BluemediaDev/hugo-profile" target="_blank">find my fork on GitHub</a>.
## Conclusion
With my new blog, I finally have a modern and lightweight way to showcase myself and my projects. Now that I'm much happier with the overall look, I plan to publish more posts in the future. So stay tuned for new content!