Skip to content

Commit 4b546fc

Browse files
committed
mod _config.yml for Jekyll update and correct build warnings
1 parent fcb191e commit 4b546fc

File tree

1 file changed

+4
-11
lines changed

1 file changed

+4
-11
lines changed

_config.yml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
# Welcome to Jekyll!
2-
#
3-
# This config file is meant for settings that affect your whole blog, values
4-
# which you are expected to set up once and rarely need to edit after that.
5-
# For technical reasons, this file is *NOT* reloaded automatically when you use
6-
# 'jekyll serve'. If you change this file, please restart the server process.
72

83
# Site settings
94
title: Vim-CtrlSpace
105
email: wojtek.ryrych@gmail.com
11-
description: > # this means to ignore newlines until "baseurl:"
12-
Write an awesome description for your new site here. You can edit this
13-
line in _config.yml. It will appear in your document head meta (for
14-
Google search results) and in your feed.xml site description.
6+
description: >
7+
Vim CtrlSpace is *your* Vim Space Controller!
158
baseurl: ""
16-
url: "http://yourdomain.com" # the base hostname & protocol for your site
9+
url: "https://vim-ctrlspace.github.io/"
1710
twitter_username: "VimCtrlSpace"
1811
github_username: "vim-ctrlspace/vim-ctrlspace"
1912
excerpt_separator: "<!-- more -->"
2013

2114
# Build settings
2215
markdown: redcarpet
23-
highlighter: pygments
16+
highlighter: rouge

0 commit comments

Comments
 (0)