Skip to content

Commit 7e0f425

Browse files
committed
chore: some social updates
1 parent 2871437 commit 7e0f425

File tree

20 files changed

+235
-27
lines changed

20 files changed

+235
-27
lines changed

.gitignore

Lines changed: 112 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,115 @@ hugo.linux
1313
# Temporary lock file while building
1414
/.hugo_build.lock
1515

16-
# End of https://www.toptal.com/developers/gitignore/api/hugo
16+
### WebStorm ###
17+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
18+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
19+
20+
# User-specific stuff
21+
.idea/**/workspace.xml
22+
.idea/**/tasks.xml
23+
.idea/**/usage.statistics.xml
24+
.idea/**/dictionaries
25+
.idea/**/shelf
26+
27+
# AWS User-specific
28+
.idea/**/aws.xml
29+
30+
# Generated files
31+
.idea/**/contentModel.xml
32+
33+
# Sensitive or high-churn files
34+
.idea/**/dataSources/
35+
.idea/**/dataSources.ids
36+
.idea/**/dataSources.local.xml
37+
.idea/**/sqlDataSources.xml
38+
.idea/**/dynamic.xml
39+
.idea/**/uiDesigner.xml
40+
.idea/**/dbnavigator.xml
41+
42+
# Gradle
43+
.idea/**/gradle.xml
44+
.idea/**/libraries
45+
46+
# Gradle and Maven with auto-import
47+
# When using Gradle or Maven with auto-import, you should exclude module files,
48+
# since they will be recreated, and may cause churn. Uncomment if using
49+
# auto-import.
50+
# .idea/artifacts
51+
# .idea/compiler.xml
52+
# .idea/jarRepositories.xml
53+
# .idea/modules.xml
54+
# .idea/*.iml
55+
# .idea/modules
56+
# *.iml
57+
# *.ipr
58+
59+
# CMake
60+
cmake-build-*/
61+
62+
# Mongo Explorer plugin
63+
.idea/**/mongoSettings.xml
64+
65+
# File-based project format
66+
*.iws
67+
68+
# IntelliJ
69+
out/
70+
71+
# mpeltonen/sbt-idea plugin
72+
.idea_modules/
73+
74+
# JIRA plugin
75+
atlassian-ide-plugin.xml
76+
77+
# Cursive Clojure plugin
78+
.idea/replstate.xml
79+
80+
# SonarLint plugin
81+
.idea/sonarlint/
82+
83+
# Crashlytics plugin (for Android Studio and IntelliJ)
84+
com_crashlytics_export_strings.xml
85+
crashlytics.properties
86+
crashlytics-build.properties
87+
fabric.properties
88+
89+
# Editor-based Rest Client
90+
.idea/httpRequests
91+
92+
# Android studio 3.1+ serialized cache file
93+
.idea/caches/build_file_checksums.ser
94+
95+
### WebStorm Patch ###
96+
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
97+
98+
# *.iml
99+
# modules.xml
100+
# .idea/misc.xml
101+
# *.ipr
102+
103+
# Sonarlint plugin
104+
# https://plugins.jetbrains.com/plugin/7973-sonarlint
105+
.idea/**/sonarlint/
106+
107+
# SonarQube Plugin
108+
# https://plugins.jetbrains.com/plugin/7238-sonarqube-community-plugin
109+
.idea/**/sonarIssues.xml
110+
111+
# Markdown Navigator plugin
112+
# https://plugins.jetbrains.com/plugin/7896-markdown-navigator-enhanced
113+
.idea/**/markdown-navigator.xml
114+
.idea/**/markdown-navigator-enh.xml
115+
.idea/**/markdown-navigator/
116+
117+
# Cache file creation bug
118+
# See https://youtrack.jetbrains.com/issue/JBR-2257
119+
.idea/$CACHE_FILE$
120+
121+
# CodeStream plugin
122+
# https://plugins.jetbrains.com/plugin/12206-codestream
123+
.idea/codestream.xml
124+
125+
# Azure Toolkit for IntelliJ plugin
126+
# https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij
127+
.idea/**/azureSettings.xml

.idea/.gitignore

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/bemoty.dev.iml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
baseURL = 'https://bemoty.dev/'
22
languageCode = 'en-us'
3-
title = "Home / Joshua Winkler"
3+
title = "bemoty | Joshua Winkler"
44
enableRobotsTXT = true
5-
description = "Portfolio website of Joshua Winkler"
5+
[params]
6+
author = "Joshua Winkler"
7+
description = "Personal website and blog of Joshua Winkler (bemoty) - software developer and technology enthusiast."
68
[markup]
79
[markup.goldmark]
810
[markup.goldmark.renderer]

content/_index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
title: "Home / Joshua Winkler"
2+
title: "Home"
33
draft: false
44
---
55

6-
<img src="/img/friends.webp" alt="Friends" style="width: 100%;"/>
7-
<p class="muted">— me with my friends in Innsbruck</p>
6+
{{< img src="/img/friends.webp" alt="Friends" caption="me with my friends in Innsbruck" >}}
87

98
## Hi!
109

11-
I'm Josh, a software developer living in Austria, currently studying computer science at the [University of Innsbruck](https://uibk.ac.at/) and working as Head Developer for [GommeHD.net](https://gommehd.net/), a small video game company based in Germany. I have been coding full-stack applications since I was 16 and I'm always looking for new challenges.
10+
I'm Josh, a software developer living in Austria, currently studying computer science at the [University of Innsbruck](https://uibk.ac.at/) and working as Head Developer for [GommeHD.net](https://gommehd.net/), a small video game company based in Germany. I have been coding full-stack applications since I was 16, and I'm always looking for new challenges.
1211

1312
On the internet I'm also known by my pseudonym **bemoty**, which is a meaningless name I made up as a kid and have used online ever since.

content/blog/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Blog / Joshua Winkler"
2+
title: "Blog"
33
---
44

5-
### Blog
5+
### Blog entries

content/blog/about-this-blog.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
title: "About this blog"
33
date: 2024-05-09T16:00:00+02:00
4+
description: Just a little test for my Hugo setup.
45
draft: false
6+
images:
7+
- src: /img/willow.webp
8+
caption: "picture of a Willow tree I took at a local café"
59
---
610

7-
## About this blog
8-
911
Hi, this post is really just a test for whether or not my [Hugo](https://gohugo.io) blog setup is working as expected. So if you're reading this and you're not me, congratulations! You've found my website (in a working state)! 🎉
1012

11-
I'm usually more a lurker than a poster, as can be seen by the activity of my [Twitter (not X) feed](https://twitter.com/bemoty), so the chances of me never posting something here are nonzero. But just in case something interesting happens in my life and I feel like sharing it, this is the place where it will happen.
13+
I'm usually more a lurker than a poster, as can be seen by the activity of my [Bluesky feed](https://bsky.app/profile/bemoty.dev), so the chances of me never posting something here are nonzero. But just in case something interesting happens in my life and I feel like sharing it, this is the place where it will happen.
1214

1315
```java {lineNos=inline}
1416
public class HelloWorld {
@@ -18,4 +20,4 @@ public class HelloWorld {
1820
}
1921
```
2022

21-
Anyway, thanks for stopping by and I hope you have a great day. <3
23+
Anyway, thanks for stopping by and I hope you have a great day. <3

content/contact.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
---
2-
title: "Contact / Joshua Winkler"
2+
title: "Contact"
33
draft: false
44
---
55

6-
### Contact me
7-
86
If you want to talk about something, just send me an email.
97

108
> josh@bemoty.dev

0 commit comments

Comments
 (0)