Wayne Huang's Blog

Recent Posts

Layout: Post with Table of Contents

1 minute read

Enable table of contents on post or page by adding toc: true to its YAML Front Matter. The title and icon can also be changed with:

Layout: Read Time Enabled

3 minute read

This post has reading time enabled. The estimated time that it takes to read this post should show if also enabled in _config.yml with read_time: true.

Layout: Read Time Disabled

This post has reading time disabled. The estimated time that it takes to read this post should not be showing if read_time: false is set in _config.yml or in...