Skip to content
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

Bump themes/toha from 5372e85 to 6961169 #163

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes/toha
Submodule toha updated 96 files
+1 −1 .github/workflows/autoprefixer.yml
+1 −1 .github/workflows/build.yml
+1 −1 .github/workflows/codeql-analysis.yml
+1 −1 .github/workflows/draft-release.yml
+1 −1 .github/workflows/md-link-checker.yml
+0 −2 README.md
+3 −0 assets/scripts/application.js
+0 −30 assets/scripts/features/darkmode/darkreader.js
+18 −26 assets/scripts/features/darkmode/index.js
+4 −4 assets/scripts/pages/search.js
+13 −11 assets/scripts/sections/navbar.js
+5 −5 assets/scripts/sections/sidebar.js
+17 −1 assets/styles/application.template.scss
+0 −20 assets/styles/colortheme/colortheme.css
+176 −0 assets/styles/components/buttons.scss
+117 −0 assets/styles/components/cards.scss
+48 −0 assets/styles/components/images.scss
+79 −0 assets/styles/components/links.scss
+48 −0 assets/styles/components/misc.scss
+110 −0 assets/styles/components/tables.scss
+119 −0 assets/styles/components/texts.scss
+41 −72 assets/styles/layouts/404.scss
+181 −225 assets/styles/layouts/list.scss
+95 −497 assets/styles/layouts/main.scss
+164 −217 assets/styles/layouts/notes.scss
+346 −475 assets/styles/layouts/single.scss
+52 −0 assets/styles/mixins.scss
+223 −236 assets/styles/navigators/navbar.scss
+229 −227 assets/styles/navigators/sidebar.scss
+191 −349 assets/styles/sections/about.scss
+61 −80 assets/styles/sections/accomplishments.scss
+150 −171 assets/styles/sections/achievements.scss
+202 −171 assets/styles/sections/education.scss
+116 −142 assets/styles/sections/experiences.scss
+112 −0 assets/styles/sections/footer.scss
+42 −62 assets/styles/sections/home.scss
+53 −91 assets/styles/sections/projects.scss
+97 −114 assets/styles/sections/publications.scss
+18 −81 assets/styles/sections/recent-posts.scss
+32 −73 assets/styles/sections/skills.scss
+95 −0 assets/styles/variables.scss
+3 −0 content/posts/_index.md
+0 −0 content/search/search.bn.md
+0 −0 content/search/search.cn.md
+0 −0 content/search/search.de.md
+0 −0 content/search/search.es.md
+0 −0 content/search/search.fr.md
+0 −0 content/search/search.hi.md
+0 −0 content/search/search.id.md
+0 −0 content/search/search.it.md
+0 −0 content/search/search.jp.md
+0 −0 content/search/search.ko.md
+0 −0 content/search/search.md
+0 −0 content/search/search.ru.md
+0 −0 content/search/search.vn.md
+0 −6 data/toha/styles.yml
+8 −9 exampleSite/config.yaml
+13 −0 exampleSite/package-lock.json
+4 −0 exampleSite/package.hugo.json
+10 −0 exampleSite/package.json
+1 −1 layouts/404.html
+12 −2 layouts/_default/baseof.html
+1 −1 layouts/_default/list.html
+1 −1 layouts/_default/search.html
+15 −25 layouts/_default/single.html
+1 −1 layouts/categories/list.html
+15 −4 layouts/index.html
+1 −1 layouts/notes/list.html
+1 −1 layouts/notes/single.html
+8 −0 layouts/partials/analytics.html
+4 −1 layouts/partials/cards/post.html
+0 −19 layouts/partials/cards/recent-post.html
+1 −1 layouts/partials/cards/skill.html
+0 −17 layouts/partials/helpers/get-esbuild-options.html
+5 −0 layouts/partials/helpers/get-section-url.html
+1 −1 layouts/partials/misc/badge.html
+8 −0 layouts/partials/misc/tags.html
+0 −25 layouts/partials/navigators/floating-lang-selector.html
+0 −25 layouts/partials/navigators/lang-selector-2.html
+5 −1 layouts/partials/navigators/lang-selector.html
+0 −63 layouts/partials/navigators/navbar-2.html
+22 −12 layouts/partials/navigators/navbar.html
+2 −2 layouts/partials/navigators/next-prev-navigator.html
+4 −4 layouts/partials/navigators/sidebar.html
+4 −4 layouts/partials/navigators/theme-selector.html
+1 −1 layouts/partials/scripts.html
+4 −4 layouts/partials/sections/education-alt.html
+4 −4 layouts/partials/sections/education.html
+1 −1 layouts/partials/sections/experiences/single-position.html
+23 −0 layouts/partials/sections/featured-posts.html
+1 −1 layouts/partials/sections/recent-posts.html
+1 −0 layouts/shortcodes/mastodon.html
+1 −1 layouts/tags/list.html
+77 −38 package-lock.json
+3 −2 package.hugo.json
+5 −3 package.json