From e6f1c232eaf8927828f3b2704a9ccbccc59a5eff Mon Sep 17 00:00:00 2001 From: Harsha Krishna <1305937+harsha5500@users.noreply.github.com> Date: Tue, 30 Apr 2024 08:49:38 +0200 Subject: [PATCH 1/7] Announcement for new system and cloudstack retirement --- hugo/content/News/2024-04-29.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 hugo/content/News/2024-04-29.md diff --git a/hugo/content/News/2024-04-29.md b/hugo/content/News/2024-04-29.md new file mode 100644 index 0000000..a1a98cc --- /dev/null +++ b/hugo/content/News/2024-04-29.md @@ -0,0 +1,33 @@ +--- +title: "Progress update on moving to KubeVirt, time to retire old VMs" +--- + +# From CloudStack to KubeVirt: The Journey to a New Cloud + +__Harsha Krishna, 2024-04-29__ + +Earlier this month we [announced](https://docs.cloud.cbh.kth.se/News/2024-04-14/) that we are moving to KubeVirt. We had detailed how the new system would work. + +Thanks to the efforts of Emil and Pierre, the move to KubeVirt is almost complete. We are in the process of moving some apps which were running using the old virtual machine system to the new version which uses Kubernetes. + +## Goodbye to Cloud Stack + +While the cluster was setup with few users in the beginning, we were using [Apache Cloud Stack](https://cloudstack.apache.org), to orchestrate both kubernetes clusters as well as independent virtual machines. We used this design as we needed a way to administer the distribution of graphic cards, which used to be bound to a given virtual machine. Normal apps proceeded to use a kubernetes cluster. + +While the purpose for a while, the number of users in the cloud increased and the demand for the least avaliable source, the GPU also increased. We needed a better way to distribute them. + +While cloudstack is good for a very large planned cluster, it required significant amount of effort to maintain. Cloud stack has limited community and is still lacks some of the feature for a cluster like ours, which is based on donated hardware (We don't always now what we get :smiley face: ) . It uses an extensive combination of virtual networks and its own virtual machines in order to orchestrate various clusters and VMs in the cluster. Things really came to head when we had the incident in March which required a immediate shutdown following a failed upgrade. At this time the entire cluster became unstable. + +## Hello KubeVirt + +Fortunately, Emil was testing a new method to create VMs within a kubernetes cluster. This allowed us to run the entire infrastructure as pure kuberentes system. It also has the added advantage of running different loads as scheduled nodes with or without GPUs. This allows for quicker rotation of GPUs and possibly fairer sharing. + +The new system will use [Rancher](https://www.rancher.com) to manage individual kubernetes clusters. As users you will notice some minor changes to the UI when you log into your cloud console. However, thanks to Pierre and Emil, a lot of the complexity is now under the hood. + +## What to expect and timeline + +The upgrade to the servers are almost complete. Soon we will retire the cloud stack instance. We thank users for their patience. We will announce the rollout in 2 weeks time for the new system. + +__NOTE:__ that older VMs created in cloudstack will be deleted. If your VM is running and you need to make backups of your data or configurations, we request you to do so within this week. There will be no effect on your kubernetes instances. + +Please feel free to ping us on Discord for any information and we thank you for everyone's continued support. From 7d61d588a0ca717e253adfe40779e8998b09ac4d Mon Sep 17 00:00:00 2001 From: Emil Karlsson Date: Tue, 30 Apr 2024 09:50:53 +0200 Subject: [PATCH 2/7] Fix new version of book theme --- .gitmodules | 3 + hugo/config.toml | 2 +- hugo/themes/book | 1 + hugo/themes/hugo-book | 1 - .../hugo-book-9/.github/workflows/main.yml | 24 - hugo/themes/hugo-book-9/.gitignore | 3 - hugo/themes/hugo-book-9/LICENSE | 20 - hugo/themes/hugo-book-9/README.md | 321 ----- hugo/themes/hugo-book-9/archetypes/docs.md | 9 - hugo/themes/hugo-book-9/archetypes/posts.md | 4 - hugo/themes/hugo-book-9/assets/_custom.scss | 3 - hugo/themes/hugo-book-9/assets/_defaults.scss | 66 - hugo/themes/hugo-book-9/assets/_fonts.scss | 49 - hugo/themes/hugo-book-9/assets/_main.scss | 392 ------ hugo/themes/hugo-book-9/assets/_markdown.scss | 191 --- hugo/themes/hugo-book-9/assets/_print.scss | 17 - .../hugo-book-9/assets/_shortcodes.scss | 104 -- hugo/themes/hugo-book-9/assets/_utils.scss | 92 -- .../themes/hugo-book-9/assets/_variables.scss | 3 - hugo/themes/hugo-book-9/assets/book.scss | 15 - hugo/themes/hugo-book-9/assets/manifest.json | 15 - hugo/themes/hugo-book-9/assets/menu-reset.js | 7 - hugo/themes/hugo-book-9/assets/mermaid.json | 6 - hugo/themes/hugo-book-9/assets/normalize.css | 349 ----- .../hugo-book-9/assets/plugins/_numbered.scss | 36 - .../assets/plugins/_scrollbars.scss | 26 - hugo/themes/hugo-book-9/assets/search-data.js | 32 - hugo/themes/hugo-book-9/assets/search.js | 101 -- hugo/themes/hugo-book-9/assets/sw-register.js | 7 - hugo/themes/hugo-book-9/assets/sw.js | 55 - .../hugo-book-9/assets/themes/_auto.scss | 9 - .../hugo-book-9/assets/themes/_dark.scss | 3 - .../hugo-book-9/assets/themes/_light.scss | 3 - .../exampleSite/assets/_custom.scss | 4 - .../exampleSite/assets/_variables.scss | 1 - .../hugo-book-9/exampleSite/config.toml | 118 -- .../hugo-book-9/exampleSite/config.yaml | 114 -- .../exampleSite/content.bn/_index.md | 79 -- .../exampleSite/content.ru/_index.md | 79 -- .../exampleSite/content.zh/_index.md | 79 -- .../hugo-book-9/exampleSite/content/_index.md | 41 - .../content/docs/example/_index.md | 71 - .../example/collapsed/3rd-level/4th-level.md | 12 - .../example/collapsed/3rd-level/_index.md | 26 - .../content/docs/example/collapsed/_index.md | 4 - .../content/docs/example/hidden.md | 52 - .../docs/example/table-of-contents/_index.md | 85 -- .../example/table-of-contents/with-toc.md | 64 - .../example/table-of-contents/without-toc.md | 59 - .../content/docs/shortcodes/_index.md | 3 - .../content/docs/shortcodes/buttons.md | 13 - .../content/docs/shortcodes/columns.md | 45 - .../content/docs/shortcodes/details.md | 22 - .../content/docs/shortcodes/expand.md | 35 - .../content/docs/shortcodes/hints.md | 32 - .../content/docs/shortcodes/katex.md | 28 - .../content/docs/shortcodes/mermaid.md | 46 - .../content/docs/shortcodes/section/_index.md | 15 - .../content/docs/shortcodes/section/page1.md | 1 - .../content/docs/shortcodes/section/page2.md | 1 - .../content/docs/shortcodes/tabs.md | 50 - .../exampleSite/content/menu/index.md | 22 - .../exampleSite/content/posts/_index.md | 7 - .../content/posts/creating-a-new-theme.md | 1150 ----------------- .../content/posts/goisforlovers.md | 344 ----- .../content/posts/hugoisforlovers.md | 89 -- .../content/posts/migrate-from-jekyll.md | 156 --- ...s_50fc8c04e12a2f59027287995557ceff.content | 1 - ...scss_50fc8c04e12a2f59027287995557ceff.json | 1 - hugo/themes/hugo-book-9/i18n/bn.yaml | 14 - hugo/themes/hugo-book-9/i18n/cn.yaml | 21 - hugo/themes/hugo-book-9/i18n/cs.yaml | 14 - hugo/themes/hugo-book-9/i18n/de.yaml | 14 - hugo/themes/hugo-book-9/i18n/en.yaml | 14 - hugo/themes/hugo-book-9/i18n/es.yaml | 14 - hugo/themes/hugo-book-9/i18n/fr.yaml | 14 - hugo/themes/hugo-book-9/i18n/ja.yaml | 20 - hugo/themes/hugo-book-9/i18n/jp.yaml | 21 - hugo/themes/hugo-book-9/i18n/ko.yaml | 20 - hugo/themes/hugo-book-9/i18n/nb.yaml | 14 - hugo/themes/hugo-book-9/i18n/pt.yaml | 14 - hugo/themes/hugo-book-9/i18n/ru.yaml | 14 - hugo/themes/hugo-book-9/i18n/sv.yaml | 14 - hugo/themes/hugo-book-9/i18n/tr.yaml | 14 - hugo/themes/hugo-book-9/i18n/uk.yaml | 14 - hugo/themes/hugo-book-9/i18n/zh-TW.yaml | 20 - hugo/themes/hugo-book-9/i18n/zh.yaml | 20 - hugo/themes/hugo-book-9/images/screenshot.png | Bin 189080 -> 0 bytes hugo/themes/hugo-book-9/images/tn.png | Bin 195683 -> 0 bytes hugo/themes/hugo-book-9/layouts/404.html | 35 - .../_default/_markup/render-heading.html | 4 - .../_default/_markup/render-image.html | 19 - .../layouts/_default/_markup/render-link.html | 28 - .../hugo-book-9/layouts/_default/baseof.html | 87 -- .../hugo-book-9/layouts/_default/list.html | 1 - .../hugo-book-9/layouts/_default/single.html | 1 - .../layouts/partials/docs/brand.html | 8 - .../layouts/partials/docs/comments.html | 2 - .../layouts/partials/docs/date.html | 6 - .../layouts/partials/docs/footer.html | 25 - .../layouts/partials/docs/header.html | 13 - .../layouts/partials/docs/html-head.html | 43 - .../layouts/partials/docs/inject/body.html | 0 .../partials/docs/inject/content-after.html | 0 .../partials/docs/inject/content-before.html | 0 .../layouts/partials/docs/inject/footer.html | 0 .../layouts/partials/docs/inject/head.html | 0 .../partials/docs/inject/menu-after.html | 0 .../partials/docs/inject/menu-before.html | 0 .../partials/docs/inject/toc-after.html | 0 .../partials/docs/inject/toc-before.html | 0 .../layouts/partials/docs/languages.html | 31 - .../layouts/partials/docs/menu-bundle.html | 4 - .../layouts/partials/docs/menu-filetree.html | 45 - .../layouts/partials/docs/menu-hugo.html | 28 - .../layouts/partials/docs/menu.html | 22 - .../layouts/partials/docs/post-meta.html | 23 - .../layouts/partials/docs/search.html | 7 - .../layouts/partials/docs/taxonomy.html | 19 - .../layouts/partials/docs/title.html | 15 - .../layouts/partials/docs/toc.html | 3 - .../hugo-book-9/layouts/posts/list.html | 22 - .../hugo-book-9/layouts/posts/single.html | 13 - .../layouts/shortcodes/button.html | 12 - .../layouts/shortcodes/columns.html | 7 - .../layouts/shortcodes/details.html | 6 - .../layouts/shortcodes/expand.html | 13 - .../hugo-book-9/layouts/shortcodes/hint.html | 3 - .../hugo-book-9/layouts/shortcodes/katex.html | 13 - .../layouts/shortcodes/mermaid.html | 12 - .../layouts/shortcodes/section.html | 10 - .../hugo-book-9/layouts/shortcodes/tab.html | 12 - .../hugo-book-9/layouts/shortcodes/tabs.html | 15 - .../hugo-book-9/layouts/taxonomy/list.html | 13 - .../layouts/taxonomy/taxonomy.html | 22 - hugo/themes/hugo-book-9/static/favicon.png | Bin 109 -> 0 bytes hugo/themes/hugo-book-9/static/favicon.svg | 1 - .../hugo-book-9/static/flexsearch.min.js | 42 - .../fonts/roboto-mono-v6-latin-regular.woff | Bin 19972 -> 0 bytes .../fonts/roboto-mono-v6-latin-regular.woff2 | Bin 16328 -> 0 bytes .../fonts/roboto-v19-latin-300italic.woff | Bin 22204 -> 0 bytes .../fonts/roboto-v19-latin-300italic.woff2 | Bin 17448 -> 0 bytes .../static/fonts/roboto-v19-latin-700.woff | Bin 20356 -> 0 bytes .../static/fonts/roboto-v19-latin-700.woff2 | Bin 15816 -> 0 bytes .../fonts/roboto-v19-latin-regular.woff | Bin 20268 -> 0 bytes .../fonts/roboto-v19-latin-regular.woff2 | Bin 15736 -> 0 bytes .../static/katex/auto-render.min.js | 1 - .../static/katex/fonts/KaTeX_AMS-Regular.ttf | Bin 70972 -> 0 bytes .../static/katex/fonts/KaTeX_AMS-Regular.woff | Bin 38868 -> 0 bytes .../katex/fonts/KaTeX_AMS-Regular.woff2 | Bin 32944 -> 0 bytes .../katex/fonts/KaTeX_Caligraphic-Bold.ttf | Bin 19316 -> 0 bytes .../katex/fonts/KaTeX_Caligraphic-Bold.woff | Bin 11696 -> 0 bytes .../katex/fonts/KaTeX_Caligraphic-Bold.woff2 | Bin 10448 -> 0 bytes .../katex/fonts/KaTeX_Caligraphic-Regular.ttf | Bin 18684 -> 0 bytes .../fonts/KaTeX_Caligraphic-Regular.woff | Bin 11460 -> 0 bytes .../fonts/KaTeX_Caligraphic-Regular.woff2 | Bin 10240 -> 0 bytes .../static/katex/fonts/KaTeX_Fraktur-Bold.ttf | Bin 35660 -> 0 bytes .../katex/fonts/KaTeX_Fraktur-Bold.woff | Bin 22632 -> 0 bytes .../katex/fonts/KaTeX_Fraktur-Bold.woff2 | Bin 20360 -> 0 bytes .../katex/fonts/KaTeX_Fraktur-Regular.ttf | Bin 34352 -> 0 bytes .../katex/fonts/KaTeX_Fraktur-Regular.woff | Bin 22088 -> 0 bytes .../katex/fonts/KaTeX_Fraktur-Regular.woff2 | Bin 19784 -> 0 bytes .../static/katex/fonts/KaTeX_Main-Bold.ttf | Bin 60784 -> 0 bytes .../static/katex/fonts/KaTeX_Main-Bold.woff | Bin 35464 -> 0 bytes .../static/katex/fonts/KaTeX_Main-Bold.woff2 | Bin 30244 -> 0 bytes .../katex/fonts/KaTeX_Main-BoldItalic.ttf | Bin 44496 -> 0 bytes .../katex/fonts/KaTeX_Main-BoldItalic.woff | Bin 25352 -> 0 bytes .../katex/fonts/KaTeX_Main-BoldItalic.woff2 | Bin 21944 -> 0 bytes .../static/katex/fonts/KaTeX_Main-Italic.ttf | Bin 47640 -> 0 bytes .../static/katex/fonts/KaTeX_Main-Italic.woff | Bin 26228 -> 0 bytes .../katex/fonts/KaTeX_Main-Italic.woff2 | Bin 22748 -> 0 bytes .../static/katex/fonts/KaTeX_Main-Regular.ttf | Bin 69520 -> 0 bytes .../katex/fonts/KaTeX_Main-Regular.woff | Bin 38112 -> 0 bytes .../katex/fonts/KaTeX_Main-Regular.woff2 | Bin 32464 -> 0 bytes .../katex/fonts/KaTeX_Math-BoldItalic.ttf | Bin 39308 -> 0 bytes .../katex/fonts/KaTeX_Math-BoldItalic.woff | Bin 22324 -> 0 bytes .../katex/fonts/KaTeX_Math-BoldItalic.woff2 | Bin 19720 -> 0 bytes .../static/katex/fonts/KaTeX_Math-Italic.ttf | Bin 40992 -> 0 bytes .../static/katex/fonts/KaTeX_Math-Italic.woff | Bin 22844 -> 0 bytes .../katex/fonts/KaTeX_Math-Italic.woff2 | Bin 20096 -> 0 bytes .../katex/fonts/KaTeX_SansSerif-Bold.ttf | Bin 33688 -> 0 bytes .../katex/fonts/KaTeX_SansSerif-Bold.woff | Bin 18516 -> 0 bytes .../katex/fonts/KaTeX_SansSerif-Bold.woff2 | Bin 15732 -> 0 bytes .../katex/fonts/KaTeX_SansSerif-Italic.ttf | Bin 30960 -> 0 bytes .../katex/fonts/KaTeX_SansSerif-Italic.woff | Bin 17572 -> 0 bytes .../katex/fonts/KaTeX_SansSerif-Italic.woff2 | Bin 15024 -> 0 bytes .../katex/fonts/KaTeX_SansSerif-Regular.ttf | Bin 29812 -> 0 bytes .../katex/fonts/KaTeX_SansSerif-Regular.woff | Bin 16228 -> 0 bytes .../katex/fonts/KaTeX_SansSerif-Regular.woff2 | Bin 13708 -> 0 bytes .../katex/fonts/KaTeX_Script-Regular.ttf | Bin 24620 -> 0 bytes .../katex/fonts/KaTeX_Script-Regular.woff | Bin 13428 -> 0 bytes .../katex/fonts/KaTeX_Script-Regular.woff2 | Bin 12064 -> 0 bytes .../katex/fonts/KaTeX_Size1-Regular.ttf | Bin 12916 -> 0 bytes .../katex/fonts/KaTeX_Size1-Regular.woff | Bin 6696 -> 0 bytes .../katex/fonts/KaTeX_Size1-Regular.woff2 | Bin 5592 -> 0 bytes .../katex/fonts/KaTeX_Size2-Regular.ttf | Bin 12172 -> 0 bytes .../katex/fonts/KaTeX_Size2-Regular.woff | Bin 6436 -> 0 bytes .../katex/fonts/KaTeX_Size2-Regular.woff2 | Bin 5392 -> 0 bytes .../katex/fonts/KaTeX_Size3-Regular.ttf | Bin 8120 -> 0 bytes .../katex/fonts/KaTeX_Size3-Regular.woff | Bin 4568 -> 0 bytes .../katex/fonts/KaTeX_Size3-Regular.woff2 | Bin 3728 -> 0 bytes .../katex/fonts/KaTeX_Size4-Regular.ttf | Bin 11016 -> 0 bytes .../katex/fonts/KaTeX_Size4-Regular.woff | Bin 6184 -> 0 bytes .../katex/fonts/KaTeX_Size4-Regular.woff2 | Bin 5028 -> 0 bytes .../katex/fonts/KaTeX_Typewriter-Regular.ttf | Bin 35924 -> 0 bytes .../katex/fonts/KaTeX_Typewriter-Regular.woff | Bin 20260 -> 0 bytes .../fonts/KaTeX_Typewriter-Regular.woff2 | Bin 17272 -> 0 bytes .../hugo-book-9/static/katex/katex.min.css | 1 - .../hugo-book-9/static/katex/katex.min.js | 1 - hugo/themes/hugo-book-9/static/mermaid.min.js | 32 - .../hugo-book-9/static/svg/calendar.svg | 1 - hugo/themes/hugo-book-9/static/svg/edit.svg | 1 - hugo/themes/hugo-book-9/static/svg/menu.svg | 1 - hugo/themes/hugo-book-9/static/svg/toc.svg | 1 - .../hugo-book-9/static/svg/translate.svg | 1 - hugo/themes/hugo-book-9/theme.toml | 15 - hugo/themes/hugo-theme-learn/.editorconfig | 16 - hugo/themes/hugo-theme-learn/.gitignore | 3 - hugo/themes/hugo-theme-learn/.grenrc.yml | 25 - hugo/themes/hugo-theme-learn/CHANGELOG.md | 226 ---- hugo/themes/hugo-theme-learn/LICENSE.md | 22 - hugo/themes/hugo-theme-learn/README.md | 97 -- .../hugo-theme-learn/archetypes/chapter.md | 13 - .../hugo-theme-learn/archetypes/default.md | 7 - .../hugo-theme-learn/exampleSite/LICENSE.md | 20 - .../hugo-theme-learn/exampleSite/config.toml | 112 -- .../exampleSite/content/_index.en.md | 41 - .../exampleSite/content/_index.fr.md | 43 - .../exampleSite/content/basics/_index.en.md | 12 - .../exampleSite/content/basics/_index.fr.md | 12 - .../exampleSite/content/basics/_index.zh.md | 12 - .../content/basics/configuration/_index.en.md | 112 -- .../content/basics/configuration/_index.fr.md | 110 -- .../images/home_button_defaults.jpg | Bin 9320 -> 0 bytes .../content/basics/installation/_index.en.md | 102 -- .../content/basics/installation/_index.fr.md | 100 -- .../basics/installation/images/chapter.png | Bin 47775 -> 0 bytes .../content/basics/requirements/_index.en.md | 11 - .../content/basics/requirements/_index.fr.md | 11 - .../basics/requirements/images/magic.gif | Bin 1458653 -> 0 bytes .../basics/style-customization/_index.en.md | 194 --- .../basics/style-customization/_index.fr.md | 194 --- .../images/blue-variant.png | Bin 244663 -> 0 bytes .../images/green-variant.png | Bin 245961 -> 0 bytes .../images/red-variant.png | Bin 245140 -> 0 bytes .../exampleSite/content/cont/_index.en.md | 12 - .../exampleSite/content/cont/_index.fr.md | 12 - .../exampleSite/content/cont/archetypes.en.md | 57 - .../exampleSite/content/cont/archetypes.fr.md | 57 - .../content/cont/i18n/_index.en.md | 78 -- .../content/cont/i18n/_index.fr.md | 78 -- .../content/cont/i18n/images/i18n-menu.gif | Bin 24315 -> 0 bytes .../exampleSite/content/cont/icons.en.md | 41 - .../exampleSite/content/cont/markdown.en.md | 692 ---------- .../exampleSite/content/cont/markdown.fr.md | 666 ---------- .../content/cont/menushortcuts.en.md | 109 -- .../content/cont/menushortcuts.fr.md | 109 -- .../content/cont/pages/_index.en.md | 166 --- .../content/cont/pages/_index.fr.md | 146 --- .../cont/pages/images/frontmatter-icon.png | Bin 5811 -> 0 bytes .../cont/pages/images/pages-chapter.png | Bin 156077 -> 0 bytes .../cont/pages/images/pages-default.png | Bin 201190 -> 0 bytes .../content/cont/syntaxhighlight.en.md | 89 -- .../exampleSite/content/cont/tags.en.md | 39 - .../exampleSite/content/cont/tags.fr.md | 40 - .../exampleSite/content/credits.en.md | 28 - .../exampleSite/content/credits.fr.md | 28 - .../content/shortcodes/_index.en.md | 16 - .../content/shortcodes/_index.fr.md | 16 - .../attachments.en.files/BachGavotteShort.mp3 | Bin 366464 -> 0 bytes .../Carroll_AliceAuPaysDesMerveilles.pdf | Bin 179272 -> 0 bytes .../adivorciarsetoca00cape.pdf | Bin 370183 -> 0 bytes .../shortcodes/attachments.en.files/hugo.png | Bin 18210 -> 0 bytes .../movieselectricsheep-flock-244-32500-2.mp4 | Bin 348402 -> 0 bytes .../attachments.en.files/small_file.txt | 1 - .../content/shortcodes/attachments.en.md | 85 -- .../attachments.fr.files/BachGavotteShort.mp3 | Bin 366464 -> 0 bytes .../Carroll_AliceAuPaysDesMerveilles.pdf | Bin 179272 -> 0 bytes .../adivorciarsetoca00cape.pdf | Bin 370183 -> 0 bytes .../shortcodes/attachments.fr.files/hugo.png | Bin 18210 -> 0 bytes .../movieselectricsheep-flock-244-32500-2.mp4 | Bin 348402 -> 0 bytes .../attachments.fr.files/small_file.txt | 1 - .../content/shortcodes/attachments.fr.md | 85 -- .../content/shortcodes/button.en.md | 16 - .../content/shortcodes/button.fr.md | 16 - .../content/shortcodes/children/_index.en.md | 45 - .../content/shortcodes/children/_index.fr.md | 45 - .../children/children-1/_index.en.md | 6 - .../children/children-1/_index.fr.md | 6 - .../children-1/children-1-1/_index.en.md | 6 - .../children-1/children-1-1/_index.fr.md | 6 - .../children-1-1/children-1-1-1/_index.en.md | 6 - .../children-1-1/children-1-1-1/_index.fr.md | 6 - .../children-1-1-1-1/_index.en.md | 6 - .../children-1-1-1-1/_index.fr.md | 6 - .../children-1-1-1-1-1/_index.en.md | 6 - .../children-1-1-1-1-1/_index.fr.md | 6 - .../children/children-2/_index.en.md | 11 - .../children/children-2/_index.fr.md | 11 - .../children/children-2/test3.en.md | 6 - .../children/children-2/test3.fr.md | 6 - .../children/children-3/_index.en.md | 6 - .../children/children-3/_index.fr.md | 6 - .../children/children-4/_index.en.md | 7 - .../children/children-4/_index.fr.md | 7 - .../content/shortcodes/children/test.en.md | 6 - .../content/shortcodes/children/test.fr.md | 6 - .../content/shortcodes/expand.en.md | 45 - .../content/shortcodes/expand.fr.md | 45 - .../content/shortcodes/mermaid.en.md | 210 --- .../content/shortcodes/mermaid.fr.md | 205 --- .../content/shortcodes/notice.en.md | 62 - .../content/shortcodes/notice.fr.md | 62 - .../content/shortcodes/siteparam.en.md | 23 - .../content/shortcodes/siteparam.fr.md | 23 - .../exampleSite/content/shortcodes/tabs.en.md | 119 -- .../exampleSite/content/showcase.en.md | 13 - .../exampleSite/content/showcase.fr.md | 14 - .../layouts/partials/custom-footer.html | 10 - .../exampleSite/layouts/partials/logo.html | 39 - .../layouts/partials/menu-footer.html | 14 - .../layouts/shortcodes/ghcontributors.html | 31 - .../exampleSite/static/css/theme-mine.css | 104 -- .../static/fonts/monogramos-webfont.eot | Bin 28654 -> 0 bytes .../static/fonts/monogramos-webfont.svg | 1 - .../static/fonts/monogramos-webfont.ttf | Bin 136752 -> 0 bytes .../static/fonts/monogramos-webfont.woff | Bin 34276 -> 0 bytes .../static/fonts/monogramos-webfont.woff2 | Bin 26436 -> 0 bytes .../static/images/showcase/inteliver_docs.png | Bin 80752 -> 0 bytes .../static/images/showcase/tat.png | Bin 309953 -> 0 bytes .../static/images/showcase/tshark_dev.png | Bin 46081 -> 0 bytes hugo/themes/hugo-theme-learn/i18n/ar.toml | 35 - hugo/themes/hugo-theme-learn/i18n/de.toml | 35 - hugo/themes/hugo-theme-learn/i18n/en.toml | 35 - hugo/themes/hugo-theme-learn/i18n/es.toml | 35 - hugo/themes/hugo-theme-learn/i18n/fr.toml | 35 - hugo/themes/hugo-theme-learn/i18n/hi.toml | 35 - hugo/themes/hugo-theme-learn/i18n/id.toml | 35 - hugo/themes/hugo-theme-learn/i18n/ja.toml | 35 - hugo/themes/hugo-theme-learn/i18n/nl.toml | 35 - hugo/themes/hugo-theme-learn/i18n/pt.toml | 35 - hugo/themes/hugo-theme-learn/i18n/ru.toml | 35 - hugo/themes/hugo-theme-learn/i18n/tr.toml | 35 - hugo/themes/hugo-theme-learn/i18n/vn.toml | 50 - hugo/themes/hugo-theme-learn/i18n/zh-cn.toml | 35 - .../hugo-theme-learn/images/screenshot.png | Bin 284162 -> 0 bytes hugo/themes/hugo-theme-learn/images/tn.png | Bin 143335 -> 0 bytes hugo/themes/hugo-theme-learn/layouts/404.html | 56 - .../layouts/_default/list.html | 22 - .../layouts/_default/single.html | 12 - .../hugo-theme-learn/layouts/index.html | 31 - .../hugo-theme-learn/layouts/index.json | 12 - .../layouts/partials/custom-comments.html | 3 - .../layouts/partials/custom-footer.html | 5 - .../layouts/partials/custom-header.html | 5 - .../layouts/partials/favicon.html | 1 - .../layouts/partials/footer.html | 83 -- .../layouts/partials/header.html | 112 -- .../layouts/partials/logo.html | 84 -- .../layouts/partials/menu-footer.html | 1 - .../layouts/partials/menu.html | 160 --- .../layouts/partials/meta.html | 2 - .../layouts/partials/search.html | 16 - .../layouts/partials/tags.html | 7 - .../layouts/partials/toc.html | 5 - .../layouts/shortcodes/attachments.html | 34 - .../layouts/shortcodes/button.html | 14 - .../layouts/shortcodes/children.html | 99 -- .../layouts/shortcodes/expand.html | 17 - .../layouts/shortcodes/mermaid.html | 2 - .../layouts/shortcodes/notice.html | 2 - .../layouts/shortcodes/ref.html | 14 - .../layouts/shortcodes/relref.html | 14 - .../layouts/shortcodes/siteparam.html | 7 - .../layouts/shortcodes/tab.html | 12 - .../layouts/shortcodes/tabs.html | 21 - hugo/themes/hugo-theme-learn/netlify.toml | 23 - .../static/css/atom-one-dark-reasonable.css | 77 -- .../static/css/auto-complete.css | 47 - .../static/css/featherlight.min.css | 8 - .../static/css/fontawesome-all.min.css | 1 - .../static/css/hugo-theme.css | 241 ---- .../hugo-theme-learn/static/css/hybrid.css | 102 -- .../hugo-theme-learn/static/css/nucleus.css | 615 --------- .../static/css/perfect-scrollbar.min.css | 2 - .../hugo-theme-learn/static/css/tabs.css | 43 - .../hugo-theme-learn/static/css/tags.css | 49 - .../static/css/theme-blue.css | 128 -- .../static/css/theme-green.css | 128 -- .../hugo-theme-learn/static/css/theme-red.css | 128 -- .../hugo-theme-learn/static/css/theme.css | 1143 ---------------- .../static/fonts/Inconsolata.eot | Bin 35620 -> 0 bytes .../static/fonts/Inconsolata.svg | 1 - .../static/fonts/Inconsolata.ttf | Bin 63184 -> 0 bytes .../static/fonts/Inconsolata.woff | Bin 38248 -> 0 bytes .../Novecentosanswide-Normal-webfont.eot | Bin 22446 -> 0 bytes .../Novecentosanswide-Normal-webfont.svg | 1 - .../Novecentosanswide-Normal-webfont.ttf | Bin 56884 -> 0 bytes .../Novecentosanswide-Normal-webfont.woff | Bin 24772 -> 0 bytes .../Novecentosanswide-Normal-webfont.woff2 | Bin 19760 -> 0 bytes .../Novecentosanswide-UltraLight-webfont.eot | Bin 21080 -> 0 bytes .../Novecentosanswide-UltraLight-webfont.svg | 1 - .../Novecentosanswide-UltraLight-webfont.ttf | Bin 55600 -> 0 bytes .../Novecentosanswide-UltraLight-webfont.woff | Bin 23476 -> 0 bytes ...Novecentosanswide-UltraLight-webfont.woff2 | Bin 18716 -> 0 bytes .../static/fonts/Work_Sans_200.eot | Bin 24290 -> 0 bytes .../static/fonts/Work_Sans_200.svg | 1 - .../static/fonts/Work_Sans_200.ttf | Bin 49752 -> 0 bytes .../static/fonts/Work_Sans_200.woff | Bin 25896 -> 0 bytes .../static/fonts/Work_Sans_200.woff2 | Bin 21128 -> 0 bytes .../static/fonts/Work_Sans_300.eot | Bin 24817 -> 0 bytes .../static/fonts/Work_Sans_300.svg | 1 - .../static/fonts/Work_Sans_300.ttf | Bin 50784 -> 0 bytes .../static/fonts/Work_Sans_300.woff | Bin 26392 -> 0 bytes .../static/fonts/Work_Sans_300.woff2 | Bin 21548 -> 0 bytes .../static/fonts/Work_Sans_500.eot | Bin 26481 -> 0 bytes .../static/fonts/Work_Sans_500.svg | 1 - .../static/fonts/Work_Sans_500.ttf | Bin 54232 -> 0 bytes .../static/fonts/Work_Sans_500.woff | Bin 27900 -> 0 bytes .../static/fonts/Work_Sans_500.woff2 | Bin 22884 -> 0 bytes .../hugo-theme-learn/static/images/clippy.svg | 1 - .../static/images/favicon.png | Bin 608 -> 0 bytes .../static/images/gopher-404.jpg | Bin 206249 -> 0 bytes .../static/js/auto-complete.js | 3 - .../static/js/clipboard.min.js | 7 - .../static/js/featherlight.min.js | 9 - .../static/js/highlight.pack.js | 6 - .../hugo-theme-learn/static/js/hugo-learn.js | 94 -- .../static/js/jquery-3.3.1.min.js | 2 - .../static/js/jquery.sticky.js | 288 ----- .../hugo-theme-learn/static/js/learn.js | 496 ------- .../hugo-theme-learn/static/js/lunr.min.js | 6 - .../static/js/modernizr.custom-3.6.0.js | 3 - .../static/js/perfect-scrollbar.jquery.min.js | 2 - .../static/js/perfect-scrollbar.min.js | 2 - .../hugo-theme-learn/static/js/search.js | 96 -- .../static/mermaid/mermaid.js | 32 - .../static/webfonts/fa-brands-400.eot | Bin 134396 -> 0 bytes .../static/webfonts/fa-brands-400.svg | 1 - .../static/webfonts/fa-brands-400.ttf | Bin 134160 -> 0 bytes .../static/webfonts/fa-brands-400.woff | Bin 87048 -> 0 bytes .../static/webfonts/fa-brands-400.woff2 | Bin 74288 -> 0 bytes .../static/webfonts/fa-regular-400.eot | Bin 40308 -> 0 bytes .../static/webfonts/fa-regular-400.svg | 1 - .../static/webfonts/fa-regular-400.ttf | Bin 40080 -> 0 bytes .../static/webfonts/fa-regular-400.woff | Bin 18164 -> 0 bytes .../static/webfonts/fa-regular-400.woff2 | Bin 14872 -> 0 bytes .../static/webfonts/fa-solid-900.eot | Bin 209012 -> 0 bytes .../static/webfonts/fa-solid-900.svg | 1 - .../static/webfonts/fa-solid-900.ttf | Bin 208792 -> 0 bytes .../static/webfonts/fa-solid-900.woff | Bin 102224 -> 0 bytes .../static/webfonts/fa-solid-900.woff2 | Bin 79100 -> 0 bytes hugo/themes/hugo-theme-learn/theme.toml | 21 - hugo/themes/hugo-theme-learn/wercker.yml | 16 - 454 files changed, 5 insertions(+), 16549 deletions(-) create mode 100644 .gitmodules create mode 160000 hugo/themes/book delete mode 120000 hugo/themes/hugo-book delete mode 100644 hugo/themes/hugo-book-9/.github/workflows/main.yml delete mode 100644 hugo/themes/hugo-book-9/.gitignore delete mode 100644 hugo/themes/hugo-book-9/LICENSE delete mode 100644 hugo/themes/hugo-book-9/README.md delete mode 100644 hugo/themes/hugo-book-9/archetypes/docs.md delete mode 100644 hugo/themes/hugo-book-9/archetypes/posts.md delete mode 100644 hugo/themes/hugo-book-9/assets/_custom.scss delete mode 100644 hugo/themes/hugo-book-9/assets/_defaults.scss delete mode 100644 hugo/themes/hugo-book-9/assets/_fonts.scss delete mode 100644 hugo/themes/hugo-book-9/assets/_main.scss delete mode 100644 hugo/themes/hugo-book-9/assets/_markdown.scss delete mode 100644 hugo/themes/hugo-book-9/assets/_print.scss delete mode 100644 hugo/themes/hugo-book-9/assets/_shortcodes.scss delete mode 100644 hugo/themes/hugo-book-9/assets/_utils.scss delete mode 100644 hugo/themes/hugo-book-9/assets/_variables.scss delete mode 100644 hugo/themes/hugo-book-9/assets/book.scss delete mode 100644 hugo/themes/hugo-book-9/assets/manifest.json delete mode 100644 hugo/themes/hugo-book-9/assets/menu-reset.js delete mode 100644 hugo/themes/hugo-book-9/assets/mermaid.json delete mode 100644 hugo/themes/hugo-book-9/assets/normalize.css delete mode 100644 hugo/themes/hugo-book-9/assets/plugins/_numbered.scss delete mode 100644 hugo/themes/hugo-book-9/assets/plugins/_scrollbars.scss delete mode 100644 hugo/themes/hugo-book-9/assets/search-data.js delete mode 100644 hugo/themes/hugo-book-9/assets/search.js delete mode 100644 hugo/themes/hugo-book-9/assets/sw-register.js delete mode 100644 hugo/themes/hugo-book-9/assets/sw.js delete mode 100644 hugo/themes/hugo-book-9/assets/themes/_auto.scss delete mode 100644 hugo/themes/hugo-book-9/assets/themes/_dark.scss delete mode 100644 hugo/themes/hugo-book-9/assets/themes/_light.scss delete mode 100644 hugo/themes/hugo-book-9/exampleSite/assets/_custom.scss delete mode 100644 hugo/themes/hugo-book-9/exampleSite/assets/_variables.scss delete mode 100644 hugo/themes/hugo-book-9/exampleSite/config.toml delete mode 100644 hugo/themes/hugo-book-9/exampleSite/config.yaml delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content.bn/_index.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content.ru/_index.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content.zh/_index.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/_index.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/example/_index.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/example/collapsed/3rd-level/4th-level.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/example/collapsed/3rd-level/_index.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/example/collapsed/_index.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/example/hidden.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/example/table-of-contents/_index.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/example/table-of-contents/with-toc.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/example/table-of-contents/without-toc.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/shortcodes/_index.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/shortcodes/buttons.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/shortcodes/columns.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/shortcodes/details.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/shortcodes/expand.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/shortcodes/hints.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/shortcodes/katex.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/shortcodes/mermaid.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/shortcodes/section/_index.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/shortcodes/section/page1.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/shortcodes/section/page2.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/docs/shortcodes/tabs.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/menu/index.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/posts/_index.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/posts/creating-a-new-theme.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/posts/goisforlovers.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/posts/hugoisforlovers.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/content/posts/migrate-from-jekyll.md delete mode 100644 hugo/themes/hugo-book-9/exampleSite/resources/_gen/assets/scss/book.scss_50fc8c04e12a2f59027287995557ceff.content delete mode 100644 hugo/themes/hugo-book-9/exampleSite/resources/_gen/assets/scss/book.scss_50fc8c04e12a2f59027287995557ceff.json delete mode 100644 hugo/themes/hugo-book-9/i18n/bn.yaml delete mode 100644 hugo/themes/hugo-book-9/i18n/cn.yaml delete mode 100644 hugo/themes/hugo-book-9/i18n/cs.yaml delete mode 100644 hugo/themes/hugo-book-9/i18n/de.yaml delete mode 100644 hugo/themes/hugo-book-9/i18n/en.yaml delete mode 100644 hugo/themes/hugo-book-9/i18n/es.yaml delete mode 100644 hugo/themes/hugo-book-9/i18n/fr.yaml delete mode 100644 hugo/themes/hugo-book-9/i18n/ja.yaml delete mode 100644 hugo/themes/hugo-book-9/i18n/jp.yaml delete mode 100644 hugo/themes/hugo-book-9/i18n/ko.yaml delete mode 100644 hugo/themes/hugo-book-9/i18n/nb.yaml delete mode 100644 hugo/themes/hugo-book-9/i18n/pt.yaml delete mode 100644 hugo/themes/hugo-book-9/i18n/ru.yaml delete mode 100644 hugo/themes/hugo-book-9/i18n/sv.yaml delete mode 100644 hugo/themes/hugo-book-9/i18n/tr.yaml delete mode 100644 hugo/themes/hugo-book-9/i18n/uk.yaml delete mode 100644 hugo/themes/hugo-book-9/i18n/zh-TW.yaml delete mode 100644 hugo/themes/hugo-book-9/i18n/zh.yaml delete mode 100644 hugo/themes/hugo-book-9/images/screenshot.png delete mode 100644 hugo/themes/hugo-book-9/images/tn.png delete mode 100644 hugo/themes/hugo-book-9/layouts/404.html delete mode 100644 hugo/themes/hugo-book-9/layouts/_default/_markup/render-heading.html delete mode 100644 hugo/themes/hugo-book-9/layouts/_default/_markup/render-image.html delete mode 100644 hugo/themes/hugo-book-9/layouts/_default/_markup/render-link.html delete mode 100644 hugo/themes/hugo-book-9/layouts/_default/baseof.html delete mode 100644 hugo/themes/hugo-book-9/layouts/_default/list.html delete mode 100644 hugo/themes/hugo-book-9/layouts/_default/single.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/brand.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/comments.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/date.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/footer.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/header.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/html-head.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/inject/body.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/inject/content-after.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/inject/content-before.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/inject/footer.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/inject/head.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/inject/menu-after.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/inject/menu-before.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/inject/toc-after.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/inject/toc-before.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/languages.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/menu-bundle.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/menu-filetree.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/menu-hugo.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/menu.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/post-meta.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/search.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/taxonomy.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/title.html delete mode 100644 hugo/themes/hugo-book-9/layouts/partials/docs/toc.html delete mode 100644 hugo/themes/hugo-book-9/layouts/posts/list.html delete mode 100644 hugo/themes/hugo-book-9/layouts/posts/single.html delete mode 100644 hugo/themes/hugo-book-9/layouts/shortcodes/button.html delete mode 100644 hugo/themes/hugo-book-9/layouts/shortcodes/columns.html delete mode 100644 hugo/themes/hugo-book-9/layouts/shortcodes/details.html delete mode 100644 hugo/themes/hugo-book-9/layouts/shortcodes/expand.html delete mode 100644 hugo/themes/hugo-book-9/layouts/shortcodes/hint.html delete mode 100644 hugo/themes/hugo-book-9/layouts/shortcodes/katex.html delete mode 100644 hugo/themes/hugo-book-9/layouts/shortcodes/mermaid.html delete mode 100644 hugo/themes/hugo-book-9/layouts/shortcodes/section.html delete mode 100644 hugo/themes/hugo-book-9/layouts/shortcodes/tab.html delete mode 100644 hugo/themes/hugo-book-9/layouts/shortcodes/tabs.html delete mode 100644 hugo/themes/hugo-book-9/layouts/taxonomy/list.html delete mode 100644 hugo/themes/hugo-book-9/layouts/taxonomy/taxonomy.html delete mode 100644 hugo/themes/hugo-book-9/static/favicon.png delete mode 100644 hugo/themes/hugo-book-9/static/favicon.svg delete mode 100644 hugo/themes/hugo-book-9/static/flexsearch.min.js delete mode 100644 hugo/themes/hugo-book-9/static/fonts/roboto-mono-v6-latin-regular.woff delete mode 100644 hugo/themes/hugo-book-9/static/fonts/roboto-mono-v6-latin-regular.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/fonts/roboto-v19-latin-300italic.woff delete mode 100644 hugo/themes/hugo-book-9/static/fonts/roboto-v19-latin-300italic.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/fonts/roboto-v19-latin-700.woff delete mode 100644 hugo/themes/hugo-book-9/static/fonts/roboto-v19-latin-700.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/fonts/roboto-v19-latin-regular.woff delete mode 100644 hugo/themes/hugo-book-9/static/fonts/roboto-v19-latin-regular.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/auto-render.min.js delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_AMS-Regular.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_AMS-Regular.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_AMS-Regular.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Caligraphic-Bold.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Caligraphic-Bold.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Caligraphic-Bold.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Caligraphic-Regular.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Caligraphic-Regular.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Caligraphic-Regular.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Fraktur-Bold.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Fraktur-Bold.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Fraktur-Bold.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Fraktur-Regular.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Fraktur-Regular.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Fraktur-Regular.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Main-Bold.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Main-Bold.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Main-Bold.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Main-BoldItalic.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Main-BoldItalic.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Main-BoldItalic.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Main-Italic.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Main-Italic.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Main-Italic.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Main-Regular.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Main-Regular.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Main-Regular.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Math-BoldItalic.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Math-BoldItalic.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Math-BoldItalic.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Math-Italic.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Math-Italic.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Math-Italic.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_SansSerif-Bold.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_SansSerif-Bold.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_SansSerif-Bold.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_SansSerif-Italic.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_SansSerif-Italic.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_SansSerif-Italic.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_SansSerif-Regular.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_SansSerif-Regular.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_SansSerif-Regular.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Script-Regular.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Script-Regular.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Script-Regular.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Size1-Regular.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Size1-Regular.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Size1-Regular.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Size2-Regular.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Size2-Regular.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Size2-Regular.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Size3-Regular.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Size3-Regular.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Size3-Regular.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Size4-Regular.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Size4-Regular.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Size4-Regular.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Typewriter-Regular.ttf delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Typewriter-Regular.woff delete mode 100644 hugo/themes/hugo-book-9/static/katex/fonts/KaTeX_Typewriter-Regular.woff2 delete mode 100644 hugo/themes/hugo-book-9/static/katex/katex.min.css delete mode 100644 hugo/themes/hugo-book-9/static/katex/katex.min.js delete mode 100644 hugo/themes/hugo-book-9/static/mermaid.min.js delete mode 100644 hugo/themes/hugo-book-9/static/svg/calendar.svg delete mode 100644 hugo/themes/hugo-book-9/static/svg/edit.svg delete mode 100644 hugo/themes/hugo-book-9/static/svg/menu.svg delete mode 100644 hugo/themes/hugo-book-9/static/svg/toc.svg delete mode 100644 hugo/themes/hugo-book-9/static/svg/translate.svg delete mode 100644 hugo/themes/hugo-book-9/theme.toml delete mode 100644 hugo/themes/hugo-theme-learn/.editorconfig delete mode 100644 hugo/themes/hugo-theme-learn/.gitignore delete mode 100644 hugo/themes/hugo-theme-learn/.grenrc.yml delete mode 100644 hugo/themes/hugo-theme-learn/CHANGELOG.md delete mode 100644 hugo/themes/hugo-theme-learn/LICENSE.md delete mode 100644 hugo/themes/hugo-theme-learn/README.md delete mode 100644 hugo/themes/hugo-theme-learn/archetypes/chapter.md delete mode 100644 hugo/themes/hugo-theme-learn/archetypes/default.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/LICENSE.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/config.toml delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/_index.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/_index.fr.md delete mode 100755 hugo/themes/hugo-theme-learn/exampleSite/content/basics/_index.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/basics/_index.fr.md delete mode 100755 hugo/themes/hugo-theme-learn/exampleSite/content/basics/_index.zh.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/basics/configuration/_index.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/basics/configuration/_index.fr.md delete mode 100755 hugo/themes/hugo-theme-learn/exampleSite/content/basics/configuration/images/home_button_defaults.jpg delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/basics/installation/_index.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/basics/installation/_index.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/basics/installation/images/chapter.png delete mode 100755 hugo/themes/hugo-theme-learn/exampleSite/content/basics/requirements/_index.en.md delete mode 100755 hugo/themes/hugo-theme-learn/exampleSite/content/basics/requirements/_index.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/basics/requirements/images/magic.gif delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/_index.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/_index.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/images/blue-variant.png delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/images/green-variant.png delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/basics/style-customization/images/red-variant.png delete mode 100755 hugo/themes/hugo-theme-learn/exampleSite/content/cont/_index.en.md delete mode 100755 hugo/themes/hugo-theme-learn/exampleSite/content/cont/_index.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/cont/archetypes.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/cont/archetypes.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/cont/i18n/_index.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/cont/i18n/_index.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/cont/i18n/images/i18n-menu.gif delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/cont/icons.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/cont/markdown.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/cont/markdown.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/cont/menushortcuts.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/cont/menushortcuts.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/cont/pages/_index.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/cont/pages/_index.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/cont/pages/images/frontmatter-icon.png delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/cont/pages/images/pages-chapter.png delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/cont/pages/images/pages-default.png delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/cont/syntaxhighlight.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/cont/tags.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/cont/tags.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/credits.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/credits.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/_index.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/_index.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/BachGavotteShort.mp3 delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/Carroll_AliceAuPaysDesMerveilles.pdf delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/adivorciarsetoca00cape.pdf delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/hugo.png delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/movieselectricsheep-flock-244-32500-2.mp4 delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.files/small_file.txt delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/BachGavotteShort.mp3 delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/Carroll_AliceAuPaysDesMerveilles.pdf delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/adivorciarsetoca00cape.pdf delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/hugo.png delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/movieselectricsheep-flock-244-32500-2.mp4 delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.files/small_file.txt delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/attachments.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/button.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/button.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/_index.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/_index.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/_index.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/_index.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/_index.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/_index.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/_index.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/_index.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/_index.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/_index.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/_index.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-1/children-1-1/children-1-1-1/children-1-1-1-1/children-1-1-1-1-1/_index.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-2/_index.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-2/_index.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-2/test3.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-2/test3.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-3/_index.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-3/_index.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-4/_index.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/children-4/_index.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/test.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/children/test.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/expand.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/expand.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/mermaid.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/mermaid.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/notice.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/notice.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/siteparam.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/siteparam.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/shortcodes/tabs.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/showcase.en.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/content/showcase.fr.md delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/layouts/partials/custom-footer.html delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/layouts/partials/logo.html delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/layouts/partials/menu-footer.html delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/layouts/shortcodes/ghcontributors.html delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/static/css/theme-mine.css delete mode 100755 hugo/themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.eot delete mode 100755 hugo/themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.svg delete mode 100755 hugo/themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.ttf delete mode 100755 hugo/themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.woff delete mode 100755 hugo/themes/hugo-theme-learn/exampleSite/static/fonts/monogramos-webfont.woff2 delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/static/images/showcase/inteliver_docs.png delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/static/images/showcase/tat.png delete mode 100644 hugo/themes/hugo-theme-learn/exampleSite/static/images/showcase/tshark_dev.png delete mode 100644 hugo/themes/hugo-theme-learn/i18n/ar.toml delete mode 100644 hugo/themes/hugo-theme-learn/i18n/de.toml delete mode 100644 hugo/themes/hugo-theme-learn/i18n/en.toml delete mode 100644 hugo/themes/hugo-theme-learn/i18n/es.toml delete mode 100644 hugo/themes/hugo-theme-learn/i18n/fr.toml delete mode 100644 hugo/themes/hugo-theme-learn/i18n/hi.toml delete mode 100644 hugo/themes/hugo-theme-learn/i18n/id.toml delete mode 100644 hugo/themes/hugo-theme-learn/i18n/ja.toml delete mode 100644 hugo/themes/hugo-theme-learn/i18n/nl.toml delete mode 100644 hugo/themes/hugo-theme-learn/i18n/pt.toml delete mode 100644 hugo/themes/hugo-theme-learn/i18n/ru.toml delete mode 100644 hugo/themes/hugo-theme-learn/i18n/tr.toml delete mode 100644 hugo/themes/hugo-theme-learn/i18n/vn.toml delete mode 100644 hugo/themes/hugo-theme-learn/i18n/zh-cn.toml delete mode 100644 hugo/themes/hugo-theme-learn/images/screenshot.png delete mode 100644 hugo/themes/hugo-theme-learn/images/tn.png delete mode 100644 hugo/themes/hugo-theme-learn/layouts/404.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/_default/list.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/_default/single.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/index.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/index.json delete mode 100644 hugo/themes/hugo-theme-learn/layouts/partials/custom-comments.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/partials/custom-footer.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/partials/custom-header.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/partials/favicon.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/partials/footer.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/partials/header.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/partials/logo.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/partials/menu-footer.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/partials/menu.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/partials/meta.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/partials/search.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/partials/tags.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/partials/toc.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/shortcodes/attachments.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/shortcodes/button.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/shortcodes/children.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/shortcodes/expand.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/shortcodes/mermaid.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/shortcodes/notice.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/shortcodes/ref.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/shortcodes/relref.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/shortcodes/siteparam.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/shortcodes/tab.html delete mode 100644 hugo/themes/hugo-theme-learn/layouts/shortcodes/tabs.html delete mode 100644 hugo/themes/hugo-theme-learn/netlify.toml delete mode 100644 hugo/themes/hugo-theme-learn/static/css/atom-one-dark-reasonable.css delete mode 100644 hugo/themes/hugo-theme-learn/static/css/auto-complete.css delete mode 100644 hugo/themes/hugo-theme-learn/static/css/featherlight.min.css delete mode 100644 hugo/themes/hugo-theme-learn/static/css/fontawesome-all.min.css delete mode 100644 hugo/themes/hugo-theme-learn/static/css/hugo-theme.css delete mode 100644 hugo/themes/hugo-theme-learn/static/css/hybrid.css delete mode 100644 hugo/themes/hugo-theme-learn/static/css/nucleus.css delete mode 100644 hugo/themes/hugo-theme-learn/static/css/perfect-scrollbar.min.css delete mode 100644 hugo/themes/hugo-theme-learn/static/css/tabs.css delete mode 100644 hugo/themes/hugo-theme-learn/static/css/tags.css delete mode 100644 hugo/themes/hugo-theme-learn/static/css/theme-blue.css delete mode 100644 hugo/themes/hugo-theme-learn/static/css/theme-green.css delete mode 100644 hugo/themes/hugo-theme-learn/static/css/theme-red.css delete mode 100644 hugo/themes/hugo-theme-learn/static/css/theme.css delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Inconsolata.eot delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Inconsolata.svg delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Inconsolata.ttf delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Inconsolata.woff delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.eot delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.svg delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.ttf delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.woff delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Novecentosanswide-Normal-webfont.woff2 delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.eot delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.svg delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.ttf delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.woff delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Novecentosanswide-UltraLight-webfont.woff2 delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Work_Sans_200.eot delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Work_Sans_200.svg delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Work_Sans_200.ttf delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Work_Sans_200.woff delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Work_Sans_200.woff2 delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Work_Sans_300.eot delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Work_Sans_300.svg delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Work_Sans_300.ttf delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Work_Sans_300.woff delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Work_Sans_300.woff2 delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Work_Sans_500.eot delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Work_Sans_500.svg delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Work_Sans_500.ttf delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Work_Sans_500.woff delete mode 100644 hugo/themes/hugo-theme-learn/static/fonts/Work_Sans_500.woff2 delete mode 100644 hugo/themes/hugo-theme-learn/static/images/clippy.svg delete mode 100644 hugo/themes/hugo-theme-learn/static/images/favicon.png delete mode 100644 hugo/themes/hugo-theme-learn/static/images/gopher-404.jpg delete mode 100644 hugo/themes/hugo-theme-learn/static/js/auto-complete.js delete mode 100644 hugo/themes/hugo-theme-learn/static/js/clipboard.min.js delete mode 100644 hugo/themes/hugo-theme-learn/static/js/featherlight.min.js delete mode 100644 hugo/themes/hugo-theme-learn/static/js/highlight.pack.js delete mode 100644 hugo/themes/hugo-theme-learn/static/js/hugo-learn.js delete mode 100644 hugo/themes/hugo-theme-learn/static/js/jquery-3.3.1.min.js delete mode 100755 hugo/themes/hugo-theme-learn/static/js/jquery.sticky.js delete mode 100644 hugo/themes/hugo-theme-learn/static/js/learn.js delete mode 100644 hugo/themes/hugo-theme-learn/static/js/lunr.min.js delete mode 100644 hugo/themes/hugo-theme-learn/static/js/modernizr.custom-3.6.0.js delete mode 100644 hugo/themes/hugo-theme-learn/static/js/perfect-scrollbar.jquery.min.js delete mode 100644 hugo/themes/hugo-theme-learn/static/js/perfect-scrollbar.min.js delete mode 100644 hugo/themes/hugo-theme-learn/static/js/search.js delete mode 100644 hugo/themes/hugo-theme-learn/static/mermaid/mermaid.js delete mode 100644 hugo/themes/hugo-theme-learn/static/webfonts/fa-brands-400.eot delete mode 100644 hugo/themes/hugo-theme-learn/static/webfonts/fa-brands-400.svg delete mode 100644 hugo/themes/hugo-theme-learn/static/webfonts/fa-brands-400.ttf delete mode 100644 hugo/themes/hugo-theme-learn/static/webfonts/fa-brands-400.woff delete mode 100644 hugo/themes/hugo-theme-learn/static/webfonts/fa-brands-400.woff2 delete mode 100644 hugo/themes/hugo-theme-learn/static/webfonts/fa-regular-400.eot delete mode 100644 hugo/themes/hugo-theme-learn/static/webfonts/fa-regular-400.svg delete mode 100644 hugo/themes/hugo-theme-learn/static/webfonts/fa-regular-400.ttf delete mode 100644 hugo/themes/hugo-theme-learn/static/webfonts/fa-regular-400.woff delete mode 100644 hugo/themes/hugo-theme-learn/static/webfonts/fa-regular-400.woff2 delete mode 100644 hugo/themes/hugo-theme-learn/static/webfonts/fa-solid-900.eot delete mode 100644 hugo/themes/hugo-theme-learn/static/webfonts/fa-solid-900.svg delete mode 100644 hugo/themes/hugo-theme-learn/static/webfonts/fa-solid-900.ttf delete mode 100644 hugo/themes/hugo-theme-learn/static/webfonts/fa-solid-900.woff delete mode 100644 hugo/themes/hugo-theme-learn/static/webfonts/fa-solid-900.woff2 delete mode 100644 hugo/themes/hugo-theme-learn/theme.toml delete mode 100644 hugo/themes/hugo-theme-learn/wercker.yml diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b17bd00 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "hugo/themes/book"] + path = hugo/themes/book + url = https://github.com/alex-shpak/hugo-book diff --git a/hugo/config.toml b/hugo/config.toml index fc39c72..b7284fe 100644 --- a/hugo/config.toml +++ b/hugo/config.toml @@ -3,7 +3,7 @@ baseURL = 'https://docs.cloud.cbh.kth.se' title = 'kthcloud docs' -theme = 'hugo-book-9' +theme = 'book' # Book configuration disablePathToLower = true diff --git a/hugo/themes/book b/hugo/themes/book new file mode 160000 index 0000000..f8a0fc4 --- /dev/null +++ b/hugo/themes/book @@ -0,0 +1 @@ +Subproject commit f8a0fc4e246c61cea8159d2d2955f488e7d13848 diff --git a/hugo/themes/hugo-book b/hugo/themes/hugo-book deleted file mode 120000 index 0d1544f..0000000 --- a/hugo/themes/hugo-book +++ /dev/null @@ -1 +0,0 @@ -hugo-book-9 \ No newline at end of file diff --git a/hugo/themes/hugo-book-9/.github/workflows/main.yml b/hugo/themes/hugo-book-9/.github/workflows/main.yml deleted file mode 100644 index 67f73e1..0000000 --- a/hugo/themes/hugo-book-9/.github/workflows/main.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Build with Hugo - -on: [push, pull_request] - -jobs: - build: - runs-on: ubuntu-latest - strategy: - matrix: - hugo-version: - - 'latest' - - '0.68.0' - steps: - - uses: actions/checkout@v2 - - - name: Setup Hugo - uses: peaceiris/actions-hugo@v2 - with: - hugo-version: ${{ matrix.hugo-version }} - extended: true - - - name: Run Hugo - working-directory: exampleSite - run: hugo --themesDir ../.. diff --git a/hugo/themes/hugo-book-9/.gitignore b/hugo/themes/hugo-book-9/.gitignore deleted file mode 100644 index e52eb52..0000000 --- a/hugo/themes/hugo-book-9/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -public/ -exampleSite/public/ -.DS_Store diff --git a/hugo/themes/hugo-book-9/LICENSE b/hugo/themes/hugo-book-9/LICENSE deleted file mode 100644 index e7a669a..0000000 --- a/hugo/themes/hugo-book-9/LICENSE +++ /dev/null @@ -1,20 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2018 Alex Shpak - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/hugo/themes/hugo-book-9/README.md b/hugo/themes/hugo-book-9/README.md deleted file mode 100644 index 052730c..0000000 --- a/hugo/themes/hugo-book-9/README.md +++ /dev/null @@ -1,321 +0,0 @@ -# Hugo Book Theme - -[![Hugo](https://img.shields.io/badge/hugo-0.68-blue.svg)](https://gohugo.io) -[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) -![Build with Hugo](https://github.com/alex-shpak/hugo-book/workflows/Build%20with%20Hugo/badge.svg) - -### [Hugo](https://gohugo.io) documentation theme as simple as plain book - -![Screenshot](https://github.com/alex-shpak/hugo-book/blob/master/images/screenshot.png) - -- [Features](#features) -- [Requirements](#requirements) -- [Installation](#installation) -- [Menu](#menu) -- [Blog](#blog) -- [Configuration](#configuration) -- [Shortcodes](#shortcodes) -- [Versioning](#versioning) -- [Contributing](#contributing) - -## Features - -- Clean simple design -- Light and Mobile-Friendly -- Multi-language support -- Customisable -- Zero initial configuration -- Handy shortcodes -- Comments support -- Simple blog and taxonomy -- Primary features work without JavaScript -- Dark Mode - -## Requirements - -- Hugo 0.68 or higher -- Hugo extended version, read more [here](https://gohugo.io/news/0.48-relnotes/) - -## Installation - -Navigate to your hugo project root and run: - -``` -git submodule add https://github.com/alex-shpak/hugo-book themes/book -``` - -Then run hugo (or set `theme = "book"`/`theme: book` in configuration file) - -``` -hugo server --minify --theme book -``` - -### Creating site from scratch - -Below is an example on how to create a new site from scratch: - -```sh -hugo new site mydocs; cd mydocs -git init -git submodule add https://github.com/alex-shpak/hugo-book themes/book -cp -R themes/book/exampleSite/content . -``` - -```sh -hugo server --minify --theme book -``` - -## Menu - -### File tree menu (default) - -By default, the theme will render pages from the `content/docs` section as a menu in a tree structure. -You can set `title` and `weight` in the front matter of pages to adjust the order and titles in the menu. - -### Leaf bundle menu - -You can also use leaf bundle and the content of its `index.md` file as menu. -Given you have the following file structure: - -``` -├── content -│ ├── docs -│ │ ├── page-one.md -│ │ └── page-two.md -│ └── posts -│ ├── post-one.md -│ └── post-two.md -``` - -Create a file `content/menu/index.md` with the content: - -```md -+++ -headless = true -+++ - -- [Book Example]({{< relref "/docs/" >}}) - - [Page One]({{< relref "/docs/page-one" >}}) - - [Page Two]({{< relref "/docs/page-two" >}}) -- [Blog]({{< relref "/posts" >}}) -``` - -And Enable it by setting `BookMenuBundle: /menu` in Site configuration. - -- [Example menu](https://github.com/alex-shpak/hugo-book/blob/master/exampleSite/content/menu/index.md) -- [Example config file](https://github.com/alex-shpak/hugo-book/blob/master/exampleSite/config.yaml) -- [Leaf bundles](https://gohugo.io/content-management/page-bundles/) - -## Blog - -A simple blog is supported in the section `posts`. -A blog is not the primary usecase of this theme, so it has only minimal features. - -## Configuration - -### Site Configuration - -There are a few configuration options that you can add to your `config.toml` file. -You can also see the `yaml` example [here](https://github.com/alex-shpak/hugo-book/blob/master/exampleSite/config.yaml). - -```toml -# (Optional) Set Google Analytics if you use it to track your website. -# Always put it on the top of the configuration file, otherwise it won't work -googleAnalytics = "UA-XXXXXXXXX-X" - -# (Optional) If you provide a Disqus shortname, comments will be enabled on -# all pages. -disqusShortname = "my-site" - -# (Optional) Set this to true if you use capital letters in file names -disablePathToLower = true - -# (Optional) Set this to true to enable 'Last Modified by' date and git author -# information on 'doc' type pages. -enableGitInfo = true - -# (Optional) Theme is intended for documentation use, therefore it doesn't render taxonomy. -# You can remove related files with config below -disableKinds = ['taxonomy', 'taxonomyTerm'] - -[params] - # (Optional, default light) Sets color theme: light, dark or auto. - # Theme 'auto' switches between dark and light modes based on browser/os preferences - BookTheme = 'light' - - # (Optional, default true) Controls table of contents visibility on right side of pages. - # Start and end levels can be controlled with markup.tableOfContents setting. - # You can also specify this parameter per page in front matter. - BookToC = true - - # (Optional, default none) Set the path to a logo for the book. If the logo is - # /static/logo.png then the path would be 'logo.png' - BookLogo = 'logo.png' - - # (Optional, default none) Set leaf bundle to render as side menu - # When not specified file structure and weights will be used - BookMenuBundle = '/menu' - - # (Optional, default docs) Specify section of content to render as menu - # You can also set value to "*" to render all sections to menu - BookSection = 'docs' - - # Set source repository location. - # Used for 'Last Modified' and 'Edit this page' links. - BookRepo = 'https://github.com/alex-shpak/hugo-book' - - # Specifies commit portion of the link to the page's last modified commit hash for 'doc' page - # type. - # Required if 'BookRepo' param is set. - # Value used to construct a URL consisting of BookRepo/BookCommitPath/ - # Github uses 'commit', Bitbucket uses 'commits' - BookCommitPath = 'commit' - - # Enable 'Edit this page' links for 'doc' page type. - # Disabled by default. Uncomment to enable. Requires 'BookRepo' param. - # Path must point to the site directory. - BookEditPath = 'edit/master/exampleSite' - - # (Optional, default January 2, 2006) Configure the date format used on the pages - # - In git information - # - In blog posts - BookDateFormat = 'Jan 2, 2006' - - # (Optional, default true) Enables search function with flexsearch, - # Index is built on fly, therefore it might slowdown your website. - # Configuration for indexing can be adjusted in i18n folder per language. - BookSearch = true - - # (Optional, default true) Enables comments template on pages - # By default partials/docs/comments.html includes Disqus template - # See https://gohugo.io/content-management/comments/#configure-disqus - # Can be overwritten by same param in page frontmatter - BookComments = true - - # /!\ This is an experimental feature, might be removed or changed at any time - # (Optional, experimental, default false) Enables portable links and link checks in markdown pages. - # Portable links meant to work with text editors and let you write markdown without {{< relref >}} shortcode - # Theme will print warning if page referenced in markdown does not exists. - BookPortableLinks = true - - # /!\ This is an experimental feature, might be removed or changed at any time - # (Optional, experimental, default false) Enables service worker that caches visited pages and resources for offline use. - BookServiceWorker = true -``` - -### Multi-Language Support - -Theme supports Hugo's [multilingual mode](https://gohugo.io/content-management/multilingual/), just follow configuration guide there. You can also tweak search indexing configuration per language in `i18n` folder. - -### Page Configuration - -You can specify additional params in the front matter of individual pages: - -```toml -# Set type to 'docs' if you want to render page outside of configured section or if you render section other than 'docs' -type = 'docs' - -# Set page weight to re-arrange items in file-tree menu (if BookMenuBundle not set) -weight = 10 - -# (Optional) Set to 'true' to mark page as flat section in file-tree menu (if BookMenuBundle not set) -bookFlatSection = false - -# (Optional) Set to hide nested sections or pages at that level. Works only with file-tree menu mode -bookCollapseSection = true - -# (Optional) Set true to hide page or section from side menu (if BookMenuBundle not set) -bookHidden = false - -# (Optional) Set 'false' to hide ToC from page -bookToC = true - -# (Optional) If you have enabled BookComments for the site, you can disable it for specific pages. -bookComments = true - -# (Optional) Set to 'false' to exclude page from search index. -bookSearchExclude = true -``` - -### Partials - -There are few empty partials you can override in `layouts/partials/` - -| Partial | Placement | -| -------------------------------------------------- | ------------------------------------------- | -| `layouts/partials/docs/inject/head.html` | Before closing `` tag | -| `layouts/partials/docs/inject/body.html` | Before closing `` tag | -| `layouts/partials/docs/inject/footer.html` | After page footer content | -| `layouts/partials/docs/inject/menu-before.html` | At the beginning of `