diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2020-12-05 21:10:21 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2020-12-05 21:15:15 +0800 |
commit | 75c3ddb4859a0691a6723e6f36397838fce14fd2 (patch) | |
tree | c29a33415309a6451adadcee21c59716103f5470 | |
parent | 23a8b8941579049227d244449d2e1ba8741b99c4 (diff) |
chore: add some important comments
-rw-r--r-- | _config.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index c6531fc..5ebd559 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,23 @@ +# Welcome to Jekyll! +# +# About Theme +# +# Yet another theme for elegant writers with modern flat style and beautiful +# night/dark mode. +# +# Website: https://github.com/jeffreytse/jekyll-theme-yat +# +# You can do anything you want, including projects for your clients, as long +# as you mention an attribution back (credit links in footer or project). +# See the LICENCE file. +# +# This config file is meant for settings that affect your whole blog, values +# which you are expected to set up once and rarely edit after that. +# +# For technical reasons, this file is *NOT* reloaded automatically when you +# use 'bundle exec jekyll serve'. If you change this file, please restart +# the server process. +# # Site settings # These are used to personalize your new site. If you look in the HTML files, # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on. |