Added htmlproofer in travis ci as validation
This commit is contained in:
parent
b1d735539c
commit
40c76eb12a
3 changed files with 2 additions and 8 deletions
|
|
@ -3,7 +3,7 @@ rvm:
|
|||
- 2.1
|
||||
|
||||
install: gem install jekyll html-proofer
|
||||
script: jekyll build
|
||||
script: jekyll serve --baseurl "" --detach && htmlproof ./_site --disable-external --empty-alt-ignore
|
||||
|
||||
branches:
|
||||
only:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ layout: post
|
|||
section-type: post
|
||||
title: Generating your Blog's RSS feed
|
||||
category: tech
|
||||
tags: [ 'tutorial', 'ShortestTutorialEver' ]
|
||||
tags: [ 'tutorial' ]
|
||||
---
|
||||
|
||||
Sit back, build the jekyll theme and it will be autogenerated in /feed.xml!
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
---
|
||||
layout: tag
|
||||
section-type: tag
|
||||
title: ShortestTutorialEver
|
||||
---
|
||||
## Tag
|
||||
Loading…
Add table
Add a link
Reference in a new issue