Skip to content

Commit

Permalink
New
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan-Nox committed Jul 16, 2024
1 parent efd0ee9 commit 40010a5
Show file tree
Hide file tree
Showing 18 changed files with 165 additions and 0 deletions.
Empty file modified .github/workflows/hugo.yaml
100644 → 100755
Empty file.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "themes/ananke"]
path = themes/ananke
url = https://github.com/theNewDynamic/gohugo-theme-ananke.git
Empty file added .hugo_build.lock
Empty file.
3 changes: 3 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions .idea/noxkiwi.github.io.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions .idea/php.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions archetypes/default.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

36 changes: 36 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
title = "The 🥝 Blog"
baseURL = "https://gohugo-theme-ananke.pages.dev"
languageCode = "en-us"
theme = ["ananke"]

DefaultContentLanguage = "en"
SectionPagesMenu = "main"
Paginate = 6
googleAnalytics = ""
enableRobotsTXT = true

[languages]
[languages.en]
title = "The 🥝 Blog"
weight = 1
contentDir = "content/en"


[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"

[params]
text_color = ""
author = "Jan Nox"
favicon = "/favicon.ico"
site_logo = ""
description = "The last theme you'll ever need. Maybe."
# choose a background color from any on this page: https://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-dark-gray"
recent_posts_number = 6

[[params.ananke_socials]]
name = "github"
url = "https://github.com/noxkiwi"
18 changes: 18 additions & 0 deletions content/en/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: "The 🥝 Blog"

description: "Home Automation. Code Crafting. Geek Life. Security & Privacy."
# 1. To ensure Netlify triggers a build on our exampleSite instance, we need to change a file in the exampleSite directory.
theme_version: '2.8.2'
cascade:
featured_image: '/images/gohugo-default-sample-hero-image.jpg'
---

# Welcome to The 🥝 Blog
### Where Innovation Meets Frustration!

Here I turn my tech frustrations into your learning experience. Join me as I navigate the annoyances of home automation, untangle complex code, and embrace the quirks of geek life. Dive deep into monitoring systems and the relentless battle for privacy and security.

Because, let's be honest: if you're not slightly annoyed, you're probably not paying attention.

Stay curious. Stay secure. Stay snarky.
42 changes: 42 additions & 0 deletions content/en/about/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
---
title: "About"
description: "I'm slightly frustrated. Please be forgiving."
featured_image: '/images/Victor_Hugo-Hunchback.jpg'
menu:
main:
weight: 1
---

# Hi, Jan here.

## Who Am I?
I'm a passionate **software developer**, born in 1991, with a journey that started back in 2005 when I first delved into **PHP development**. After completing my vocational training as a software developer in 2013, I've explored various roles across different industries, enriching my expertise in a multitude of programming languages.

## Language Is a Tool
While ``PHP`` remains my forte, I'm equally proficient in ``JavaScript``, ``Python``, ``Bash``, and ``Batch``. My diverse toolkit also includes experience with ``C#``, ``C++``, ``VB.net``, ``Cold Fusion``, and ``AutoHotKey``.

## Private Interests
- 🎧 **Music Enthusiast**: Music is my lifeblood. I thrive on live music experiences and frequent festivals.
- 🥾 **Outdoor Adventurer**: Hiking, canoeing, camping, and stargazing are my escapes. I cherish the natural world and all its wonders.
- 🚊 **Travel Buff**: I love uncovering the historical stories behind the places I visit.
- 🛣 **Driving Aficionado**: Whether it's cars, motorbikes, bicycles, or even vans - I relish the freedom and thrill of the open road.
- 🎮 **Gamer**: There's nothing like a good gaming session to unwind.
- 👨‍🍳 **Culinary Minimalist**: I enjoy crafting delicious meals with minimal ingredients, focusing on texture and flavour.

## Motto
- *"Embrace doing less."*

## Never Stop Learning!
- 👨‍💻 Staying ahead in **software technologies** like ``Angular 17`` and ``CakePHP 5``.
- 🔐 Delving into **IT security**, privacy, and cryptography.
- 🏠 Advancing **home automation** with Home Assistant and various HACS integrations.
- 🔧 Performing **repairs and fixes** for my bicycle and motorbike.
- 🥁 Occasionally, I find joy in **playing the drums**.

I'm always on the lookout for new challenges and opportunities to grow. Let's connect and see how we can innovate together!

## Let's Connect!
If you're excited about the possibility of working together or simply want to discuss innovative ideas, I'd love to hear from you.
Don't hesitate to reach out via [email](mailto:[email protected]).

Let's create something ***amazing*** together!
15 changes: 15 additions & 0 deletions content/en/products/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
title: "Products"

description: "I did some work before. It was awful."
cascade:
featured_image: '/images/products.jpg'
---

# 🥝value

# 🥝validator

# 🥝money

# 🥝spotigame
4 changes: 4 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
theme = 'ananke'
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'nox.kiwi'

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"Target":"ananke/css/main.min.css","MediaType":"text/css","Data":{}}
Binary file added static/images/adguard.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/products.jpg
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 40010a5

Please sign in to comment.