diff options
| -rw-r--r-- | data/home/projects.yaml | 15 | ||||
| -rw-r--r-- | data/home/writing.yaml | 29 | ||||
| -rw-r--r-- | layouts/home.html | 1 |
3 files changed, 13 insertions, 32 deletions
diff --git a/data/home/projects.yaml b/data/home/projects.yaml index 7aeed8b..846e136 100644 --- a/data/home/projects.yaml +++ b/data/home/projects.yaml @@ -6,6 +6,17 @@ Projects: (currently Ruby/Rust), with the automation for publishing updates to different package managers using a git-ish workflow. - - title: <a href="https://git.sr.ht/~a14m/a14m.srht.site"> a14m.srht.site </a> + - title: <a href="https://git.sr.ht/~a14m/a14m.srht.site"> Personal resume/blog </a> content: - The source code, and deployment scripts for this website/CV/blog. + The source code, and deployment scripts for this website/resume/blog. + + - title: <a href="https://git.sr.ht/~a14m/OTW"> Over The Wire Solutions </a> + content: + Solutions for some of the <a href="https://overthewire.org/wargames/">OTW wargames</a> + documented in a README files format. + + - title: <a href="https://git.sr.ht/~a14m/HTB"> Hack The Box Solutions </a> + content: + Learning security analysis via documenting the solutions for some of the + <a href="https://hackthebox.eu">HTB machines</a> + in a README files format. diff --git a/data/home/writing.yaml b/data/home/writing.yaml deleted file mode 100644 index de93987..0000000 --- a/data/home/writing.yaml +++ /dev/null @@ -1,29 +0,0 @@ -Writing: - - title: The Publish/Subscribe Pattern on Rails - content: - A - <a href="https://www.toptal.com/ruby-on-rails/the-publish-subscribe-pattern-on-rails"> - Toptal published blog post - </a> - on implementing the <abbr title="Publish-Subscribe">Pub/Sub</abbr> - pattern in practice in Rails apps. - - - title: Clean Code and the Art of Exception Handling - content: - A - <a href="https://www.toptal.com/abap/clean-code-and-the-art-of-exception-handling"> - Toptal published blog post - </a> - on different tactics and strategies for exception handling - and how to employ them to write cleaner code. - - - title: <a href="https://git.sr.ht/~a14m/OTW"> Over The Wire Solutions </a> - content: - Solutions for some of the <a href="https://overthewire.org/wargames/">OTW wargames</a> - documented in a README files format. - - - title: <a href="https://git.sr.ht/~a14m/HTB"> Hack The Box Solutions </a> - content: - Learning security analysis via documenting the solutions for some of the - <a href="https://hackthebox.eu">HTB machines</a> - in a README files format. diff --git a/layouts/home.html b/layouts/home.html index 92d690a..d10498f 100644 --- a/layouts/home.html +++ b/layouts/home.html @@ -3,7 +3,6 @@ {{ partial "home/summary.html" .Site.Data.home.index.Summary }} {{ partial "home/skills.html" .Site.Data.home.index.Skills }} {{ partial "home/work.html" .Site.Data.home.work.Work }} - {{ partial "home/projects.html" .Site.Data.home.writing }} {{ partial "home/projects.html" .Site.Data.home.projects }} {{ partial "home/education.html" .Site.Data.home.index.Education }} {{ end }} |
