-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #39 from Junyi-99/feat-experimental-config
Merge feat-experimental-config
- Loading branch information
Showing
159 changed files
with
1,174 additions
and
854 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
public/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Features | ||
|
||
1. Automatic Dark/Light mode based on system settings | ||
2. Dark/Light mode switcher | ||
3. Automatic Diagram dark/light switch | ||
4. Automatic Giscus dark/light switch | ||
|
||
| Feature (light/dark mode) | Anubis2 | | ||
| ---------------------------------------------------------------------- | ------- | | ||
| Line Number (table) and Hilight Lines | ✅ | | ||
| Line Number (true) and Hilight Lines | ✅ | | ||
| Line Number (inline) and Hilight Lines | ✅ | | ||
| Line Number (false) and Hilight Lines | ✅ | | ||
| Line Number (table) and Hilight Lines and Anchor Line | ✅ | | ||
| Line Number (table) and Hilight Inline | ✅ | | ||
| Highlight Shortcode, Line Number (table) and Hilight Lines and Anchor | ✅ | | ||
| Highlight Shortcode, Line Number (inline) and Hilight Lines and Anchor | ✅ | | ||
| Highlight Shortcode, Line Number (false) and Hilight Lines and Anchor | ✅ | | ||
| Mermaid Support (No Config, Lazy Load, Dark/Light Auto Switch) | ✅ | | ||
| MathJax Support (No Config, Lazy Load, Dark/Light Auto Switch) | ✅ | | ||
| Giscus Support (Dark/Light Auto Switch) | ✅ | | ||
| Umami Support (Dark/Light Auto Switch) | ✅ | | ||
| Multi-Author Support | ✅ | | ||
| Multi-Language Support | ✅ | | ||
| Support for \<code\> tag | ✅ | | ||
| Support for \<pre\> tag | ✅ | | ||
| Support for \<kbd\> tag | ✅ | | ||
| Support for \<mark\> tag | ✅ | | ||
| Passed CodePreKbdMark test | ✅ | | ||
| Passed All 8 Summary Rendering Tests | ✅ 8/8 | | ||
| Mermaid dark/light manual switch | ✅ | | ||
| Mermaid dark/light auto switch | ✅ | |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,4 +3,3 @@ title: "{{ replace .Name "-" " " | title }}" | |
date: {{ .Date }} | ||
draft: true | ||
--- | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,4 +74,4 @@ html[data-theme='dark'] { | |
|
||
--svg-color: #ccc; | ||
--svg-state-color: #ff5858; | ||
} | ||
} |
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
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
.hugo_build.lock | ||
public/ | ||
resources/ | ||
resources/ |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# See https://pre-commit.com for more information | ||
# See https://pre-commit.com/hooks.html for more hooks | ||
repos: | ||
- repo: https://github.com/pre-commit/pre-commit-hooks | ||
rev: v3.2.0 | ||
hooks: | ||
- id: trailing-whitespace | ||
# - id: end-of-file-fixer | ||
- id: check-yaml | ||
- id: check-toml | ||
- id: check-added-large-files |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@import 'foundation/vars'; | ||
|
||
junyi { | ||
display: block; | ||
font: 100% $font-stack; | ||
color: $primary-color; | ||
background-color: $background-color; | ||
margin-top: 1em; | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
.anubis-custom-style { | ||
background-color: pink; | ||
color: black; | ||
padding: 1em; | ||
border-radius: 0.3em; | ||
border: 1px solid black; | ||
} |
3 changes: 3 additions & 0 deletions
3
exampleSiteMultilingual/assets/custom-css/foundation/_vars.scss
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
$font-stack: Helvetica, sans-serif; | ||
$primary-color: rgb(255, 255, 168); | ||
$background-color: rgb(85, 85, 85); |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
+++ | ||
author = "Hugo Authors" | ||
+++ | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.