Skip to content

Commit

Permalink
fix theme issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hanzheteng committed Oct 10, 2023
1 parent da6783b commit ae8f215
Show file tree
Hide file tree
Showing 19 changed files with 152 additions and 18 deletions.
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# 'jekyll serve'. If you change this file, please restart the server process.

## !USE TEXT THEME
theme: jekyll-text-theme # Gem-based Jekyll Themes
# theme: jekyll-textt-theme # Gem-based Jekyll Themes
# remote_theme: kitian616/jekyll-TeXt-theme # Jekyll Remote Theme, see https://github.com/benbalter/jekyll-remote-theme for more information.
#
# ,--------. ,--. ,--. ,--.
Expand Down
Binary file added docs/assets/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/assets/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="assets/mstile-150x150.png"/>
<TileColor>#b91d47</TileColor>
</tile>
</msapplication>
</browserconfig>
74 changes: 74 additions & 0 deletions docs/assets/css/main.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
---
# Only the main Sass file needs front matter (the dashes are enough)
---

@import

"skins/{{ site.text_skin | default: site.data.variables.default.text_skin }}",
// "skins/chocolate",
// "skins/dark",
// "skins/default",
// "skins/forest",
// "skins/ocean",
// "skins/orange",

"skins/highlight/{{ site.highlight_theme | default: site.data.variables.default.highlight_theme }}",
// "skins/highlight/tomorrow",
// "skins/highlight/tomorrow-night",
// "skins/highlight/tomorrow-night-eighties",
// "skins/highlight/tomorrow-night-blue",
// "skins/highlight/tomorrow-night-bright",


"common/variables",
"common/function",
"common/classes",
"common/reset",
"common/print",
"common/components/button",
"common/components/image",
"common/components/card",
"common/components/gallery",
"common/components/hero",
"common/components/menu",
"common/components/modal",
"common/components/toc",
"common/components/item",
"common/components/swiper",

"animate/fade-in",
"animate/fade-in-down",
"animate/fade-in-up",

"components/main",
"components/header",
"components/footer",
"components/article-list",
"components/article-info",
"components/article-header",
"components/article-content",
"components/article-footer",
"components/author-links",
"components/author-profile",
"components/tags",
"components/search",
"components/lightbox",
"components/extensions",


"additional/alert",
"additional/tag",
"additional/photo-frame",

"layout/base",
"layout/page",

"layout/article",
"layout/articles",
"layout/archive",
"layout/home",
"layout/landing",
"layout/404",

"custom"
;
Binary file added docs/assets/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/favicon.ico
Binary file not shown.
8 changes: 8 additions & 0 deletions docs/assets/images/logo/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/mstile-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/mstile-310x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/mstile-310x310.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions docs/assets/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions docs/assets/search.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
---
{%- include search-providers/default/search-data.js -%}
19 changes: 19 additions & 0 deletions docs/assets/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "TeXt Theme",
"short_name": "TeXt Theme",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

0 comments on commit ae8f215

Please sign in to comment.