loganthomas / loganthomas.github.io

1 stars 0 forks source link

How To Override Default Jekyll Theme #1

Open loganthomas opened 3 years ago

loganthomas commented 3 years ago

Reference for updating default them:

$ bundle info --path minima
/usr/local/lib/ruby/gems/3.0.0/gems/minima-2.5.1

$ open $(bundle info --path minima)

# From root directory
$ bundle install

$ bundle exec jekyll serve
loganthomas commented 3 years ago

https://templates.supply/sort-jekyll-collection-by-reverse-order-and-limit-results/

loganthomas commented 3 years ago

https://jetholt.com/micro/jekyll-tags-and-categories/

loganthomas commented 3 years ago

https://rfong.github.io/rflog/2020/02/28/jekyll-tags/

loganthomas commented 3 years ago

https://blog.lunarlogic.io/2019/managing-tags-in-jekyll-blog-easily/

loganthomas commented 3 years ago

https://longqian.me/2017/02/09/github-jekyll-tag/