diff options
author | Brandon Mathis <brandon@imathis.com> | 2014-06-21 16:41:32 -0500 |
---|---|---|
committer | Brandon Mathis <brandon@imathis.com> | 2014-06-21 16:41:32 -0500 |
commit | 9d0c54e3e67d7c179cd87034f18e57fd97be1e42 (patch) | |
tree | bea2db55637eff2dea92638bccdc5cedc3737fb3 /_config.yml | |
parent | a0229b2c9c1bb51bf6534bef528e6b2986c4064a (diff) | |
download | my_new_personal_website-9d0c54e3e67d7c179cd87034f18e57fd97be1e42.tar.xz my_new_personal_website-9d0c54e3e67d7c179cd87034f18e57fd97be1e42.zip |
Removed date plugin, added excerpt separator default
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 2a7a8a7e..1e2b3868 100644 --- a/_config.yml +++ b/_config.yml @@ -45,6 +45,7 @@ paginate: 10 # Posts per page on the blog index paginate_path: "posts/:num" # Directory base for pagination URLs eg. /blog/page/2/ recent_posts: 5 # Posts in the sidebar Recent Posts section excerpt_link: "Read on →" # "Continue reading" link text at the bottom of excerpted articles +excerpt_separator: "<!--more-->" titlecase: true # Converts page and post titles to titlecase |