Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 34 additions & 2 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
Please only submit feature suggestions or bug reports if you believe something is broken.
# Issue Template

If you need help, you can attend the [Office Hours](https://beautifuljekyll.com/officehours) (only available for [sponsors](https://beautifuljekyll.com/plans/)).
## Issue Type

- [ ] Bug Report
- [ ] Feature Request
- [ ] Documentation
- [ ] Question

## Description
<!-- Provide a clear and concise description of the issue or feature request -->

## Steps to Reproduce (for bugs)

1.
2.
3.

## Expected Behavior
<!-- What did you expect to happen? -->

## Actual Behavior
<!-- What actually happened? -->

## Environment

- **OS:**
- **Browser:**
- **Jekyll version:**

## Screenshots
<!-- If applicable, add screenshots to help explain the issue -->

## Additional Context
<!-- Add any other context about the problem here -->
3 changes: 3 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Pull Request Template

## Description
<!-- Brief description of changes in this PR -->

Expand All @@ -11,6 +13,7 @@
- [ ] Other (describe below)

## Checklist

- [ ] Tested preview locally (`bundle exec jekyll serve`)
- [ ] Checked spelling and grammar
- [ ] Optimized images (if applicable)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
permissions:
contents: read
pages: write
Expand Down
6 changes: 0 additions & 6 deletions Appraisals

This file was deleted.

233 changes: 0 additions & 233 deletions CHANGELOG.md

This file was deleted.

10 changes: 1 addition & 9 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@

source "https://rubygems.org"

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

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

gemspec
Loading
Loading