This right here is my personal blog. I use this blog to write about software development and related topics. Back in the days, this blog was hosted by a Wordpress instance. It was migrated to Jakyll / githup.io in December 2022. You can read it at https://tuhrig.de.
brew install ruby
export GEM_HOME="$HOME/.gem"
gem install bundler
gem install jekyll
bundle init
# Install the used gems
bundle
# Run Jekyll to see the blog
bundle exec jekyll serve
# And just in case
kill -9 $(lsof -ti:4000)
- "AI"
- "coding"
- "architecture"
- "design-pattern"
- "java"
- "kotlin"
- "spring"
- "blog"
- "academic"
- "angularjs"
- "javascript"
- "html"
- "ddd"
- "database"
- "aws"
- "wordpress"
- "security"
- "software-design"
- "devops"
- "personal"
- "books"
- "python"
- "data-mining"
- "android"
- "slides"
- "c"
- "uml"
- "cloud"
- "docker"
- "testing"
- "vaadin"
The theme and layout is forked from:
Do it like this:
{% raw %}
```html
<html>
```
{% endraw %}
<iframe
name="thirdPartyContent"
class="speakerdeck-iframe"
frameborder="0"
allowfullscreen="true"
mozallowfullscreen="true"
webkitallowfullscreen="true"
data-ratio="1.3333333333333333">
</iframe>
<script>
if(consentGiven()) {
const site = "https://speakerdeck.com/player/50141a0aa049a30002005abb";
document.getElementsByName('thirdPartyContent')[0].src = site;
}
</script>
Used:
https://www.ratgeberrecht.eu/leistungen/muster-datenschutzerklaerung.html
Looks also good:
https://www.gdprprivacynotice.com/download.php
MIT