diff --git a/_config.yml b/_config.yml index ffd8240..b3bd9a8 100755 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,4 @@ baseurl: '' -exclude: ['README.md'] permalink: pretty title: 'Jekyll Serif' @@ -36,3 +35,15 @@ sass: plugins: - jekyll-environment-variables + +exclude: + - Gemfile + - Gemfile.lock + - node_modules + - vendor/bundle/ + - vendor/cache/ + - vendor/gems/ + - vendor/ruby/ + - LICENSE.md + - LICENSE + - README.md \ No newline at end of file diff --git a/_includes/header.html b/_includes/header.html index f6c0c06..7495077 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,10 +1,10 @@
{{ service.content | markdownify | strip_html | truncate: 100 }}
{{ service.content | markdownify | strip_html | truncate: 100 }}