Update of my website to Bootstrap 5
December 29, 2020
I updated my website so that it looks new and shiny and provides faster and easier access.
I used the following tools:
And i also have some nice syntax highlighting, too. For example Kotlin
fun nice() = (1..5).map { println "i=$it" }
Ruby
def foo
puts 'foo'
end
and Groovy
for ( book in library.books ) {
println book.author.name + ', ' + book.title + ', ' + book.category + ', ' + book.pages
}