Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

tuhrig/tuhrig.github.io

Repository files navigation

README

What is this?

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.

Run me locally

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)

Categories

  • "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"

Theme and styling

The theme and layout is forked from:

Code Blocks

Do it like this:

    {% raw %}
    ```html
    <html>
    ```
    {% endraw %}

See: https://stackoverflow.com/questions/52324134/getting-an-liquid-exception-liquid-syntax-error-while-using-jekyll

Load iframe content

<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>

Privacy Policy

Used:

https://www.ratgeberrecht.eu/leistungen/muster-datenschutzerklaerung.html 

Looks also good:

https://www.gdprprivacynotice.com/download.php

License

MIT

About

My personal blog about software development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages