diff options
author | jeffreytse <jeffreytse.mail@gmail.com> | 2020-08-31 19:42:45 +0800 |
---|---|---|
committer | jeffreytse <jeffreytse.mail@gmail.com> | 2020-08-31 19:43:10 +0800 |
commit | 203d2a5c373aa3b9b4425ca38aec7ace6ccc982c (patch) | |
tree | 7ab685d107ab9aceb763c1ccca11029780263006 | |
parent | 66861671f51bf1d956112204065ce0488cd22dde (diff) |
feat: add example of about page
-rw-r--r-- | _config.yml | 1 | ||||
-rw-r--r-- | about.html | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index ada9e62..4ccb82d 100644 --- a/_config.yml +++ b/_config.yml @@ -85,6 +85,7 @@ yat: # - archives.html # - categories.html # - tags.html +# - about.md # Page default value # defaults: diff --git a/about.html b/about.html new file mode 100644 index 0000000..1395b28 --- /dev/null +++ b/about.html @@ -0,0 +1,16 @@ +--- +layout: about +title: About +--- + +<h2>About</h2> + +<p> +:art: Yet another theme for elegant writers with modern flat style. +</p> + +<p> +Hey, nice to meet you, you found this Jekyll theme. Here the yet another +theme is a modern theme, and it's quiet clear, clean and neat for writers +and posts. +</p> |