Skip to content

Commit

Permalink
chore: update theme submodule (#152)
Browse files Browse the repository at this point in the history
Signed-off-by: Felipe Zipitria <[email protected]>
  • Loading branch information
fzipi authored Nov 19, 2024
1 parent f9e8881 commit 8655949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/hugo-relearn
Submodule hugo-relearn updated 42 files
+19 −13 .editorconfig
+7 −7 .gitignore
+44 −13 .grenrc.js
+5 −3 .imgbotconfig
+0 −21 .prettierignore
+0 −9 .prettierrc.json
+0 −3 .vscode/extensions.json
+9 −20 .vscode/settings.json
+3 −4 assets/css/auto.css
+85 −99 assets/css/format-print.css
+2 −2 assets/css/print.css
+205 −206 assets/css/swagger.css
+32 −32 assets/css/theme-blue.css
+32 −32 assets/css/theme-green.css
+41 −41 assets/css/theme-learn.css
+201 −202 assets/css/theme-neon.css
+32 −32 assets/css/theme-red.css
+44 −44 assets/css/theme-relearn-bright.css
+41 −41 assets/css/theme-relearn-dark.css
+32 −32 assets/css/theme-relearn-light.css
+4 −3 assets/css/theme-relearn.css
+51 −51 assets/css/theme-zen-dark.css
+51 −51 assets/css/theme-zen-light.css
+1,479 −1,487 assets/css/theme.css
+9 −7 exampleSite/makeTransByConentDir.js
+66 −66 exampleSite/test-hugo.bat
+4 −4 exampleSite/test-hugo.min.bat
+1 −1 layouts/partials/version.txt
+8 −8 static/css/fonts.css
+88 −191 static/css/nucleus.css
+ static/fonts/RobotoFlex.cyrillic-ext.woff2
+ static/fonts/RobotoFlex.cyrillic.woff2
+ static/fonts/RobotoFlex.greek.woff2
+ static/fonts/RobotoFlex.latin-ext.woff2
+ static/fonts/RobotoFlex.latin.woff2
+ static/fonts/RobotoFlex.vietnamese.woff2
+ static/fonts/RobotoFlex.woff2
+243 −273 static/js/search.js
+1,597 −1,635 static/js/theme.js
+598 −682 static/js/variant.js
+815 −544 vscode-frontmatter/snippets.de.json
+815 −544 vscode-frontmatter/snippets.en.json

0 comments on commit 8655949

Please sign in to comment.