Skip to content

Commit

Permalink
commit...
Browse files Browse the repository at this point in the history
  • Loading branch information
soprun committed Jan 4, 2024
1 parent 144154b commit 21ce96d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ group :jekyll_plugins do
gem 'html-proofer'
gem 'html-pipeline'
gem 'find'
gem 'commonmarker'
gem 'escape_utils'

# Checks ruby code grammar
gem 'rubocop', '>= 0', require: false
Expand Down
5 changes: 5 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ GEM
base64 (0.2.0)
bigdecimal (3.1.4)
colorator (1.1.0)
commonmarker (1.0.4-arm64-darwin)
commonmarker (1.0.4-x86_64-linux)
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
console (1.23.2)
Expand All @@ -36,6 +38,7 @@ GEM
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
escape_utils (1.3.0)
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
Expand Down Expand Up @@ -219,6 +222,8 @@ PLATFORMS
x86_64-linux

DEPENDENCIES
commonmarker
escape_utils
find
html-pipeline
html-proofer
Expand Down
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ task default: [:check]

desc "Check >> HTMLProofer"
task :check do
# Dir.mkdir(".jekyll-cache") unless File.exist?(".jekyll-cache")
# Dir.mkdir(".jekyll-cache/html-proofer") unless File.exist?(".jekyll-cache/html-proofer")
# Dir.mkdir(".jekyll-cache") unless File.exist?(".jekyll-cache")
Dir.mkdir(".jekyll-cache") unless File.exist?(".jekyll-cache")
Dir.mkdir(".jekyll-cache/html-proofer") unless File.exist?(".jekyll-cache/html-proofer")
Dir.mkdir(".jekyll-cache") unless File.exist?(".jekyll-cache")

output_dit = "_site"
docs_dit = "./docs"
Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ defaults:
noindex: false
paginate: false
published: true
last_modified_at: ~
tags: [ ]
categories: [ ]

Expand Down

0 comments on commit 21ce96d

Please sign in to comment.