diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index c3fcb6a..0d52a34 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ title: mfashby.net email: martin@mfashby.net description: >- # this means to ignore newlines until "baseurl:" - My site to share personal projects and sometimes write about stuff + My site to share personal projects baseurl: "" # the subpath of your site, e.g. /blog url: "" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: ninjashby @@ -27,6 +27,7 @@ markdown: kramdown theme: minima plugins: - jekyll-feed +show_excerpts: false # Exclude from processing. # The following items will not be processed, by default. Create a custom list |