Mallim's Blog

Thoughts, stories, and ideas of a Software Craftsman

JMustache versus Handlebars

by Mallim in Java 1 min read

More user friend ly API compared to handlebars java https://t.co/O8ypcBQERG— Ian Lim (@mallim) May 30, 2019 Usage experience between JMustache versus Handlebars.java Both offer the same mustache syntax JMustache has no checked exceptions to catch. So the flow is smoother ...

路過人間 (A PasserBy)

by Mallim in Song Lyric 1 min read

Singer: 郁可唯 (Yisa Yu) 作曲 Composed by:張簡君偉 Alex Chang Jien 作詞 Lyrics by:施人誠 Derek Shih 編曲 Arranger:Jerry C 嘿 意不意外 她背影 那麼輕快 Hey there, is it a surprise, to see her toddling away 嘿 要明白 人會來 就會離開 Hey there, when people come, people will leave someday 世上唯一不變 是人都善變 What will rem ...

Getting started

by Bleda in Getting Started 3 min read

Bleda is a minimal blog starter theme for Gridsome, inspired by the design of the Attila Ghost theme, and styled with Tailwind CSS. Gridsome is a Vue.js-powered, modern site generator for building the fastest possible websites for any Headless CMS, APIs or Markdown-files. Gridsom ...

Writing posts

by Gridsome in Getting Started 3 min read

The starter uses Gridsome's filesystem source plugin, which means blog posts are Markdown files that exist in the /content/posts directory. Creating a new post There are 2 ways you can create a new post with Bleda: Simply add a new, uniquely-named *.md file in the /content/post ...

Markdown styling

by Gridsome in Markdown 2 min read

Blog posts in Bleda are written using Markdown. However, you are free to use HTML inside Markdown, for any elements not covered by the spec. Markdown is intended to be as easy-to-read and easy-to-write as is feasible.Readability, however, is emphasized above all else. A Markdown ...