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 app/themes/hello-friend from b91e898 to 05c4ecf #160

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 app/themes/hello-friend
Submodule hello-friend updated 46 files
+60 −44 README.md
+13 −22 USERS.md
+3 −3 assets/css/archive.scss
+0 −0 assets/css/buttons.scss
+0 −0 assets/css/code.scss
+0 −0 assets/css/fonts.scss
+3 −3 assets/css/footer.scss
+1 −1 assets/css/header.scss
+1 −1 assets/css/logo.scss
+19 −11 assets/css/main.scss
+8 −8 assets/css/menu.scss
+0 −0 assets/css/pagination.scss
+4 −4 assets/css/post.scss
+0 −0 assets/css/prism.scss
+0 −18 assets/css/style.css
+18 −0 assets/css/style.scss
+0 −0 assets/css/terms.scss
+5 −4 assets/css/variables.scss
+80 −73 assets/js/prism.js
+0 −0 config.toml
+1 −1 exampleSite/content/showcase.md
+3 −0 go.mod
+1 −1 layouts/404.html
+4 −4 layouts/_default/index.html
+4 −4 layouts/_default/list.html
+4 −4 layouts/_default/single.html
+4 −4 layouts/archive/list.html
+7 −10 layouts/partials/footer.html
+10 −12 layouts/partials/head.html
+44 −0 package.hugo.json
+20 −38 package.json
+2 −0 postcss.config.js
+ static/assets/fonts/Inter-Bold.woff2
+ static/assets/fonts/Inter-BoldItalic.woff2
+ static/assets/fonts/Inter-Italic.woff2
+ static/assets/fonts/Inter-Medium.woff2
+ static/assets/fonts/Inter-MediumItalic.woff2
+ static/assets/fonts/Inter-Regular.woff2
+0 −1 static/assets/main.js
+0 −8 static/assets/prism.js
+0 −1 static/assets/style.css
+ static/img/apple-touch-icon-144-precomposed.png
+ static/img/favicon.png
+2 −2 theme.toml
+0 −98 webpack.config.js
+0 −5,436 yarn.lock