This repository contains Jekyll rendered files.
It aims to exhibit some of my previous works and thoughts. Currently in 2023 it leans towards lifestyle blog posts.
The blog was not tuned for the best browsing performance, and could have very long loading time. Will optimize if I have good reasons to do it one day 😂. (e.g. gained popularity
/want a front-end job
/become an ecrivan
/want to rebuild a new version
, etc.)
[^1]
[^1]: [Title](http://example.com/)
<audio src="/music/some.mp3" autoplay="autoplay" loop="loop" controls="controls">Your browser does not support the audio element.</audio>
{: .alert .alert-info}
{: .alert .alert-success}
{: .alert .alert-warning}
{: .alert .alert-danger}
- YouTube
<iframe width="560" height="315" src="https://www.youtube.com/embed/nFQy-qmyotc" frameborder="0" poster="/images/some.jpg" allowfullscreen></iframe>
- Inline
<video src="/images/201711/nbalive95.mp4" controls preload="auto" poster="/images/201711/nbalive95_spurs.jpg" style="width:auto"></video>
- git scm
- ruby26
- ruby devkit
- To install RubyGems:
gem update --system
- To install RubyGems:
- gem install jekyll (Sometime blocked by GFW)
- gem install bundler (To use bundler as the additional gem-package manager)
gem list
: To check current gem list- if cannot install, remove previous gemfile.lock
gem install bundler jekyll
- (bundle init)
bundle install
bundle exec jekyll serve
cd jekyll build directory and bundle update.
When updating, bundle update [pack name]
- 241006: hide search bar in the side bar for tags, categories and timeline
<aside class="widget-wrap widget-search">
<h4 class="widget-title">
<span>Looking around?</span>
</h4>
{% include jekyll-search.html %}
<div onclick="keyinsearch()" class="search-form" id="search-container">
<input type="text" id="search-input" placeholder="search...">
<i class="fa fa-search"></i>
<ul id="results-container" style="list-style:square"></ul>
</div>
</aside>
- 241006: toc: true -> toc on; clean up all tag delimiters
- 241002: Fixed the post author blog layout downcase href issue
- 240108: Change all filename to lowercase - some comments and PV will be lost
- 230808: Disallow GPTBot
- 230619: Page title: Manifestations of Ting Chen -> Ting's Étude
- 221221: Added Timeline template using https://stackoverflow.com/a/43190996/14369688
Created @ 201127