Skip to content
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.

Commit

Permalink
update theme
Browse files Browse the repository at this point in the history
  • Loading branch information
vjeantet committed Dec 4, 2017
1 parent 8ae576e commit 94c632e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/themes/hugo-theme-docdock
Submodule hugo-theme-docdock updated 96 files
+8 −0 .gitignore
+98 −6 README.md
+4 −3 exampleSite/config.toml
+11 −0 exampleSite/content/_footer.md
+7 −2 exampleSite/content/_index.md
+24 −0 exampleSite/content/content-organisation/customize-style/disable.md
+25 −0 exampleSite/content/content-organisation/customize-style/themestyle.md
+24 −0 exampleSite/content/create-page/page-images.md
+1 −1 exampleSite/content/credits.md
+2 −2 exampleSite/content/getting-start/_index.md
+35 −5 exampleSite/content/getting-start/configuration.md
+64 −12 exampleSite/content/getting-start/installation.md
+4 −2 exampleSite/content/search/_index.md
+0 −28 exampleSite/content/shortcodes/image.md
+5 −1 exampleSite/content/showcase.md
+ exampleSite/static/showcase/bitfan.site.png
+ exampleSite/static/style-flex.png
+ exampleSite/static/style-flexfull.png
+4 −1 i18n/en.toml
+26 −0 i18n/es.toml
+3 −0 i18n/fr.toml
+36 −50 layouts/404.html
+32 −0 layouts/_default/baseof.html
+1 −4 layouts/_default/li.html
+13 −22 layouts/_default/list.html
+3 −13 layouts/_default/single.html
+7 −7 layouts/index.html
+8 −0 layouts/partials/breadcrumb.html
+6 −0 layouts/partials/custom-content-footer.html
+0 −1 layouts/partials/custom-footer.html
+2 −1 layouts/partials/custom-head.html
+57 −0 layouts/partials/flex/body-aftercontent.html
+63 −0 layouts/partials/flex/body-beforecontent.html
+20 −0 layouts/partials/flex/head.html
+7 −0 layouts/partials/flex/scripts.html
+53 −0 layouts/partials/flex/selectnavigation.html
+0 −73 layouts/partials/footer.html
+15 −88 layouts/partials/header.html
+18 −0 layouts/partials/language-selector.html
+0 −10 layouts/partials/logo.html
+62 −109 layouts/partials/menu.html
+0 −2 layouts/partials/meta.html
+44 −0 layouts/partials/next-prev-page.html
+13 −0 layouts/partials/original/body-aftercontent.html
+128 −0 layouts/partials/original/body-beforecontent.html
+23 −0 layouts/partials/original/head.html
+8 −0 layouts/partials/original/scripts.html
+0 −11 layouts/partials/search.html
+0 −5 layouts/partials/toc.html
+3 −3 layouts/shortcodes/attachments.html
+80 −80 layouts/shortcodes/children.html
+2 −0 layouts/shortcodes/mermaid.html
+2 −2 layouts/shortcodes/revealjs.html
+1 −1 layouts/shortcodes/toc.html
+4 −3 layouts/slide/single.html
+49 −0 static/css/auto-complete.css
+ static/fonts/Lato-Bold.ttf
+ static/fonts/Lato-Bold.woff2
+ static/fonts/Lato-Regular.ttf
+ static/fonts/Lato-Regular.woff2
+3 −2 static/images/clippy.svg
+223 −0 static/js/auto-complete.js
+88 −133 static/js/docdock.js
+0 −1,571 static/js/horsey.js
+0 −80 static/js/hugo-learn.js
+29 −26 static/js/search.js
+12 −0 static/scss/flex/_colors.scss
+89 −0 static/scss/flex/_functions.scss
+137 −0 static/scss/flex/_variables.scss
+330 −0 static/scss/flex/article.scss
+21 −0 static/scss/flex/fonts.scss
+152 −0 static/scss/flex/layout.scss
+223 −0 static/scss/flex/main.scss
+5 −0 static/scss/flex/print.scss
+44 −0 static/scss/flex/responsive.scss
+32 −0 static/scss/flex/shortcodes.scss
+23 −0 static/scss/flex/style.scss
+14 −0 static/scss/original/_colours.scss
+89 −0 static/scss/original/_functions.scss
+137 −0 static/scss/original/_variables.scss
+23 −0 static/scss/original/fonts.scss
+428 −531 static/scss/original/main.scss
+29 −0 static/scss/original/print.scss
+124 −0 static/scss/original/responsive.scss
+32 −0 static/scss/original/shortcodes.scss
+272 −0 static/scss/original/sidebar.scss
+16 −0 static/scss/original/theme.scss
+277 −0 static/theme-flex/script.js
+669 −0 static/theme-flex/style.css
+133 −0 static/theme-original/script.js
+1,420 −0 static/theme-original/style.css
+0 −0 static/theme-original/variant-blue.css
+0 −0 static/theme-original/variant-gold.css
+0 −0 static/theme-original/variant-gray.css
+0 −0 static/theme-original/variant-green.css
+1 −1 theme.toml

0 comments on commit 94c632e

Please sign in to comment.