ChangeLog

All Updates about this blog.

2022.10.20 og:img use asset image๐Ÿ”—

use asset image as the default og:img

2022.10.10 Blockquote ui๐Ÿ”—

from | to "

2022.09.01 Show short title๐Ÿ”—

Show short title for all posts in home page:

short title

2022.07.25 Support Tweet Reply๐Ÿ”—

Show tweet reply:

tweet

2022.07.18 Inline Style๐Ÿ”—

For better performance, I have inline my pages css;

{%- set css = load_data(path="static/site/styles/site.css") -%}
<style>
  {{css | safe}}
</style>

Also, for better performance, docs search css will be loaded defer:

<link rel="preload" href="{{ get_url(path="site/styles/docs-searchbar.min.css",
trailing_slash=false,cachebust=true) | safe }}" as="style"
onload="this.onload=null;this.rel='stylesheet'">
<noscript>
  <link rel="stylesheet" href="{{
  get_url(path="site/styles/docs-searchbar.min.css",
  trailing_slash=false,cachebust=true) | safe }}"></noscript
>

2022.07.12 Change Surface Background Color๐Ÿ”—

Now it looks like this:

new background

Powerd by Meilisearch

search

backlinks

2022.07.09 Fix large building time๐Ÿ”—

I wrote a heavy logic in the base.html template, this can increase much building time, actually the logic is only dependent by two page, so I move it, now the building time is about 1 second again, also see here

2022.07.06 Desktop Read Mode๐Ÿ”—

when screen width greater than 67.5rem, then set the background color of main area as white, itโ€™s like the safari reader mode, can be more focus to the reader. home page

2022.07.03 Decrease Base fontsize๐Ÿ”—

Change base font size to 15px

2022.06.30 index toggle more button๐Ÿ”—

Add Toggle More Button.

toggle more screenshot

2022.06.18 refactor sidebar/archive๐Ÿ”—

Migrate sidebar/_index.md to pages/sidebar.md, all spectified page located in content/pages directories.

2022.06.14 - Activity Page๐Ÿ”—

Adding Activity page.

2022.06.13 - IndieWeb๐Ÿ”—

  1. Support IndieAuth

  2. Joining IndieWeb Webring, See home page bottom right corner

  1. Support Webmention, see example Now, Iโ€™m in IndieWeb?

2022.05.14 - Latest Updates๐Ÿ”—

Add Latest Updates to home page.

2022.04.25 - Random Category๐Ÿ”—

Change category Misc to Random, I prefer Random than Misc, cause I even donโ€™t know what Misc is. Itโ€™s inspired by Pin ่ตทไพ†

2022.04.24 - SEO๐Ÿ”—

Add og:title,description to pages for better SEO.

Adding Edit this article link to every post.

2022.03.29 - Birthday๐Ÿ”—

  1. Today is this blogโ€™s birthday, and Iโ€™m happy to announce that Iโ€™ve migrated from Wiki and Blog to New Blog. The Blog is built with Zola, I also wrote ่ฟ็งปๅšๅฎขๅ’Œ Wiki ๅˆฐ Zola to record it. The biggest difference is the blazing building speed of Zola, for now, it only takes 2 seconds to build the whole site.

  2. Support ่ฏปไนฆ็ฌ”่ฎฐ Templates, show my review score of the book, and show Books Sort By Rating

Category: Notes 
TagsChangeLogAbout
Published:  ยท Updated:   ๐Ÿ“ Edit this page

Response๐Ÿ”—

Have you written a response to this? Let me know the article or tweet URL (Article or tweet content needs to include the URL of this article, learn more about webmention here).

The response will be automatically collected by webmention.io bot, and another bot will automatically post it here within 24 hours, I wrote an article about how to achieve this. You can also send your response via mail owen@owenyoung.com or Twitter DM