mirror of
https://github.com/aljazceru/midnight-gh-pages-theme.git
synced 2025-12-17 06:04:20 +01:00
Fix linting errors & fix GitHub asset URL
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
language: ruby
|
language: ruby
|
||||||
cache: bundler
|
cache: bundler
|
||||||
sudo: false
|
rvm: 2.6
|
||||||
rvm: 2.5
|
|
||||||
|
|
||||||
install: script/bootstrap
|
install: script/bootstrap
|
||||||
script: script/cibuild
|
script: script/cibuild
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@@ -1,3 +1,5 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gemspec
|
gemspec
|
||||||
|
|||||||
2
index.md
2
index.md
@@ -94,7 +94,7 @@ end
|
|||||||
|
|
||||||
### Small image
|
### Small image
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Large image
|
### Large image
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'jekyll-theme-midnight'
|
s.name = 'jekyll-theme-midnight'
|
||||||
s.version = '0.1.1'
|
s.version = '0.1.1'
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
bundle exec jekyll build
|
bundle exec jekyll build
|
||||||
bundle exec htmlproofer ./_site --check-html --check-sri --disable-external
|
bundle exec htmlproofer ./_site --check-html --check-sri
|
||||||
bundle exec rubocop -D
|
bundle exec rubocop -D
|
||||||
bundle exec script/validate-html
|
bundle exec script/validate-html
|
||||||
gem build jekyll-theme-midnight.gemspec
|
gem build jekyll-theme-midnight.gemspec
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env ruby
|
#!/usr/bin/env ruby
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
require 'w3c_validators'
|
require 'w3c_validators'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user