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:
2022.07.25 Support Tweet Reply๐
Show tweet reply:
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:
2022.07.12 Support Search๐
Powerd by Meilisearch
2022.07.09 Support 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.
2022.07.03 Decrease Base fontsize๐
Change base font size to 15px
2022.06.30 index toggle more button๐
Add Toggle More Button.
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๐
-
Support IndieAuth
-
Joining IndieWeb Webring, See home page bottom right corner
- 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.
2022.04.08 - Edit Link๐
Adding Edit this article link to every post.
2022.03.29 - Birthday๐
-
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.
-
Support ่ฏปไนฆ็ฌ่ฎฐ Templates, show my review score of the book, and show Books Sort By Rating