-
-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(build): use jekyll and restyle website #186
Merged
ReenigneArcher
merged 7 commits into
master
from
feat/build/use-jekyll-and-restyle-website
Jan 6, 2025
Merged
feat(build): use jekyll and restyle website #186
ReenigneArcher
merged 7 commits into
master
from
feat/build/use-jekyll-and-restyle-website
Jan 6, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ReenigneArcher
force-pushed
the
feat/build/use-jekyll-and-restyle-website
branch
17 times, most recently
from
September 27, 2024 02:55
730d8fa
to
369a767
Compare
ReenigneArcher
force-pushed
the
feat/build/use-jekyll-and-restyle-website
branch
2 times, most recently
from
September 28, 2024 22:50
a8d78df
to
8f460bb
Compare
10 tasks
ReenigneArcher
force-pushed
the
feat/build/use-jekyll-and-restyle-website
branch
2 times, most recently
from
October 3, 2024 17:54
90164e3
to
d649fd5
Compare
12 tasks
ReenigneArcher
force-pushed
the
feat/build/use-jekyll-and-restyle-website
branch
from
November 3, 2024 01:49
d649fd5
to
6e9b4ec
Compare
ReenigneArcher
force-pushed
the
feat/build/use-jekyll-and-restyle-website
branch
6 times, most recently
from
December 18, 2024 01:59
fbd15ef
to
92d5124
Compare
ReenigneArcher
force-pushed
the
feat/build/use-jekyll-and-restyle-website
branch
11 times, most recently
from
December 20, 2024 02:18
6cdc13a
to
5fda67e
Compare
ReenigneArcher
force-pushed
the
feat/build/use-jekyll-and-restyle-website
branch
from
January 4, 2025 17:14
36602f5
to
8144736
Compare
ReenigneArcher
force-pushed
the
feat/build/use-jekyll-and-restyle-website
branch
from
January 5, 2025 01:32
8144736
to
d3c2940
Compare
13 tasks
ReenigneArcher
force-pushed
the
feat/build/use-jekyll-and-restyle-website
branch
from
January 5, 2025 21:53
c13b24f
to
30b5335
Compare
13 tasks
ReenigneArcher
force-pushed
the
feat/build/use-jekyll-and-restyle-website
branch
from
January 5, 2025 23:17
30b5335
to
21fadae
Compare
ReenigneArcher
commented
Jan 6, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 60 out of 74 changed files in this pull request and generated no comments.
Files not reviewed (14)
- .dockerignore: Language not supported
- .gitattributes: Language not supported
- .github/workflows/build.yml: Language not supported
- .gitmodules: Language not supported
- .run/Dockerfile.run.xml: Language not supported
- 404.html: Language not supported
- CNAME: Language not supported
- Dockerfile: Language not supported
- README.rst: Language not supported
- _includes/crowdin-scripts.html: Language not supported
- _includes/discord-widgetcrate.html: Language not supported
- _includes/donate.html: Language not supported
- _includes/footer-extra.html: Language not supported
- .github/workflows/jekyll-build.yml: Evaluated as low risk
Comments suppressed due to low confidence (1)
_config_theme.yml:48
- The key 'navbar-var-length' seems to be a typo. It should be 'navbar-var-length'.
navbar-var-length: true
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR moves the website to a Jekyll build.
Todo:
discord.html
pagegiscus
instead ofutterances
, with custom css (depends on fix(giscus): add missing attributes and allow local theme daattali/beautiful-jekyll#1407)Screenshot
Original jekyll theme
Updated jekyll theme (to match existing site)
Issues Fixed or Closed
Type of Change
.github/...
)Checklist