Update references to GitHub account
This commit is contained in:
parent
ea4aecdb35
commit
30982bb552
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
||||||
[submodule "themes/hugo-profile"]
|
[submodule "themes/hugo-profile"]
|
||||||
path = themes/hugo-profile
|
path = themes/hugo-profile
|
||||||
url = https://github.com/BluemediaGER/hugo-profile.git
|
url = https://github.com/BluemediaDev/hugo-profile.git
|
||||||
|
|
|
@ -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:
|
The site uses the following components:
|
||||||
- [Hugo](https://gohugo.io/) (static site generator)
|
- [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.
|
Content is written using markdown and some YAML configs.
|
||||||
|
|
||||||
|
|
|
@ -95,7 +95,7 @@ params:
|
||||||
socialLinks:
|
socialLinks:
|
||||||
fontAwesomeIcons:
|
fontAwesomeIcons:
|
||||||
- icon: fab fa-github
|
- icon: fab fa-github
|
||||||
url: https://github.com/BluemediaGER
|
url: https://github.com/BluemediaDev
|
||||||
- icon: fab fa-mastodon
|
- icon: fab fa-mastodon
|
||||||
url: https://chaos.social/@Bluemedia
|
url: https://chaos.social/@Bluemedia
|
||||||
rel: me
|
rel: me
|
||||||
|
@ -138,7 +138,7 @@ params:
|
||||||
- "Tailwind CSS"
|
- "Tailwind CSS"
|
||||||
links:
|
links:
|
||||||
- icon: fab fa-github
|
- icon: fab fa-github
|
||||||
url: https://github.com/BluemediaGER/ScanOS
|
url: https://github.com/BluemediaDev/ScanOS
|
||||||
|
|
||||||
- title: Fancy Gatus
|
- 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.
|
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"
|
- "Vue.js 3"
|
||||||
links:
|
links:
|
||||||
- icon: fab fa-github
|
- icon: fab fa-github
|
||||||
url: https://github.com/BluemediaGER/fancy-gatus
|
url: https://github.com/BluemediaDev/fancy-gatus
|
||||||
|
|
||||||
- title: Keycloak Modern Login
|
- 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.
|
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.
|
||||||
|
|
|
@ -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.
|
So, for making changes, all it takes is a simple `git push`, and within a few minutes, the update is live.
|
||||||
|
|
||||||
## Layout and Design
|
## 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
|
## 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!
|
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!
|
Loading…
Reference in a new issue