This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 32
support twikoo comment system #239
Merged
Merged
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
2fd48f9
Merge pull request #184 from sunt-programator/dev
victor-pogor d50863d
build(npm): updated packages
victor-pogor 272899d
build(npm): updated packages
victor-pogor 5cedad5
build(npm): updated packages
victor-pogor fe9ee8c
build(npm): updated packages
victor-pogor bd1368e
docs: update README.md [skip ci]
allcontributors[bot] 25e10de
docs: update .all-contributorsrc [skip ci]
allcontributors[bot] 646748c
Merge pull request #203 from sunt-programator/all-contributors/add-ai…
victor-pogor 9904b35
build(npm): updated packages
victor-pogor fab6811
build(npm): updated packages
victor-pogor 1fdda4d
build(npm): updated packages
victor-pogor 0f2081d
fix(gist): fixed the lost of indentation
jesustorresdev 650a791
fix(gist): fixed the lost of indentation
jesustorresdev de65a1d
docs: update README.md [skip ci]
allcontributors[bot] a7c218c
docs: update .all-contributorsrc [skip ci]
allcontributors[bot] 01ed5d2
build(npm): updated packages
victor-pogor 248048c
build: ignored the 'missing Instagram AccessToken' error
victor-pogor 1e4a013
Merge pull request #226 from aplatanado/fix/gist-indents
victor-pogor bdb018a
Merge pull request #229 from sunt-programator/all-contributors/add-ap…
victor-pogor 59fb620
docs: update README.md [skip ci]
allcontributors[bot] ac5914c
docs: update .all-contributorsrc [skip ci]
allcontributors[bot] d1fa357
Merge pull request #236 from sunt-programator/all-contributors/add-kt…
victor-pogor a74cdcf
build(npm): updated packages
victor-pogor 6c3f99f
support twikoo comment system
OnlyFor df4fb33
add twikoo sample config
OnlyFor 525df8d
fix config sample & add no script
OnlyFor d23c24c
support waline comment system
OnlyFor 8a83c59
Update config.toml
OnlyFor be07d9b
update jsdeliver & update lib files & update config and doc & update …
OnlyFor 0ce0bee
Update comment.html
OnlyFor ef9ae9d
Update VERSION
OnlyFor 2134405
add {{< version 0.2.0 >}}
OnlyFor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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 |
---|---|---|
|
@@ -54,7 +54,7 @@ pre, | |
margin: 0; | ||
padding: 0; | ||
border: none !important; | ||
white-space: nowrap; | ||
white-space: pre; | ||
} | ||
} | ||
} | ||
|
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 |
---|---|---|
|
@@ -37,12 +37,12 @@ libFiles: | |
# [email protected] https://github.com/alexmacarthur/typeit | ||
typeitJS: [email protected]/dist/typeit.min.js | ||
# [email protected] https://katex.org/ | ||
katexCSS: katex@0.11.1/dist/katex.min.css | ||
katexJS: katex@0.11.1/dist/katex.min.js | ||
katexAutoRenderJS: katex@0.11.1/dist/contrib/auto-render.min.js | ||
katexCopyTexCSS: katex@0.11.1/dist/contrib/copy-tex.min.css | ||
katexCopyTexJS: katex@0.11.1/dist/contrib/copy-tex.min.js | ||
katexMhchemJS: katex@0.11.1/dist/contrib/mhchem.min.js | ||
katexCSS: katex@0.13.11/dist/katex.min.css | ||
katexJS: katex@0.13.11/dist/katex.min.js | ||
katexAutoRenderJS: katex@0.13.11/dist/contrib/auto-render.min.js | ||
katexCopyTexCSS: katex@0.13.11/dist/contrib/copy-tex.min.css | ||
katexCopyTexJS: katex@0.13.11/dist/contrib/copy-tex.min.js | ||
katexMhchemJS: katex@0.13.11/dist/contrib/mhchem.min.js | ||
# [email protected] https://github.com/knsv/mermaid | ||
mermaidJS: [email protected]/dist/mermaid.min.js | ||
# [email protected] https://echarts.apache.org/ | ||
|
@@ -64,3 +64,7 @@ libFiles: | |
# [email protected] https://github.com/osano/cookieconsent | ||
cookieconsentCSS: [email protected]/build/cookieconsent.min.css | ||
cookieconsentJS: [email protected]/build/cookieconsent.min.js | ||
# [email protected] https://github.com/imaegoo/twikoo | ||
twikooJS: [email protected]/dist/twikoo.all.min.js | ||
# [email protected] https://github.com/walinejs/waline | ||
walineJS: @waline/[email protected]/dist/Waline.min.js |
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ [email protected] https://github.com/sachinchoolur/lg-zoom.js | |
[email protected] https://github.com/zenorocha/clipboard.js | ||
[email protected] https://github.com/ellisonleao/sharer.js | ||
[email protected] https://github.com/alexmacarthur/typeit | ||
katex@0.11.1 https://katex.org/ | ||
katex@0.13.11 https://katex.org/ | ||
[email protected] https://github.com/knsv/mermaid | ||
[email protected] https://echarts.apache.org/ | ||
[email protected] https://github.com/mapbox/mapbox-gl-js | ||
|
@@ -24,3 +24,5 @@ [email protected] https://github.com/metowolf/MetingJS | |
[email protected] https://github.com/gitalk/gitalk | ||
[email protected] https://valine.js.org/ | ||
[email protected] https://github.com/osano/cookieconsent | ||
[email protected] https://github.com/imaegoo/twikoo | ||
[email protected] https://github.com/walinejs/waline |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 +1 @@ | ||
.katex,.katex-display{user-select:all;-moz-user-select:all;-webkit-user-select:all;-ms-user-select:all} | ||
.katex,.katex-display{-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.
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.
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.
@OnlyFor did you use some packaging tool or did you manually update this file? I'm asking this because I don't know how this file was generated ))
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.
I……manually update this file……
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.
No worries. I just asked. I thought maybe there is some package manager tool.