Skip to content

Commit

Permalink
Update about page, patch faulty theme aria attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
chvancooten committed Mar 3, 2023
1 parent fbc342f commit 075b952
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
run: |
sed -i 's/window.matchMedia("(prefers-color-scheme: dark)").matches/true/' themes/hello-friend-ng/assets/js/main.js
# Another ugly hot-patch to fix faulty 'aria-role' attribute
- name: Modify index layout to fix faulty 'aria-role' attribute
run: |
sed -i 's/aria-role/role/' themes/hello-friend-ng/layouts/index.html
- name: Build
run: hugo --minify

Expand Down
4 changes: 3 additions & 1 deletion content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ aliases = ["about-me"]

Hi! I'm Cas, an offensive security enthusiast and Red Teamer based in the Netherlands. I like to play around with anything that is related to hacking, security, or tech in general. I love to learn, but I love sharing the things that I have learned even more - that's what this blog is for. If you would like to get in touch you can do so via [Twitter](https://twitter.com/chvancooten) or [email](mailto:hello@casvancooten.com). I'm always up for a chat about (offensive) security!

[![Buy me a beer](https://img.shields.io/badge/%F0%9F%8D%BA-Buy%20me%20a%20beer-gray)](https://www.buymeacoffee.com/chvancooten)
If my content or open-source contributions have helped you, please consider sponsoring me on GitHub:

[![Sponsor on GitHub](https://img.shields.io/badge/%F0%9F%A5%B0-Sponsor%20me%20on%20GitHub-gray)](https://github.com/sponsors/chvancooten)

Stay geeky 🤓
Binary file removed static/images/coffee.jpg
Binary file not shown.
Binary file modified static/images/me.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 075b952

Please sign in to comment.