Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

Commit

Permalink
Update themes
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalcraftsman committed Feb 9, 2019
1 parent f643901 commit 7fafa90
Show file tree
Hide file tree
Showing 39 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion academic
2 changes: 1 addition & 1 deletion aether
2 changes: 1 addition & 1 deletion ajonp-hugo-ionic
2 changes: 1 addition & 1 deletion beg
Submodule beg updated 1 files
+4 −0 README.md
2 changes: 1 addition & 1 deletion gohugo-theme-ananke
2 changes: 1 addition & 1 deletion hallo-hugo
Submodule hallo-hugo updated 2 files
+1 −0 .travis.yml
+16 −0 README.md
2 changes: 1 addition & 1 deletion hugo-alageek-theme
2 changes: 1 addition & 1 deletion hugo-changelog-theme
2 changes: 1 addition & 1 deletion hugo-dgraph-theme
2 changes: 1 addition & 1 deletion hugo-dream-plus
2 changes: 1 addition & 1 deletion hugo-icon
2 changes: 1 addition & 1 deletion hugo-lithium-theme
2 changes: 1 addition & 1 deletion hugo-primer
2 changes: 1 addition & 1 deletion hugo-terrassa-theme
2 changes: 1 addition & 1 deletion hugo-theme-hello-friend
Submodule hugo-theme-hello-friend updated 76 files
+11 −2 README.md
+4 −0 exampleSite/config.toml
+3 −3 layouts/_default/list.html
+11 −7 layouts/_default/single.html
+8 −0 layouts/partials/comments.html
+3 −0 layouts/partials/greater-icon.html
+2 −2 layouts/partials/head.html
+1 −1 layouts/partials/logo.html
+36 −2 layouts/partials/menu.html
+2 −2 layouts/partials/pagination.html
+0 −10,251 package-lock.json
+21 −20 package.json
+2 −0 postcss.config.js
+44 −0 source/css/fonts.css
+0 −44 source/css/inter-ui.css
+4 −0 source/css/logo.css
+28 −7 source/css/main.css
+102 −30 source/css/menu.css
+1 −0 source/css/post.css
+2 −2 source/css/style.css
+12 −0 source/css/variables.css
+ source/fonts/Inter-Bold.woff
+ source/fonts/Inter-Bold.woff2
+ source/fonts/Inter-BoldItalic.woff
+ source/fonts/Inter-BoldItalic.woff2
+ source/fonts/Inter-Italic.woff
+ source/fonts/Inter-Italic.woff2
+ source/fonts/Inter-Medium.woff
+ source/fonts/Inter-Medium.woff2
+ source/fonts/Inter-MediumItalic.woff
+ source/fonts/Inter-MediumItalic.woff2
+ source/fonts/Inter-Regular.woff
+ source/fonts/Inter-Regular.woff2
+ source/fonts/Inter-UI-Bold.woff
+ source/fonts/Inter-UI-Bold.woff2
+ source/fonts/Inter-UI-BoldItalic.woff
+ source/fonts/Inter-UI-BoldItalic.woff2
+ source/fonts/Inter-UI-Italic.woff
+ source/fonts/Inter-UI-Italic.woff2
+ source/fonts/Inter-UI-Medium.woff
+ source/fonts/Inter-UI-Medium.woff2
+ source/fonts/Inter-UI-MediumItalic.woff
+ source/fonts/Inter-UI-MediumItalic.woff2
+ source/fonts/Inter-UI-Regular.woff
+ source/fonts/Inter-UI-Regular.woff2
+40 −5 source/js/menu.js
+ static/assets/2e5e0884f40cc3929881d89710fa432e.woff2
+ static/assets/34356f6bf3d0f6de82656cca908803cf.woff2
+ static/assets/35cf8109301be9e5b147a09c9f103bc4.woff
+ static/assets/381444ec5c7d26b672bebaca791d0640.woff2
+ static/assets/48dfecfe37de0ef8f0e2c2d2e6992e9c.woff
+ static/assets/57acb4797f14814f3f3d8b5ff0dc92f5.woff2
+ static/assets/61c493e3af34ba077777c6bb54862837.woff
+ static/assets/6fbcf86a8d4a8411d22ed510f1d72be8.woff
+ static/assets/76677d9e1ccc0e1f33fa6b044a743768.woff2
+ static/assets/7a7fd73559e43715c0db3f6ff13fa108.woff2
+ static/assets/9d05a4aa5504157c765f62d534e78889.woff2
+ static/assets/a616c9fa6fe80626bac7991f8502295a.woff2
+ static/assets/a6f5c416c63aad400a2df45ae2154c1e.woff2
+ static/assets/a9eddc92c84c5f78fba1cb7d7833d31c.woff
+ static/assets/ad6e093cdbdede112459e8a6a1ad9563.woff
+ static/assets/aebfbb3c9c7d49053fce8cadbc6e6735.woff
+ static/assets/b6f1695769d6d6b5f20d1c6492914189.woff2
+ static/assets/bcf654c7bea165e9dae257206c5521ad.woff
+ static/assets/bffaed793493dc46bf0789e2275909ac.woff2
+ static/assets/c09fb3891c96d467a92d9d898e4a931a.woff
+ static/assets/dbe4ec1d26d41331c91550939a7fd27f.woff
+ static/assets/e0012ba74a933d326e8a466003fc3507.woff2
+ static/assets/e2158f600a4b0175b73dfefb0d2fe8f8.woff
+ static/assets/ecf7c639683dfcb4868861e0c613c455.woff
+1 −1 static/assets/main.js
+3 −3 static/assets/prism.js
+1 −1 static/assets/style.css
+0 −0 static/style.css
+2 −5 webpack.config.js
+2,326 −1,303 yarn.lock
2 changes: 1 addition & 1 deletion hugo-theme-introduction
2 changes: 1 addition & 1 deletion hugo-w3-simple
2 changes: 1 addition & 1 deletion kiss
2 changes: 1 addition & 1 deletion minimage
2 changes: 1 addition & 1 deletion minimal-bootstrap-hugo-theme
2 changes: 1 addition & 1 deletion navigator-hugo
Submodule navigator-hugo updated 35 files
+0 −6 exampleSite/archetypes/default.md
+4 −0 exampleSite/assets/css/style_original.css
+0 −42 exampleSite/layouts/partials/about.html
+0 −40 exampleSite/layouts/partials/clients.html
+0 −15 exampleSite/layouts/partials/cta.html
+0 −26 exampleSite/layouts/partials/feature.html
+0 −76 exampleSite/layouts/partials/footer.html
+0 −40 exampleSite/layouts/partials/header.html
+0 −42 exampleSite/layouts/partials/navigation.html
+0 −51 exampleSite/layouts/partials/philosophy.html
+0 −55 exampleSite/layouts/partials/portfolio.html
+0 −48 exampleSite/layouts/partials/pricing.html
+0 −35 exampleSite/layouts/partials/service.html
+0 −73 exampleSite/layouts/partials/team.html
+0 −35 exampleSite/layouts/partials/testimonial.html
+0 −50 exampleSite/layouts/partials/workingprocess.html
+0 −1 exampleSite/resources/_gen/assets/css/css/style.css_d3f53f09220d597dac26fe7840c31fc9.content
+0 −1 exampleSite/resources/_gen/assets/css/css/style.css_d3f53f09220d597dac26fe7840c31fc9.json
+37 −34 layouts/partials/about.html
+34 −31 layouts/partials/clients.html
+1 −1 layouts/partials/cta.html
+23 −20 layouts/partials/feature.html
+0 −0 layouts/partials/flags.html
+7 −7 layouts/partials/footer.html
+10 −4 layouts/partials/header.html
+1 −1 layouts/partials/hero.html
+15 −3 layouts/partials/navigation.html
+42 −39 layouts/partials/philosophy.html
+48 −45 layouts/partials/portfolio.html
+42 −39 layouts/partials/pricing.html
+30 −27 layouts/partials/service.html
+67 −64 layouts/partials/team.html
+30 −27 layouts/partials/testimonial.html
+41 −38 layouts/partials/workingprocess.html
+4 −0 static/css/style.css
2 changes: 1 addition & 1 deletion onepress
2 changes: 1 addition & 1 deletion reveal-hugo
2 changes: 1 addition & 1 deletion story
2 changes: 1 addition & 1 deletion strange-case
Submodule strange-case updated 1 files
+2 −2 README.md
2 changes: 1 addition & 1 deletion tale-hugo
Submodule tale-hugo updated 1 files
+1 −0 .travis.yml
2 changes: 1 addition & 1 deletion vncnt-hugo
2 changes: 1 addition & 1 deletion whiteplain

0 comments on commit 7fafa90

Please sign in to comment.