Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnvc committed Sep 9, 2015
1 parent 628eeea commit e549134
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 17 deletions.
13 changes: 0 additions & 13 deletions .travis.yml
@@ -1,16 +1,3 @@
# branches:
# only:
# - gh-pages
# language: ruby
# rvm:
# - 2.0.0 # otherwise public_suffix will fail to install
# script:
# - bundle exec jekyll build --config _config.yml,_config_dev.yml
# - bundle exec htmlproof ./_site --only-4xx --check-favicon --check-html
# env:
# global:
# - NOKOGIRI_USE_SYSTEM_LIBRARIES=true

language: ruby
rvm:
- 2.1
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Expand Up @@ -11,10 +11,10 @@ description:
subtitle: Holo Alfa is a minimalist, mobile first Jekyll theme with focus on readability and content. <a href="https://github.com/steinvc/holo-alfa">&lt;/&gt; on Github</a>.

author:
name: Stijn van Cuijk
name: Dr. Jekyll # Change this!

# Necessary for contact page
email: stijnvcuijk@gmail.com
email: your@email.com # Change this!

# Optional text (html) to display after author name. Leave empty if you don't
# want it.
Expand Down
4 changes: 2 additions & 2 deletions _config_dev.yml
Expand Up @@ -11,10 +11,10 @@ description:
subtitle: Holo Alfa is a minimalist, mobile first Jekyll theme with focus on readability and content. <a href="https://github.com/steinvc/holo-alfa">&lt;/&gt; on Github</a>.

author:
name: Stijn van Cuijk
name: Dr. Jekyll # Change this!

# Necessary for contact page
email: stijnvcuijk@gmail.com
email: your@email.com # Change this!

# Optional text (html) to display after author name. Leave empty if you don't
# want it.
Expand Down

0 comments on commit e549134

Please sign in to comment.