Explore >> Select a destination


You are here

purefun.dev
| | jdhao.github.io
0.9 parsecs away

Travel
| | Due to Markdown's inability to center and resize image properly, I use the raw HTML tags inside markdown file to include images: ?? Markdown ??????????????????? HTML tags ?????(????????????????):
| | roneo.org
1.6 parsecs away

Travel
| | Note: You need to run Hugo ? 0.81, and Hugo 0.108.0 provides interesting improvements on this topic Enable Markdown Attributes In config.toml [markup.goldmark.parser.attribute] block = true title = true or in config.yml markup: goldmark: parser: attribute: block: true title: true Usage Add a single class: ![Image description](/images/portfolio/theme-screenshot.jpg) {.custom-css-class} Add multiples classes: ![Image description](/images/portfolio/theme-screenshot.jpg) {.myclass class="custom-css-class1 custom-class2"} Example This picture surrounded by a frame is the result of this image together with some CSS and the following markup:
| | rolisz.ro
2.0 parsecs away

Travel
| | As you are probably seeing, I've just done a major update to my blog. Besides the obvious theme change, there are several other more important changes in the backend, such as moving from Wordpress to Acrylamid Acrylamid is a static site generator written in Python. It is pretty cool. It
| | pavelkorolev.xyz
28.3 parsecs away

Travel
| I had an idea to host a blog by myself for a long time and finally got it done. The main thing which stopped me until this moment was a lack of experience in DevOps stuff and perfectionism in terms of how to make things easier for me. All I wanted to do is write posts, push it to some repository. Another side of this pipeline looked so complex to implement.