diff --git a/.checks/pre-push b/.checks/pre-push index a46a9d5..3a90fd4 100755 --- a/.checks/pre-push +++ b/.checks/pre-push @@ -17,7 +17,7 @@ REPO_ROOT="$(git rev-parse --show-toplevel 2>/dev/null || pwd)" CONTENT_DIR="$REPO_ROOT/content" ZENSICAL_CFG_PATH="$REPO_ROOT/zensical.toml" SITE_DIR="$REPO_ROOT/deploy" -LOG_DIR="$REPO_ROOT/logs" +LOG_DIR="$REPO_ROOT/.checks/logs" mkdir -p "$LOG_DIR" # Cleanup old logs diff --git a/content/resume.md b/content/resume.md index cf1754a..dc33777 100755 --- a/content/resume.md +++ b/content/resume.md @@ -187,10 +187,10 @@ title: Resume Docker
- Dokploy + Dokploy
- GraphQL + GraphQL
Hugo @@ -214,7 +214,7 @@ title: Resume Python
- Shell + Shell
TypeScript @@ -223,7 +223,7 @@ title: Resume Vale
- Zensical logo Zensical + Zensical logo Zensical
@@ -338,7 +338,7 @@ title: Resume

Questions and Answers

Why did you resign from your last job?

-
The company started doing work with weapons manufacturers. That is not an industry I'm comfortable working in.
+
The company changed direction and I am looking for a new challenge.

Where can I see your written work?

On this page, under skills > writing

Where can I see your programming?

diff --git a/deploy/includes/definitions.html b/deploy/includes/definitions.html index 2f7dc98..c58a0f4 100755 --- a/deploy/includes/definitions.html +++ b/deploy/includes/definitions.html @@ -51,16 +51,8 @@ - - + diff --git a/deploy/index.html b/deploy/index.html index c68e374..d587f92 100755 --- a/deploy/index.html +++ b/deploy/index.html @@ -61,16 +61,8 @@ - - + diff --git a/deploy/overrides/main.html b/deploy/overrides/main.html index 5712aa1..f514009 100755 --- a/deploy/overrides/main.html +++ b/deploy/overrides/main.html @@ -24,16 +24,8 @@ {% block analytics %} - - + {% endblock %} {% block content %} diff --git a/deploy/resume.html b/deploy/resume.html index 34bcd17..536374b 100755 --- a/deploy/resume.html +++ b/deploy/resume.html @@ -61,16 +61,8 @@ - - + diff --git a/deploy/sitemap.xml b/deploy/sitemap.xml new file mode 100755 index 0000000..709c931 --- /dev/null +++ b/deploy/sitemap.xml @@ -0,0 +1,9 @@ + + + + https://gugulet.hu/index.html + + + https://gugulet.hu/resume.html + + \ No newline at end of file