Skip to content

Commit 4297a98

Browse files
authored
Merge pull request #4 from mazino2d/refactor-code
Refactor code
2 parents 32ab2a0 + c679036 commit 4297a98

File tree

14 files changed

+173
-286
lines changed

14 files changed

+173
-286
lines changed

.github/issue_template.md

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1-
Please only submit feature suggestions or bug reports if you believe something is broken.
1+
# Issue Template
22

3-
If you need help, you can attend the [Office Hours](https://beautifuljekyll.com/officehours) (only available for [sponsors](https://beautifuljekyll.com/plans/)).
3+
## Issue Type
4+
5+
- [ ] Bug Report
6+
- [ ] Feature Request
7+
- [ ] Documentation
8+
- [ ] Question
9+
10+
## Description
11+
<!-- Provide a clear and concise description of the issue or feature request -->
12+
13+
## Steps to Reproduce (for bugs)
14+
15+
1.
16+
2.
17+
3.
18+
19+
## Expected Behavior
20+
<!-- What did you expect to happen? -->
21+
22+
## Actual Behavior
23+
<!-- What actually happened? -->
24+
25+
## Environment
26+
27+
- **OS:**
28+
- **Browser:**
29+
- **Jekyll version:**
30+
31+
## Screenshots
32+
<!-- If applicable, add screenshots to help explain the issue -->
33+
34+
## Additional Context
35+
<!-- Add any other context about the problem here -->

.github/pull_request_template.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Pull Request Template
2+
13
## Description
24
<!-- Brief description of changes in this PR -->
35

@@ -11,6 +13,7 @@
1113
- [ ] Other (describe below)
1214

1315
## Checklist
16+
1417
- [ ] Tested preview locally (`bundle exec jekyll serve`)
1518
- [ ] Checked spelling and grammar
1619
- [ ] Optimized images (if applicable)

.github/workflows/build-deploy-page.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on:
33
push:
44
branches: ["main"]
55
pull_request:
6-
branches: ["main"]
6+
workflow_dispatch:
77
permissions:
88
contents: read
99
pages: write

Appraisals

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 0 additions & 233 deletions
This file was deleted.

Gemfile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22

33
source "https://rubygems.org"
44

5-
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
6-
# and associated library.
7-
platforms :mingw, :x64_mingw, :mswin, :jruby do
8-
gem "tzinfo", ">= 1", "< 3"
9-
gem "tzinfo-data"
10-
end
5+
gem "github-pages", group: :jekyll_plugins
116

12-
# Performance-booster for watching directories on Windows
13-
gem "wdm", "~> 0.1", :platforms => [:mingw, :x64_mingw, :mswin]
14-
157
gemspec

0 commit comments

Comments
 (0)