Compare commits
9 Commits
Author | SHA1 | Date | |
---|---|---|---|
1e1e5fc72f | |||
|
7b7303abef | ||
|
4cc4b8f123 | ||
|
20f7fc192f | ||
|
4c729f069e | ||
|
240a7c1e3f | ||
|
8113e87bc0 | ||
|
6ea85f72d1 | ||
|
df4e31bad2 |
14
.github/workflows/ci.yaml
vendored
Normal file
14
.github/workflows/ci.yaml
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
on: push
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
name: script/cibuild
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- uses: actions/setup-ruby@v1
|
||||||
|
with:
|
||||||
|
ruby-version: 2.7
|
||||||
|
- name: build
|
||||||
|
run: script/bootstrap
|
||||||
|
- name: test
|
||||||
|
run: script/cibuild
|
@@ -4,3 +4,6 @@ AllCops:
|
|||||||
|
|
||||||
Metrics/LineLength:
|
Metrics/LineLength:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
Gemspec/RequiredRubyVersion:
|
||||||
|
Enabled: false
|
||||||
|
@@ -1,13 +1,13 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
Gem::Specification.new do |s|
|
Gem::Specification.new do |s|
|
||||||
s.name = 'jekyll-theme-hacker'
|
s.name = 'jekyll-theme-cracker'
|
||||||
s.version = '0.1.2'
|
s.version = '0.1.2'
|
||||||
s.license = 'CC0-1.0'
|
s.license = 'CC0-1.0'
|
||||||
s.authors = ['Jason Costello', 'GitHub, Inc.']
|
s.authors = ['Jason Costello', 'GitHub, Inc.', 'Atlas Cove']
|
||||||
s.email = ['opensource+jekyll-theme-hacker@github.com']
|
s.email = ['Atlas48@gmx.com','opensource+jekyll-theme-hacker@github.com']
|
||||||
s.homepage = 'https://github.com/pages-themes/hacker'
|
s.homepage = 'https://git.sdf.org/Atlas48/cracker'
|
||||||
s.summary = 'Hacker is a Jekyll theme for GitHub Pages'
|
s.summary = 'Cracker is a Jekyll theme forcked from hacker'
|
||||||
|
|
||||||
s.files = `git ls-files -z`.split("\x0").select do |f|
|
s.files = `git ls-files -z`.split("\x0").select do |f|
|
||||||
f.match(%r{^((_includes|_layouts|_sass|assets)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
|
f.match(%r{^((_includes|_layouts|_sass|assets)/|(LICENSE|README)((\.(txt|md|markdown)|$)))}i)
|
||||||
|
Reference in New Issue
Block a user