Skip to content

Commit

Permalink
Merge branch 'htmlproofer'
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlincoln committed Sep 6, 2019
2 parents f1b4c2b + 9950ec7 commit abe029a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -10,4 +10,4 @@ end

gem 'asciidoctor', '~> 1.5.4'
gem 'coderay', '1.1.1'

gem 'html-proofer'
14 changes: 14 additions & 0 deletions Gemfile.lock
Expand Up @@ -86,6 +86,15 @@ GEM
html-pipeline (2.12.0)
activesupport (>= 2)
nokogiri (>= 1.4)
html-proofer (3.12.0)
addressable (~> 2.3)
mercenary (~> 0.3)
nokogiri (~> 1.10)
parallel (~> 1.3)
rainbow (~> 3.0)
timerizer (~> 0.3)
typhoeus (~> 1.3)
yell (~> 2.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -214,9 +223,11 @@ GEM
mini_portile2 (~> 2.4.0)
octokit (4.14.0)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.17.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (3.1.1)
rainbow (3.0.0)
rb-fsevent (0.10.3)
rb-inotify (0.10.0)
ffi (~> 1.0)
Expand All @@ -237,11 +248,13 @@ GEM
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
timerizer (0.3.2)
typhoeus (1.3.1)
ethon (>= 0.9.0)
tzinfo (1.2.5)
thread_safe (~> 0.1)
unicode-display_width (1.6.0)
yell (2.2.0)

PLATFORMS
ruby
Expand All @@ -250,6 +263,7 @@ DEPENDENCIES
asciidoctor (~> 1.5.4)
coderay (= 1.1.1)
github-pages
html-proofer
jekyll-asciidoc
jekyll-gist
jekyll-paginate
Expand Down
2 changes: 2 additions & 0 deletions _config_local.yml
@@ -0,0 +1,2 @@
url: ""
baseurl: ""

0 comments on commit abe029a

Please sign in to comment.