Some intro text why I have recreated my website with hugo.
Blog series:
asdf
Problem: By default if the code in the snippet is longer than the page width, the website is wider than before. Thus one can scroll from left to right on mobile devices.
Solution:
All code tags are using the pre
html tag for preformatted content here
pre {
overflow-x: auto
}
Problem: about me page is on post list
Solution
{{ range where .Site.RegularPages "Type" "ne" "page" }}
See: