Change Log

Dec 19, 2020 (dcd0901)

Support CJK header link.
Now, you can use Chinese, Japanese or Korean folder, file name in the content folder.

Dec 10, 2020 (7c1c61b)

Support Netlify Form - How to add Netlify Form

Dec 9, 2020 (621c83a)

Table of Contents(toc) bug fix - long toc not showing properly

Dec 1, 2020 (13e290e)

Support D3 library. - How to use D3 library

Nov 14, 2020 (9a5a692)

Img shortcode bug fix - When you are using subdomains for your blog, img shortcode not worked properly.

Nov 14, 2020 (2e96cb4)

Add option to change default emoji icon - Merged pull request from tabinurie/customicon
To set your custom emoji icons, edit the params.toml file.

1
2
3
4
5
6
7
8
9
...
writtenTimeIcon = "πŸ“…"
modifiedTimeIcon = "πŸ“"
readingTimeIcon = "β˜•"
authorIcon = "✍️"
pagePvIcon = "πŸ‘€"
tagIcon = "🏷️"
publicationIcon = "πŸ“š"
typeIcon = "🎯"

Nov 14, 2020 (d86ef73)

New share buttons - Merged from tabinurie/dev_share
delicious, feedly, google bookmark, hatena bookmark, pinterest, pocket

You can use it like this. In your params.toml file,

1
2
3
...
[[share]]
  name = "pinterest"

Nov 5, 2020 (d694f16)

Now, you can use table, codeblock(with clipboard) markdown syntax in the about page.

Oct 21, 2020 (6ee166e)

Notice shortcode redesigned.
support subtitle shown next to the title.

1
2
3
4
5
---
title: "my title"
subtitle: "my sub title"
---
contents

Oct 16, 2020 (11e7081)

Gallery bug fixed - The error fixed when there is no images folder in the static folder.
you can add search, language icon in your appbar. Before this commit, you had to find those icons in the profile, footer section each.

1
2
3
...
enableAppbarSearchIcon = false
enableAppbarLangIcon = false

July 24, 2020 (6e4765e)

Now, you can use typewriter in your home header. - How to use typewriter

Jun 10, 2020 (ceef390)

New param added - minItemsToShowInTagCloud
This option is useful when you have a bunch of tags that are only related to 1 article.

1
2
...
minItemsToShowInTagCloud = 1 # Minimum items to show in tag cloud