diff --git a/.gitmodules b/.gitmodules
index 896a21d..06b72d8 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -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
diff --git a/README.md b/README.md
index 4a67643..a5c015f 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/config.yaml b/config.yaml
index 047a1cd..b141ecb 100644
--- a/config.yaml
+++ b/config.yaml
@@ -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.
diff --git a/content/blog/blog-using-hugo-minio-and-woodpcker-ci.md b/content/blog/blog-using-hugo-minio-and-woodpcker-ci.md
index aa2b285..fef3a2d 100644
--- a/content/blog/blog-using-hugo-minio-and-woodpcker-ci.md
+++ b/content/blog/blog-using-hugo-minio-and-woodpcker-ci.md
@@ -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 "Hugo Profile" by Guru Sabarish. I've made some layout adjustments and changes to the design colors, along with replacing the default font with Atkinson Hyperlegible. Atkinson Hyperlegible 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 find my fork on GitHub.
+The theme I'm using is a fork of "Hugo Profile" by Guru Sabarish. I've made some layout adjustments and changes to the design colors, along with replacing the default font with Atkinson Hyperlegible. Atkinson Hyperlegible 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 find my fork on GitHub.
## 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!
\ No newline at end of file