-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
09310ea
commit 5dbcc86
Showing
65 changed files
with
4,628 additions
and
967 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
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
Generate in generateIndexHtml() |
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
File renamed without changes
File renamed without changes
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
export function generateHead(): unknown[] { | ||
return [ | ||
['link', { rel: 'stylesheet', type: 'text/css', href: 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css' }], | ||
|
||
['link', { rel: 'stylesheet', type: 'text/css', href: 'https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.2/css/bootstrap.min.css', media: '(prefers-color-scheme: light)' }], | ||
['link', { rel: 'stylesheet', type: 'text/css', href: 'https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap-night.min.css', media: '(prefers-color-scheme: dark)' }], | ||
['meta', { name: 'color-scheme', content: 'light dark' }], | ||
['meta', { name: 'theme-color', content: '#111111', media: '(prefers-color-scheme: light)' }], | ||
['meta', { name: 'theme-color', content: '#eeeeee', media: '(prefers-color-scheme: light)' }], | ||
|
||
['link', { rel: 'stylesheet', type: 'text/css', href: '/assets/main.css?GIT_SHA' }], | ||
['link', { rel: 'stylesheet', type: 'text/css', href: '/assets/prism.css?GIT_SHA', media: '(prefers-color-scheme: light)' }], | ||
['link', { rel: 'stylesheet', type: 'text/css', href: '/assets/prism-dark.css?GIT_SHA', media: '(prefers-color-scheme: dark)' }], | ||
|
||
['link', { rel: 'icon', type: 'image/svg+xml', href: '/images/logo.svg' }], | ||
|
||
['script', { src: '/assets/prism.js?GIT_SHA' }], | ||
['script', { src: '/src/main.ts?GIT_SHA', type: 'module' }], | ||
]; | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
hugo/themes/wgd-bootstrap/layouts/_default/_markup/render-codeblock-mermaid.html
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
hugo/themes/wgd-bootstrap/layouts/_default/_markup/render-heading.html
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
hugo/themes/wgd-bootstrap/layouts/_default/_markup/render-link.html
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.