[
  {
    "path": ".github/dependabot.yml",
    "content": "# see https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates\nversion: 2\nupdates:\n  # Maintain dependencies for GitHub Actions\n  - package-ecosystem: \"github-actions\"\n    directory: \"/\"\n    schedule:\n      interval: \"daily\"\n\n  # Maintain dependencies for npm\n  - package-ecosystem: \"npm\"\n    directory: \"/\"\n    schedule:\n      interval: \"daily\"\n"
  },
  {
    "path": ".github/stale.yml",
    "content": "# Number of days of inactivity before an issue becomes stale\ndaysUntilStale: 90\n# Number of days of inactivity before a stale issue is closed\ndaysUntilClose: 30\n# Issues with these labels will never be considered stale\nexemptLabels:\n  - pinned\n  - security\n  - bug\n  - priority-high\nexemptProjects: true\nexemptMilestones: true\n# Label to use when marking an issue as stale\nstaleLabel: no-activity\n# Comment to post when marking an issue as stale. Set to `false` to disable\nmarkComment: false\n# Comment to post when closing a stale issue. Set to `false` to disable\ncloseComment: false"
  },
  {
    "path": ".github/workflows/ci.yml",
    "content": "name: CI\n\non:\n  push:\n    branches:\n      - master\n  pull_request:\n    branches:\n      - master\n\njobs:\n  build:\n    runs-on: ubuntu-22.04\n\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n\n      - name: Setup Hugo\n        uses: peaceiris/actions-hugo@v3.0.0\n        with:\n          hugo-version: latest\n          extended: true\n\n      - name: Build local ./exampleSite\n        run: hugo --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://zjedi.github.io/hugo-scroll/\n\n      - name: Deploy to GitHub Pages\n        if: github.event_name == 'push'\n        uses: peaceiris/actions-gh-pages@v4.0.0\n        with:\n          github_token: ${{ secrets.GITHUB_TOKEN }}\n          publish_dir: ./public\n"
  },
  {
    "path": ".gitignore",
    "content": "public\nexampleSite/public\nexampleSite/resources\nnode_modules\n*.lock\nhugo-scroll.code-workspace\n"
  },
  {
    "path": ".prettierignore",
    "content": "assets/css/fontawesome\nassets/css/normalize.css\nlayouts/_default/index.html\npublic\nresources\n"
  },
  {
    "path": ".prettierrc.json",
    "content": "{\n  \"overrides\": [\n    {\n      \"files\": [\"*.html\"],\n      \"options\": {\n        \"parser\": \"go-template\"\n      }\n    }\n  ]\n}\n"
  },
  {
    "path": "CHANGELOG.md",
    "content": "# Changelog\n\nAll notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),\nand this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).\n\n* Added for new features.\n* Changed for changes in existing functionality.\n* Deprecated for soon-to-be removed features.\n* Removed for now removed features.\n* Fixed for any bug fixes.\n* Security in case of vulnerabilities.\n\n## [Unreleased](https://github.com/zjedi/hugo-scroll/compare/v.1.0.0...master)\n\n* **JS cleanup / CSS refactoring**, possibly causing some pain if you have extensive CSS customisations in screen.css #4, #61, #102. For backwards compatibility, a released tag `v1.0.0` was created just in case some projects needed to fix the legacy version. However, I won't actively support the legacy branch.\n* New features: #70 , #46 , #118\n* More features #116 , #119\n\n## [1.0.0 Legacy Snapshot](https://github.com/zjedi/hugo-scroll/releases/tag/v.1.0.0)\n\n## Template for new releases\n\n## [x.y.z](https://github.com/zjedi/hugo-scroll/compare/v1.0.0...vx.y.z)\n\n### Added\n\n### Changed\n\n### Deprecated\n\n### Removed\n\n### Fixed\n\n### Security\n"
  },
  {
    "path": "LICENSE",
    "content": "The MIT License (MIT)\n\nCopyright (c) 2020 Jan Raasch\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
  },
  {
    "path": "README.md",
    "content": "<h1 align=center>Hugo Scroll 📜 <a href=\"https://zjedi.github.io/hugo-scroll/\" rel=\"nofollow\">Demo</a></h1>\n\nClean, responsive, single-page [Hugo](https://gohugo.io/) website theme.\n\n[![hugo-scroll](https://img.shields.io/badge/Hugo--Themes-HugoScroll-blue)](https://themes.gohugo.io/themes/hugo-scroll/)\n![Test](https://github.com/zjedi/hugo-scroll/workflows/CI/badge.svg?branch=master&event=push)\n[![Netlify Status](https://api.netlify.com/api/v1/badges/a56faf45-76fa-4bdf-b9d4-35cfc7d620cf/deploy-status)](https://app.netlify.com/sites/hugo-scroll/deploys)\n[![GitHub](https://img.shields.io/github/license/zjedi/hugo-scroll)](https://github.com/zjedi/hugo-scroll/blob/master/LICENSE)\n![code-size](https://img.shields.io/github/languages/code-size/zjedi/hugo-scroll)\n\nPromo image which may be a bit outdated:<br/>\n![Screenshot Hugo Scroll Theme](https://raw.githubusercontent.com/zjedi/hugo-scroll/master/images/tn.png)\n\n## ⭐ Feature highlights\n\n- Responsive to screen size/shape\n- SEO friendly\n- Customizable\n- Video cover\n- [Font Awesome v6.6.0 Icons][font-awesome-icons] out of the box\n- Header logo\n- Visual guards to guarantee readability\n- External links\n- JS/CSS Assets optimized (Minification, Fingerprinting, pipeline-processed\ninto single file)\n- git info in footer (opt-in)\n\n## 🔑 Installation\n\nYou need to install Hugo extended version.\nIf you already have a Hugo site on your machine, you can simply add this theme via\n\n```cli\ngit submodule add https://github.com/zjedi/hugo-scroll.git themes/hugo-scroll\n```\n\nThen, adjust the `hugo.toml` as detailed below & in the file comments.\n\n### Playing around with our example site\n\nIf you simply want to check out the `exampleSite`, you can run\n\n```cli\ngit clone https://github.com/zjedi/hugo-scroll.git hugo-scroll\ncd hugo-scroll\nhugo server --source=exampleSite --themesDir=../..\n```\n\nFor more information, read the official [Hugo setup guide][hugo-setup-guide].\n\nIf you are starting fresh, simply copy over the contents of the `exampleSite`-directory included in this theme to your source directory. That should give you a good idea about how things work, and then you can go on from there to make the site your own.\n\nPlease check out the [hugo.toml](https://github.com/zjedi/hugo-scroll/blob/master/exampleSite/hugo.toml) included in the [exampleSite](https://github.com/zjedi/hugo-scroll/tree/master/exampleSite) of this theme.\n\nYou can add **a new section to the homepage** by running `hugo new homepage/my-new-content.md` (or craft the file manually)\n\nTo create **a page separate from the homepage**, run `hugo new my-new-page.md`\n\n## 🔧 Feature details 🔨\n\n### Customizing CSS\n\nAdd a [`custom_head.html`](https://github.com/zjedi/hugo-scroll/blob/master/exampleSite/layouts/partials/custom_head.html) file to your `layouts/partials` directory.\n\n- You can use `<style>` tag to embed the overrides (better performance-wise)\n- Alternatively you can `<link>` your own `custom.css`\n\n`CSS` variables `var(--some-var-name)` from `assets\\css\\variables.scss` can be overridden by adding\n\n```scss\n:root {\n  --some-var-name: blue!important;\n}\n```\n\n### Icons\n\nThis theme includes the full set of [Font Awesome v6.6.0 icons][font-awesome-icons]. Use the `{{< icon >}}` [shortcode][hugo-shortcodes] with the respective `name` to use an icon directly in your `.md` files. For example:\n\n```html\n{{< icon name=\"envelope\" >}}\n```\n\nIf you want to use one of Font Awesome's brand icons—the ones that have a trademark warning and the `fa-brands` class—add `brand=true`. For example:\n\n```html\n{{< icon name=\"github\" brand=true >}}\n```\n\nIf you want to use these branded icons in your contact list, use the full class names in your `hugo.toml`:\n\n```toml\n[[params.contacts]]\n  label = \"GitHub\"\n  value = \"github.com/zjedi/hugo-scroll\"\n  url = \"https://github.com/zjedi/hugo-scroll\"\n  icon = \"fa-brands fa-github\"\n```\n\n### Header logo\n\nConfigured in `_index.md`, see `exampleSite`: `header_logo: \"images/chef-hat.png\"`\n\n### Video cover\n\nSet `header_use_video: true` in `/exampleSite/content/_index.md` and define video source via custom partial, such as `exampleSite/layouts/partials/custom_header_video.html`.\n\n### Footer version information\n\nIn order to see technical version information (extracted from Hugo's [GitInfo](https://gohugo.io/variables/git/))) set the following general option in your hugo.toml: `enableGitInfo = true`\n\n### External links\n\nYou can add an external link in the menu, see `external.md` in the `exampleSite`.\n\nYou can also use `extlink` shortcode to create a link opening in a new tab:\n\n```markdown\nVisit us at {{<extlink text=\"Instagram\" href=\"https://www.instagram.com/yourInstagramName/\">}}\n```\n\nReferencing and showing icons in front of the link text is possible with a new parameter `icon`:\n\n```markdown\nVisit us at {{<extlink icon=\"fa fa-instagram\" text=\"Instagram\" href=\"https://www.instagram.com/yourInstagramName/\">}}\n```\n\n## 🐛 Issues / 💡 Feedback / 👑 Contributing\n\n[Discussion](https://github.com/zjedi/hugo-scroll/discussions) for Q&A (when unsure),\n[Issues](https://github.com/zjedi/hugo-scroll/issues) for tracking,\n[Pull Requests](https://github.com/zjedi/hugo-scroll/pulls) for contributions.\n\nSee [contributing guideline](https://github.com/zjedi/hugo-scroll/blob/master/contributing.md) for more.\n\n## 👏 Special Thanks\n\n- [Jan Raasch](https://www.janraasch.com), original author of theme\n- [Yonatan Wolowelsky](https://github.com/grmmph), author of [GhostScroll](https://github.com/grmmph/GhostScroll) theme, which formed the basis of this [Hugo](https://gohugo.io/) theme.\n- [Pexels](https://www.pexels.com), for supplying _free_ stock photos.\n\n[hugo-setup-guide]: https://gohugo.io/getting-started/installing\n[font-awesome-icons]: https://fontawesome.com/icons\n[hugo-shortcodes]: https://gohugo.io/content-management/shortcodes/\n"
  },
  {
    "path": "archetypes/default.md",
    "content": "---\ntitle: '{{ replace .Name \"-\" \" \" | title }}'\n---\n\nThis is a page about »{{ replace .Name \"-\" \" \" | title }}«.\n"
  },
  {
    "path": "archetypes/homepage.md",
    "content": "---\ntitle: '{{ replace .Name \"-\" \" \" | title }}'\n\n# The \"header_menu_title\" value will be used as text for header buttons.\n# The \"title\" value will be used if value for \"header_menu_title\" is not provided.\n#header_menu_title: 'Short Menu Title'\n\n# The \"navigation_menu_title\" value will be used as text for fixed menu items.\n# The \"title\" value will be used if value for \"navigation_menu_title\" is not provided.\n#navigation_menu_title: 'Short Menu Title'\n\n# The \"weight\" will determine where this section appears on the \"homepage\".\n# A bigger weight will place the content more towards the bottom of the page.\n# It's like gravity ;-).\nweight: 5\n\n# If \"header_menu\" is true, then a button linking to this section will be placed\n# into the header menu at the top of the homepage.\nheader_menu: true\n---\n\nThis is just another section to appear on the homepage.\n"
  },
  {
    "path": "assets/css/_index.scss",
    "content": "// CSS variables\n@import \"./variables.scss\";\n\n// Theme layout and skelet styling\n@import \"./theme.scss\";\n\n// Content-related styles\n@import \"./content.scss\";\n\n// Media queries for responsiveness (optimizations for various screen sizes)\n@import \"./responsiveness.scss\""
  },
  {
    "path": "assets/css/content.scss",
    "content": "html {\n  height: 100%;\n  max-height: 100%;\n  font-size: 62.5%;\n  overflow-x: hidden;\n  scroll-behavior: smooth;\n}\n\nbody {\n  height: 100%;\n  max-height: 100%;\n  font-family: \"Roboto Slab\", serif;\n  font-size: 2rem;\n  line-height: 1.6em;\n  color: var(--section-light-text-color);\n}\n\n::-moz-selection {\n  color: #222;\n  background: #d6edff;\n  text-shadow: none;\n}\n\n::selection {\n  color: #222;\n  background: #d6edff;\n  text-shadow: none;\n}\n\n/** =========== Headings =========== */\nh1,h2,h3,h4,h5,h6 {\n  text-rendering: optimizeLegibility;\n  line-height: 1;\n  margin-top: 0;\n  margin-bottom: 10px;\n  font-family: \"Open Sans\", sans-serif;\n}\nh3,h4,h5,h6 {\n  text-rendering: optimizeLegibility;\n  line-height: 120%;\n  margin-top: 0;\n  font-family: \"Open Sans\", sans-serif;\n  margin-bottom: 0%;\n}\n\nh1 {\n  font-size: 5rem;\n  line-height: 1.2em;\n  letter-spacing: -2px;\n  text-indent: -3px;\n}\n\nh2 {\n  font-size: 4rem;\n  line-height: 1.2em;\n  letter-spacing: -1px;\n  text-indent: -2px;\n}\n\nh3 {\n  font-size: 3.5rem;\n}\n\nh4 {\n  font-size: 3rem;\n}\n\nh5 {\n  font-size: 2.5rem;\n}\n\nh6 {\n  font-size: 2rem;\n}\n\np{\n  margin: 1em 0;\n}\n\n/** ======== Links ========= */\na {\n    color: inherit;\n    transition: all ease 0.3s;\n    -webkit-transition: all ease 0.3s;\n    -moz-transition: all ease 0.3s;\n\n    &:hover {\n        color: var(--sticky-menu-text-color);\n    }\n\n    // Fix font awesome icons\n    &.fa {\n        text-decoration: none;\n    }\n}\n\n/** ======== Lists ====================== */\ndl {\n    margin: 1.6em 0;\n\n    dt {\n    float: left;\n    width: 180px;\n    overflow: hidden;\n    clear: left;\n    text-align: right;\n    text-overflow: ellipsis;\n    white-space: nowrap;\n    font-weight: bold;\n    margin-bottom: 1em;\n    }\n\n    dd {\n    margin-left: 200px;\n    margin-bottom: 1em;\n    }\n}\n\nul, ol {\n    margin: 1em 0;\n\n    // Second level of lists\n    ol, ul {\n        margin: 0.4em 0;\n    }\n}\n\nli {\n  margin-left: 30px;\n}\n\n/** ======== Content semantics ============= */\nhr {\n    display: block;\n    height: 1px;\n    border: 0;\n    border-top: 1px solid var(--color-text);\n    margin: 1.5em 0;\n    padding: 0;\n}\n\n/** Helper to be inserted by JS before quotations*/\n.quo {\n    margin-right: 10px;\n    margin-left: 10px;\n    font-size: 20px;\n}\n\nblockquote {\n    -moz-box-sizing: border-box;\n    box-sizing: border-box;\n    margin: 1em 0 1em -2.2em;\n    padding: 0 0 0 1em;\n    color: var(--section-uni-quote);\n\n    p {\n        margin: 0.8em 0;\n    }\n\n    small {\n        display: inline-block;\n        margin: 0.8em 0 0.8em 1.5em;\n        font-size: 0.9em;\n        color: #ccc;\n\n        &:before {\n            content: \"\\2014 \\00A0\";\n        }\n    }\n\n    cite {\n        font-weight: bold;\n\n        a {\n            font-weight: normal;\n        }\n    }\n}\n\nmark {\n    background-color: var(--sticky-menu-text-color);\n    filter: brightness(125%);\n}\n\ncode, tt {\n    color: var(--section-light-text-color);\n    background-color: var(--section-uni-code-bg-color);\n    border-radius: 3px;\n    font-family: Inconsolata, monospace, sans-serif;\n    font-size: 0.75em;\n    padding: 3px 5px;\n}\n\ncode {\n    color: var(--section-light-text-color);\n    background-color: var(--section-uni-code-bg-color);\n    border-radius: 3px;\n    font-family: Inconsolata, monospace, sans-serif;\n    font-size: 0.75em;\n    padding: 3px 5px;\n}\n\npre {\n    background: var(--section-light-text-color);\n    color: #e2e2e2;\n    border: 1px solid #343434;\n    border-radius: 3px;\n    box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    font-family: Inconsolata, monospace, sans-serif;\n    font-size: 0.9em;\n    margin: 1.6em 0;\n    padding: 10px;\n    white-space: pre;\n    overflow-x: scroll;\n    width: 100%;\n\n    code, tt {\n        color: inherit;\n        background: transparent;\n        font-size: inherit;\n        white-space: -moz-pre-wrap;\n        white-space: pre-wrap;\n        border: none;\n        padding: 0;\n    }\n}\n\nkbd {\n    color: var(--section-light-text-color);\n    background: var(--section-uni-code-bg-color);\n    border: var(--section-light-text-color) 1px solid;\n    border-radius: 4px;\n    display: inline-block;\n    font-size: 0.9em;\n    font-weight: bold;\n    margin-bottom: 0.4em;\n    padding: 1px 8px;\n    text-shadow: #fff 0 1px 0;\n    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 0 #fff inset;\n}\n\n/** ======== Tables ========= */\ntable {\n    -moz-box-sizing: border-box;\n    box-sizing: border-box;\n    border-spacing: 0;\n    margin: 1.6em 0;\n    width: 100%;\n    max-width: 100%;\n    background-color: transparent;\n\n    th,\n    td {\n        padding: 8px;\n        line-height: 20px;\n        text-align: left;\n        vertical-align: top;\n    }\n\n    thead {\n        th,\n        td {\n            border-bottom: 1px solid var(--color-text);\n        }\n    }\n\n    tbody>tr:nth-child(even) {\n        background-color: #fff5;\n        background-blend-mode: lighten;\n    }\n\n    &.plain tbody>tr:nth-child(odd)>td,\n    &.plain tbody>tr:nth-child(odd)>th {\n        background: transparent;\n    }\n}\n\n/** ======== Github integration ========= */\n.gist {\n    table {\n        margin: 0;\n        font-size: 1.4rem;\n    }\n\n    .line-number {\n        min-width: 25px;\n        font-size: 1.1rem;\n    }\n}\n\n"
  },
  {
    "path": "assets/css/fontawesome/LICENSE.txt",
    "content": "Fonticons, Inc. (https://fontawesome.com)\n\n--------------------------------------------------------------------------------\n\nFont Awesome Free License\n\nFont Awesome Free is free, open source, and GPL friendly. You can use it for\ncommercial projects, open source projects, or really almost whatever you want.\nFull Font Awesome Free license: https://fontawesome.com/license/free.\n\n--------------------------------------------------------------------------------\n\n# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/)\n\nThe Font Awesome Free download is licensed under a Creative Commons\nAttribution 4.0 International License and applies to all icons packaged\nas SVG and JS file types.\n\n--------------------------------------------------------------------------------\n\n# Fonts: SIL OFL 1.1 License\n\nIn the Font Awesome Free download, the SIL OFL license applies to all icons\npackaged as web and desktop font files.\n\nCopyright (c) 2024 Fonticons, Inc. (https://fontawesome.com)\nwith Reserved Font Name: \"Font Awesome\".\n\nThis Font Software is licensed under the SIL Open Font License, Version 1.1.\nThis license is copied below, and is also available with a FAQ at:\nhttp://scripts.sil.org/OFL\n\nSIL OPEN FONT LICENSE\nVersion 1.1 - 26 February 2007\n\nPREAMBLE\nThe goals of the Open Font License (OFL) are to stimulate worldwide\ndevelopment of collaborative font projects, to support the font creation\nefforts of academic and linguistic communities, and to provide a free and\nopen framework in which fonts may be shared and improved in partnership\nwith others.\n\nThe OFL allows the licensed fonts to be used, studied, modified and\nredistributed freely as long as they are not sold by themselves. The\nfonts, including any derivative works, can be bundled, embedded,\nredistributed and/or sold with any software provided that any reserved\nnames are not used by derivative works. The fonts and derivatives,\nhowever, cannot be released under any other type of license. The\nrequirement for fonts to remain under this license does not apply\nto any document created using the fonts or their derivatives.\n\nDEFINITIONS\n\"Font Software\" refers to the set of files released by the Copyright\nHolder(s) under this license and clearly marked as such. This may\ninclude source files, build scripts and documentation.\n\n\"Reserved Font Name\" refers to any names specified as such after the\ncopyright statement(s).\n\n\"Original Version\" refers to the collection of Font Software components as\ndistributed by the Copyright Holder(s).\n\n\"Modified Version\" refers to any derivative made by adding to, deleting,\nor substituting — in part or in whole — any of the components of the\nOriginal Version, by changing formats or by porting the Font Software to a\nnew environment.\n\n\"Author\" refers to any designer, engineer, programmer, technical\nwriter or other person who contributed to the Font Software.\n\nPERMISSION & CONDITIONS\nPermission is hereby granted, free of charge, to any person obtaining\na copy of the Font Software, to use, study, copy, merge, embed, modify,\nredistribute, and sell modified and unmodified copies of the Font\nSoftware, subject to the following conditions:\n\n1) Neither the Font Software nor any of its individual components,\nin Original or Modified Versions, may be sold by itself.\n\n2) Original or Modified Versions of the Font Software may be bundled,\nredistributed and/or sold with any software, provided that each copy\ncontains the above copyright notice and this license. These can be\nincluded either as stand-alone text files, human-readable headers or\nin the appropriate machine-readable metadata fields within text or\nbinary files as long as those fields can be easily viewed by the user.\n\n3) No Modified Version of the Font Software may use the Reserved Font\nName(s) unless explicit written permission is granted by the corresponding\nCopyright Holder. This restriction only applies to the primary font name as\npresented to the users.\n\n4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font\nSoftware shall not be used to promote, endorse or advertise any\nModified Version, except to acknowledge the contribution(s) of the\nCopyright Holder(s) and the Author(s) or with their explicit written\npermission.\n\n5) The Font Software, modified or unmodified, in part or in whole,\nmust be distributed entirely under this license, and must not be\ndistributed under any other license. The requirement for fonts to\nremain under this license does not apply to any document created\nusing the Font Software.\n\nTERMINATION\nThis license becomes null and void if any of the above conditions are\nnot met.\n\nDISCLAIMER\nTHE FONT SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT\nOF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE\nCOPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nINCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL\nDAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM\nOTHER DEALINGS IN THE FONT SOFTWARE.\n\n--------------------------------------------------------------------------------\n\n# Code: MIT License (https://opensource.org/licenses/MIT)\n\nIn the Font Awesome Free download, the MIT license applies to all non-font and\nnon-icon files.\n\nCopyright 2024 Fonticons, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in the\nSoftware without restriction, including without limitation the rights to use, copy,\nmodify, merge, publish, distribute, sublicense, and/or sell copies of the Software,\nand to permit persons to whom the Software is furnished to do so, subject to the\nfollowing conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,\nINCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A\nPARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n\n--------------------------------------------------------------------------------\n\n# Attribution\n\nAttribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font\nAwesome Free files already contain embedded comments with sufficient\nattribution, so you shouldn't need to do anything additional when using these\nfiles normally.\n\nWe've kept attribution comments terse, so we ask that you do not actively work\nto remove them from files, especially code. They're a great way for folks to\nlearn about Font Awesome.\n\n--------------------------------------------------------------------------------\n\n# Brand Icons\n\nAll brand icons are trademarks of their respective owners. The use of these\ntrademarks does not indicate endorsement of the trademark holder by Font\nAwesome, nor vice versa. **Please do not use brand logos for any purpose except\nto represent the company, product, or service to which they refer.**\n"
  },
  {
    "path": "assets/css/fonts.css",
    "content": "/* ==========================================================================\n   Table of Contents\n   ========================================================================== */\n\n/*\n\n    1. Open Sans            300italic,400italic,600italic,700italic,800italic,300,400,600,700,800\n    2. Open Sans Condensed  300,300italic,700\n    3. Oswald               300,400,700\n    4. Roboto Slab          100,300,400,700\n\n */\n\n/* ==========================================================================\n   1. Open Sans\n   ========================================================================== */\n\n/* open-sans-300 - latin */\n@font-face {\n  font-family: 'Open Sans';\n  font-style: normal;\n  font-weight: 300;\n  font-display: swap;\n  src: url('../webfonts/open-sans-v27-latin-300.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/open-sans-v27-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/open-sans-v27-latin-300.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-300.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/open-sans-v27-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */\n}\n\n/* open-sans-regular - latin */\n@font-face {\n  font-family: 'Open Sans';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url('../webfonts/open-sans-v27-latin-regular.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/open-sans-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/open-sans-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-regular.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/open-sans-v27-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */\n}\n\n/* open-sans-600 - latin */\n@font-face {\n  font-family: 'Open Sans';\n  font-style: normal;\n  font-weight: 600;\n  font-display: swap;\n  src: url('../webfonts/open-sans-v27-latin-600.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/open-sans-v27-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/open-sans-v27-latin-600.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-600.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/open-sans-v27-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */\n}\n\n/* open-sans-700 - latin */\n@font-face {\n  font-family: 'Open Sans';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url('../webfonts/open-sans-v27-latin-700.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/open-sans-v27-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/open-sans-v27-latin-700.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-700.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/open-sans-v27-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */\n}\n\n/* open-sans-800 - latin */\n@font-face {\n  font-family: 'Open Sans';\n  font-style: normal;\n  font-weight: 800;\n  font-display: swap;\n  src: url('../webfonts/open-sans-v27-latin-800.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/open-sans-v27-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/open-sans-v27-latin-800.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-800.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/open-sans-v27-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */\n}\n\n/* open-sans-300italic - latin */\n@font-face {\n  font-family: 'Open Sans';\n  font-style: italic;\n  font-weight: 300;\n  font-display: swap;\n  src: url('../webfonts/open-sans-v27-latin-300italic.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/open-sans-v27-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/open-sans-v27-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-300italic.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/open-sans-v27-latin-300italic.svg#OpenSans') format('svg'); /* Legacy iOS */\n}\n\n/* open-sans-italic - latin */\n@font-face {\n  font-family: 'Open Sans';\n  font-style: italic;\n  font-weight: 400;\n  font-display: swap;\n  src: url('../webfonts/open-sans-v27-latin-italic.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/open-sans-v27-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/open-sans-v27-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-italic.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/open-sans-v27-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */\n}\n\n/* open-sans-600italic - latin */\n@font-face {\n  font-family: 'Open Sans';\n  font-style: italic;\n  font-weight: 600;\n  font-display: swap;\n  src: url('../webfonts/open-sans-v27-latin-600italic.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/open-sans-v27-latin-600italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/open-sans-v27-latin-600italic.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-600italic.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-600italic.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/open-sans-v27-latin-600italic.svg#OpenSans') format('svg'); /* Legacy iOS */\n}\n\n/* open-sans-700italic - latin */\n@font-face {\n  font-family: 'Open Sans';\n  font-style: italic;\n  font-weight: 700;\n  font-display: swap;\n  src: url('../webfonts/open-sans-v27-latin-700italic.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/open-sans-v27-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/open-sans-v27-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-700italic.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/open-sans-v27-latin-700italic.svg#OpenSans') format('svg'); /* Legacy iOS */\n}\n\n/* open-sans-800italic - latin */\n@font-face {\n  font-family: 'Open Sans';\n  font-style: italic;\n  font-weight: 800;\n  font-display: swap;\n  src: url('../webfonts/open-sans-v27-latin-800italic.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/open-sans-v27-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/open-sans-v27-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-800italic.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/open-sans-v27-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/open-sans-v27-latin-800italic.svg#OpenSans') format('svg'); /* Legacy iOS */\n}\n\n/* ==========================================================================\n   2. Open Sans Condensed\n   ========================================================================== */\n\n/* open-sans-condensed-300 - latin */\n@font-face {\n  font-family: 'Open Sans Condensed';\n  font-style: normal;\n  font-weight: 300;\n  font-display: swap;\n  src: url('../webfonts/open-sans-condensed-v21-latin-300.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/open-sans-condensed-v21-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/open-sans-condensed-v21-latin-300.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/open-sans-condensed-v21-latin-300.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/open-sans-condensed-v21-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/open-sans-condensed-v21-latin-300.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */\n}\n\n/* open-sans-condensed-300italic - latin */\n@font-face {\n  font-family: 'Open Sans Condensed';\n  font-style: italic;\n  font-display: swap;\n  font-weight: 300;\n  src: url('../webfonts/open-sans-condensed-v21-latin-300italic.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/open-sans-condensed-v21-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/open-sans-condensed-v21-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/open-sans-condensed-v21-latin-300italic.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/open-sans-condensed-v21-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/open-sans-condensed-v21-latin-300italic.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */\n}\n\n/* open-sans-condensed-700 - latin */\n@font-face {\n  font-family: 'Open Sans Condensed';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url('../webfonts/open-sans-condensed-v21-latin-700.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/open-sans-condensed-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/open-sans-condensed-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/open-sans-condensed-v21-latin-700.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/open-sans-condensed-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/open-sans-condensed-v21-latin-700.svg#OpenSansCondensed') format('svg'); /* Legacy iOS */\n}\n\n/* ==========================================================================\n   3. Oswald\n   ========================================================================== */\n\n/* oswald-300 - latin */\n@font-face {\n  font-family: 'Oswald';\n  font-style: normal;\n  font-weight: 300;\n  font-display: swap;\n  src: url('../webfonts/oswald-v40-latin-300.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/oswald-v40-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/oswald-v40-latin-300.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/oswald-v40-latin-300.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/oswald-v40-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/oswald-v40-latin-300.svg#Oswald') format('svg'); /* Legacy iOS */\n}\n\n/* oswald-regular - latin */\n@font-face {\n  font-family: 'Oswald';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url('../webfonts/oswald-v40-latin-regular.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/oswald-v40-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/oswald-v40-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/oswald-v40-latin-regular.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/oswald-v40-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/oswald-v40-latin-regular.svg#Oswald') format('svg'); /* Legacy iOS */\n}\n\n/* oswald-700 - latin */\n@font-face {\n  font-family: 'Oswald';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url('../webfonts/oswald-v40-latin-700.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/oswald-v40-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/oswald-v40-latin-700.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/oswald-v40-latin-700.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/oswald-v40-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/oswald-v40-latin-700.svg#Oswald') format('svg'); /* Legacy iOS */\n}\n\n/* ==========================================================================\n   4. Roboto Slab\n   ========================================================================== */\n\n/* roboto-slab-100 - latin */\n@font-face {\n  font-family: 'Roboto Slab';\n  font-style: normal;\n  font-weight: 100;\n  font-display: swap;\n  src: url('../webfonts/roboto-slab-v16-latin-100.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/roboto-slab-v16-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/roboto-slab-v16-latin-100.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/roboto-slab-v16-latin-100.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/roboto-slab-v16-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/roboto-slab-v16-latin-100.svg#RobotoSlab') format('svg'); /* Legacy iOS */\n}\n\n/* roboto-slab-300 - latin */\n@font-face {\n  font-family: 'Roboto Slab';\n  font-style: normal;\n  font-weight: 300;\n  font-display: swap;\n  src: url('../webfonts/roboto-slab-v16-latin-300.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/roboto-slab-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/roboto-slab-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/roboto-slab-v16-latin-300.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/roboto-slab-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/roboto-slab-v16-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */\n}\n\n/* roboto-slab-regular - latin */\n@font-face {\n  font-family: 'Roboto Slab';\n  font-style: normal;\n  font-weight: 400;\n  font-display: swap;\n  src: url('../webfonts/roboto-slab-v16-latin-regular.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/roboto-slab-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/roboto-slab-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/roboto-slab-v16-latin-regular.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/roboto-slab-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/roboto-slab-v16-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */\n}\n\n/* roboto-slab-700 - latin */\n@font-face {\n  font-family: 'Roboto Slab';\n  font-style: normal;\n  font-weight: 700;\n  font-display: swap;\n  src: url('../webfonts/roboto-slab-v16-latin-700.eot'); /* IE9 Compat Modes */\n  src: local(''),\n       url('../webfonts/roboto-slab-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */\n       url('../webfonts/roboto-slab-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */\n       url('../webfonts/roboto-slab-v16-latin-700.woff') format('woff'), /* Modern Browsers */\n       url('../webfonts/roboto-slab-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */\n       url('../webfonts/roboto-slab-v16-latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */\n}\n"
  },
  {
    "path": "assets/css/generic.css",
    "content": "/* Utilities - These things get used a lot */\n\n/**\n Hides stuff\n */\n.hidden {\n    text-indent: -9999px;\n    visibility: hidden;\n    display: none;\n}\n\n/**\n Creates a responsive wrapper that makes our content scale nicely\n */\n.inner {\n    position: relative;\n    width: 80%;\n    max-width: 800px;\n    margin: 0 auto;\n}\n\n/**\n Centres vertically yo. (IE8+)\n */\n.vertical {\n    display: table-cell;\n    vertical-align: middle;\n}\n\n/**\n Floating tools\n */\n.left {\n    float: left;\n}\n\n.right {\n    float: right;\n}\n\n.clear {\n    clear: both;\n}"
  },
  {
    "path": "assets/css/normalize.css",
    "content": "/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */\n\n/* Document\n   ========================================================================== */\n\n/**\n * 1. Correct the line height in all browsers.\n * 2. Prevent adjustments of font size after orientation changes in iOS.\n */\n\nhtml {\n  line-height: 1.15; /* 1 */\n  -webkit-text-size-adjust: 100%; /* 2 */\n}\n\n/* Sections\n   ========================================================================== */\n\n/**\n * Remove the margin in all browsers.\n */\n\nbody {\n  margin: 0;\n}\n\n/**\n * Render the `main` element consistently in IE.\n */\n\nmain {\n  display: block;\n}\n\n/**\n * Correct the font size and margin on `h1` elements within `section` and\n * `article` contexts in Chrome, Firefox, and Safari.\n */\n\nh1 {\n  font-size: 2em;\n  margin: 0.67em 0;\n}\n\n/* Grouping content\n   ========================================================================== */\n\n/**\n * 1. Add the correct box sizing in Firefox.\n * 2. Show the overflow in Edge and IE.\n */\n\nhr {\n  box-sizing: content-box; /* 1 */\n  height: 0; /* 1 */\n  overflow: visible; /* 2 */\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\npre {\n  font-family: monospace, monospace; /* 1 */\n  font-size: 1em; /* 2 */\n}\n\n/* Text-level semantics\n   ========================================================================== */\n\n/**\n * Remove the gray background on active links in IE 10.\n */\n\na {\n  background-color: transparent;\n}\n\n/**\n * 1. Remove the bottom border in Chrome 57-\n * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.\n */\n\nabbr[title] {\n  border-bottom: none; /* 1 */\n  text-decoration: underline; /* 2 */\n  text-decoration: underline dotted; /* 2 */\n}\n\n/**\n * Add the correct font weight in Chrome, Edge, and Safari.\n */\n\nb,\nstrong {\n  font-weight: bolder;\n}\n\n/**\n * 1. Correct the inheritance and scaling of font size in all browsers.\n * 2. Correct the odd `em` font sizing in all browsers.\n */\n\ncode,\nkbd,\nsamp {\n  font-family: monospace, monospace; /* 1 */\n  font-size: 1em; /* 2 */\n}\n\n/**\n * Add the correct font size in all browsers.\n */\n\nsmall {\n  font-size: 80%;\n}\n\n/**\n * Prevent `sub` and `sup` elements from affecting the line height in\n * all browsers.\n */\n\nsub,\nsup {\n  font-size: 75%;\n  line-height: 0;\n  position: relative;\n  vertical-align: baseline;\n}\n\nsub {\n  bottom: -0.25em;\n}\n\nsup {\n  top: -0.5em;\n}\n\n/* Embedded content\n   ========================================================================== */\n\n/**\n * Remove the border on images inside links in IE 10.\n */\n\nimg {\n  border-style: none;\n}\n\n/* Forms\n   ========================================================================== */\n\n/**\n * 1. Change the font styles in all browsers.\n * 2. Remove the margin in Firefox and Safari.\n */\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n  font-family: inherit; /* 1 */\n  font-size: 100%; /* 1 */\n  line-height: 1.15; /* 1 */\n  margin: 0; /* 2 */\n}\n\n/**\n * Show the overflow in IE.\n * 1. Show the overflow in Edge.\n */\n\nbutton,\ninput { /* 1 */\n  overflow: visible;\n}\n\n/**\n * Remove the inheritance of text transform in Edge, Firefox, and IE.\n * 1. Remove the inheritance of text transform in Firefox.\n */\n\nbutton,\nselect { /* 1 */\n  text-transform: none;\n}\n\n/**\n * Correct the inability to style clickable types in iOS and Safari.\n */\n\nbutton,\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"] {\n  -webkit-appearance: button;\n}\n\n/**\n * Remove the inner border and padding in Firefox.\n */\n\nbutton::-moz-focus-inner,\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner {\n  border-style: none;\n  padding: 0;\n}\n\n/**\n * Restore the focus styles unset by the previous rule.\n */\n\nbutton:-moz-focusring,\n[type=\"button\"]:-moz-focusring,\n[type=\"reset\"]:-moz-focusring,\n[type=\"submit\"]:-moz-focusring {\n  outline: 1px dotted ButtonText;\n}\n\n/**\n * Correct the padding in Firefox.\n */\n\nfieldset {\n  padding: 0.35em 0.75em 0.625em;\n}\n\n/**\n * 1. Correct the text wrapping in Edge and IE.\n * 2. Correct the color inheritance from `fieldset` elements in IE.\n * 3. Remove the padding so developers are not caught out when they zero out\n *    `fieldset` elements in all browsers.\n */\n\nlegend {\n  box-sizing: border-box; /* 1 */\n  color: inherit; /* 2 */\n  display: table; /* 1 */\n  max-width: 100%; /* 1 */\n  padding: 0; /* 3 */\n  white-space: normal; /* 1 */\n}\n\n/**\n * Add the correct vertical alignment in Chrome, Firefox, and Opera.\n */\n\nprogress {\n  vertical-align: baseline;\n}\n\n/**\n * Remove the default vertical scrollbar in IE 10+.\n */\n\ntextarea {\n  overflow: auto;\n}\n\n/**\n * 1. Add the correct box sizing in IE 10.\n * 2. Remove the padding in IE 10.\n */\n\n[type=\"checkbox\"],\n[type=\"radio\"] {\n  box-sizing: border-box; /* 1 */\n  padding: 0; /* 2 */\n}\n\n/**\n * Correct the cursor style of increment and decrement buttons in Chrome.\n */\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n  height: auto;\n}\n\n/**\n * 1. Correct the odd appearance in Chrome and Safari.\n * 2. Correct the outline style in Safari.\n */\n\n[type=\"search\"] {\n  -webkit-appearance: textfield; /* 1 */\n  outline-offset: -2px; /* 2 */\n}\n\n/**\n * Remove the inner padding in Chrome and Safari on macOS.\n */\n\n[type=\"search\"]::-webkit-search-decoration {\n  -webkit-appearance: none;\n}\n\n/**\n * 1. Correct the inability to style clickable types in iOS and Safari.\n * 2. Change font properties to `inherit` in Safari.\n */\n\n::-webkit-file-upload-button {\n  -webkit-appearance: button; /* 1 */\n  font: inherit; /* 2 */\n}\n\n/* Interactive\n   ========================================================================== */\n\n/*\n * Add the correct display in Edge, IE 10+, and Firefox.\n */\n\ndetails {\n  display: block;\n}\n\n/*\n * Add the correct display in all browsers.\n */\n\nsummary {\n  display: list-item;\n}\n\n/* Misc\n   ========================================================================== */\n\n/**\n * Add the correct display in IE 10+.\n */\n\ntemplate {\n  display: none;\n}\n\n/**\n * Add the correct display in IE 10.\n */\n\n[hidden] {\n  display: none;\n}\n"
  },
  {
    "path": "assets/css/responsiveness.scss",
    "content": "\n/* ==========================================================================\n   8. Media Queries - Smaller than 1130px\n   ========================================================================== */\n\n@media only screen and (max-width: 1130px) {\n  /* makes it a top sticky menu */\n  .fixed-nav {\n    opacity: 1;\n    position: fixed;\n    top: 0px;\n    left: 0px;\n    flex-wrap: wrap;\n    flex-direction: row;\n    width: 100vw;\n    z-index: 99999;\n    background: var(--color-background);\n    border-radius: 0;\n    text-align: center;\n    padding: 4px;\n  }\n\n  a.fn-item {\n    display: inline;\n    margin-left: 10px;\n  }\n\n  blockquote {\n    margin-left: 0;\n  }\n\n  .post-holder {\n    padding-top: 20px;\n  }\n\n  #site-head {\n    -webkit-box-sizing: border-box;\n    -moz-box-sizing: border-box;\n    box-sizing: border-box;\n    min-height: 240px;\n    padding: 15% 0;\n    height: 100%;\n    margin-bottom: 0rem;\n  }\n\n  .blog-title {\n    font-size: 4rem;\n    letter-spacing: -1px;\n  }\n\n  .blog-description {\n    font-size: 2.2rem;\n    line-height: 1.5em;\n  }\n\n  .post {\n    font-size: 0.9em;\n    line-height: 1.6em;\n  }\n\n  /* skip the top menu when scrolling */\n  .post-holder .post {\n      scroll-margin-top: 48px;\n  }\n\n  .post-template .post {\n    padding-bottom: 1rem;\n  }\n\n  .post-template .post-header {\n    padding: 40px 0;\n  }\n\n  h1 {\n    font-size: 4.8rem;\n    text-indent: -2px;\n  }\n\n  h2 {\n    font-size: 3.8rem;\n  }\n\n  h3 {\n    font-size: 3.3rem;\n  }\n\n  h4 {\n    font-size: 2.8rem;\n  }\n}\n\n/* ==========================================================================\n   9. Media Queries - Smaller than 500px\n   ========================================================================== */\n\n@media only screen and (max-width: 500px) {\n  .post-holder {\n    padding-top: 20px;\n  }\n\n  #blog-logo {\n    max-height: 80px;\n  }\n\n  .inner,\n  .pagination {\n    width: auto;\n    margin-left: 16px;\n    margin-right: 16px;\n  }\n\n  .post {\n    width: auto;\n    margin-left: 16px;\n    margin-right: 16px;\n    font-size: 0.8em;\n    line-height: 1.6em;\n  }\n\n  #site-head {\n    padding: 10% 0;\n    height: 65%;\n  }\n\n  #header-arrow {\n    display: none;\n  }\n\n  a.btn {\n    margin-top: 10px;\n  }\n\n  .blog-title {\n    font-size: 3rem;\n  }\n\n  .blog-description {\n    font-size: 2.2rem;\n  }\n\n  h1,\n  h2 {\n    font-size: 3rem;\n    line-height: 1.1em;\n    letter-spacing: -1px;\n  }\n\n  h3 {\n    font-size: 2.8rem;\n  }\n\n  h4 {\n    font-size: 2.3rem;\n  }\n\n  .post-template .post {\n    padding-bottom: 0;\n  }\n\n  .post-template .post-header {\n    padding: 30px 0;\n  }\n\n  .site-footer {\n    font-size: 1.1rem;\n  }\n}"
  },
  {
    "path": "assets/css/theme.scss",
    "content": "body {\n  --color-text: var(--section-light-text-color);\n  --color-background: var(--section-light-bg-color);\n}\n/* ===== Cover =======*/\n\n#blog-logo {\n  display: block;\n  max-height: 100px;\n  width: auto;\n  margin: 0 auto;\n  line-height: 0;\n}\n\n#site-head.withCenteredImage{\n  /* can't be used together with video */\n  background: var(--section-light-bg-color) no-repeat center center;\n}\n\n#site-head, #site-head.withCenteredImage {\n  position: relative;\n  display: table;\n  width: 100%;\n  height: 100%;\n  margin-bottom: 0rem;\n  text-align: center;\n  color: var(--cover-text-color);\n  background-size: cover;\n\n  /* Big cover video at the landing area */\n  video {\n    bottom: 0;\n    height: 100%;\n    min-width: 100%;\n    -o-object-fit: cover;\n    object-fit: cover;\n    position: absolute;\n    right: 0;\n    top: 0;\n    width: auto;\n    z-index: -100;\n  }\n\n  .title-and-description-guard {\n    margin: auto;\n    padding: 0.6em;\n    background-color: var(--cover-title-and-description-guard-bg-color);\n    border-radius: 25px;\n    width: fit-content;\n  }\n\n  .blog-title {\n    margin: 10px 0 10px 0;\n    font-size: 5rem;\n    letter-spacing: -1px;\n    text-shadow: var(--cover-title-text-shadow);\n  }\n\n  .blog-description {\n    margin: 0;\n    font-size: 2.5rem;\n    line-height: 1.5em;\n    font-weight: 400;\n    font-family: \"Roboto Slab\", serif;\n    letter-spacing: 0;\n    text-shadow: var(--cover-title-text-shadow);\n  }\n\n  #site-languages {\n    text-align: right;\n  }\n\n  #site-languages .btn-lang {\n    text-decoration: none;\n    background-color: var(--highlight);\n    color: var(--highlight-contrast);\n    border-radius: 5px;\n    -webkit-border-radius: 5px;\n    display: inline-block;\n    font-size: 70%;\n    margin: 0 0 0 0.7rem;\n    padding: 0.3rem 0.7rem;\n    position: relative;\n    text-transform: uppercase;\n\n    &.active,\n    &:hover {\n      color: var(--highlight-inverse-contrast);\n      background-color: var(--highlight-inverse);\n    }\n  }\n\n  // Landing screen menu\n  a.btn, #site-languages .btn-lang {\n    font-family: \"Oswald\", sans-serif;\n  }\n\n  a.btn {\n    text-decoration: none;\n    background-color: var(--highlight);\n    color: var(--highlight-contrast);\n    border-radius: 6px;\n    -webkit-border-radius: 6px;\n    display: inline-block;\n    font-size: 16px;\n    letter-spacing: 1px;\n    margin: 0;\n    overflow: visible;\n    padding: 10px 20px 10px 20px;\n    position: relative;\n    margin-top: 2rem;\n    cursor: pointer;\n    text-transform: uppercase;\n    font-weight: lighter;\n\n    &:hover {\n      color: var(--highlight-inverse-contrast);\n      background-color: var(--highlight-inverse);\n    }\n  }\n\n  /** The arrow button to scroll to content */\n  #header-arrow {\n    font-size: 140px;\n    margin: -10px auto;\n    text-align: center;\n    display: inline-block;\n    width: 100%;\n    left: 0;\n    bottom: -120px;\n    cursor: pointer;\n    opacity: 0.6;\n    transition: all ease 0.3s;\n    -webkit-transition: all ease 0.3s;\n    -moz-transition: all ease 0.3s;\n\n    &:hover {\n      color: inherit;\n      opacity: 0.9;\n    }\n  }\n}\n\n// ========== Sticky menus ===========\n/* Left sticky menu */\n.fixed-nav {\n  background-color: var(--section-light-bg-color);\n  border-radius: 0 25px 20px 0;\n  padding: 1em 1.5em;\n  display: none;\n  flex-direction: column;\n  position: fixed;\n  top: 40px;\n  z-index: 99999;\n  font-family: \"Open Sans Condensed\", sans-serif;\n  text-transform: uppercase;\n  font-size: 1.5rem;\n  line-height: 130%;\n  font-weight: bold;\n}\n\na.fn-item {\n  display: block;\n  cursor: pointer;\n  opacity: 0.7;\n  text-decoration: none;\n\n  &:hover,\n  &.active {\n    color: var(--sticky-menu-text-color);\n  }\n\n  &.active {\n    opacity: 1;\n  }\n}\n\n/* ========= Content ==========*/\n.post-title {\n  margin: 0;\n\n  a {\n    text-decoration: none;\n  }\n}\n\n.post-holder {\n  width: 100%;\n  height: 100%;\n  background-color: var(--color-background);\n  color: var(--color-text);\n  position: relative;\n\n  &.dark {\n    // override variables for alternative style\n    --color-text: var(--section-dark-text-color);\n    --color-background: var(--section-dark-bg-color);\n\n    background-color: var(--section-dark-bg-color);\n    color: var(--section-dark-text-color);\n\n    // Fix <hr> color\n    hr {\n      border-color: var(--section-dark-text-color);\n    }\n\n    // On alt posts move the triangle to the right and match the background the color\n    .post-after {\n      left: unset;\n      right: 6%;\n      border-top-color: var(--section-dark-bg-color);\n    }\n  }\n\n  /* The triangular parts between posts */\n  .post-after {\n    position: absolute;\n    bottom: -40px;\n    z-index: 1;\n    left: 6%;\n    width: 0;\n    height: 0;\n    border-left: 60px solid transparent;\n    border-right: 60px solid transparent;\n    border-top: 50px solid var(--color-background);\n    border-radius: 25px;\n  }\n}\n\n/* Every post, on every page, gets this style on its <article> tag\n  Not inside the post holder as this also applies for single pages\n*/\n.post {\n  position: relative;\n  width: 80%;\n  max-width: 700px;\n  margin: 0rem auto;\n  padding-bottom: 4rem;\n  padding-top: 4rem;\n  height: 70%;\n  word-break: break-word;\n  hyphens: auto;\n}\n\n/* ======= Single pages =========== */\n.page-template {\n\n  background-color: var(--single-page-bg-color);\n  color: var(--single-page-text-color);\n  // to remove the white space after the footer on pages shorter\n  // than actually would fit into the browser window\n  min-height: calc(100vh - 2em);\n\n  // Tweak the .post wrapper style\n  .post {\n    margin-top: 0;\n    border-bottom: none;\n    padding-bottom: 0;\n    // to account for the margin of content elements\n    padding-bottom: 1em;\n  }\n\n  // Kill that stylish little circle that was on the border\n  .post:after {\n    display: none;\n  }\n\n  // Insert some mad padding up in the header for better spacing\n  .post-header {\n    padding: 60px 0;\n  }\n}\n\n// Keep large images within the bounds of the post-width\n.post-content img {\n  display: block;\n  max-width: 100%;\n  margin: 0 auto;\n}\n\n/** ==========  Site footer ============ */\n.site-footer {\n  background: var(--footer-color-background);\n  color: var(--footer-color);\n  font-family: \"Open Sans\", sans-serif;\n  font-size: 1.3rem;\n  position: relative;\n  margin: 0rem 0 0 0;\n  padding: 1rem 0;\n\n  line-height: 1.5em;\n  text-align: center;\n}\n\n.site-footer a {\n  color: var(--footer-color);\n  text-decoration: underline;\n}\n\n.site-footer a:hover {\n  color: var(--sticky-menu-text-color);\n}\n\n/* Footer Icons */\n.icons {\n  display: flex;\n  justify-content: center;\n  gap: 30px;\n  padding: 8px;\n}\n\n/* Footer Links */\n.site-footer .links {\n  text-align: center;\n\n  ol {\n    list-style-type: none;\n    list-style-position: inside;\n    padding-left: 0;\n  }\n\n  li {\n    margin-left: unset;\n  }\n}\n"
  },
  {
    "path": "assets/css/variables.scss",
    "content": ":root {\n\n    /* === Cover / Landing area === */\n    --cover-text-color: #37501a;\n    /* Used for Landing screen menu buttons, but potentially usable for highlighting other things */\n    --highlight: #86c440;\n    --highlight-contrast: var(--cover-text-color);\n    /*inverse colors used for :hover */\n    --highlight-inverse: var(--cover-text-color);\n    --highlight-inverse-contrast: white;\n\n    /* visual guard around title and description, when the feature is enabled */\n    --cover-title-and-description-guard-bg-color: rgba(255, 255, 255, 0.6);\n    --cover-title-text-shadow: white 0px 0px 7px;\n\n\n    /* === sticky top/left navigation menus === */\n    --sticky-menu-text-color: #9fd067;\n\n\n    /* === Alternating content (post) sections  === */\n    /* Light section - text color */\n    --section-light-text-color: #3a4145;\n    /* Light section - background color */\n    --section-light-bg-color: #f2efe8;\n\n    /* Dark section - text color */\n    --section-dark-text-color: var(--section-light-bg-color);\n    /* Dark section - background color */\n    --section-dark-bg-color: #b80135;\n\n    /* Light&Dark section >quote. Suppressive color, compared to 'Light section - text color'*/\n    --section-uni-quote: grey;\n    /* Light&Dark section `code` a bit darker than 'Light section - background color' */\n    --section-uni-code-bg-color: #e0ded7;\n\n    /* === Single pages=== */\n    --single-page-text-color: var(--section-light-text-color);\n    --single-page-bg-color: var(--section-light-bg-color);\n\n    /* === Footer === */\n    --footer-color-background: #22343a;\n    --footer-color: #bbc7cc;\n\n    /* === Lists === */\n    /* define list element for unnumbered lists, leave empty for default list element */\n    --ul-li-icon: fa-asterisk;\n}\n"
  },
  {
    "path": "assets/js/index.js",
    "content": "/**\n * Main JS file for GhostScroll behaviours\n */\n\nvar $post = $(\".post\");\nvar $first = $(\".post.first\");\nvar $last = $(\".post.last\");\nvar $fnav = $(\".fixed-nav\");\nvar $postholder = $(\".post-holder\");\nvar $sitehead = $(\"#site-head\");\n\n/* Globals jQuery, document */\n(function ($) {\n  \"use strict\";\n  function srcTo(el, dur = 1000) {\n    $(\"html, body\").animate(\n      {\n        scrollTop: el.offset().top,\n      },\n      dur,\n      function() {\n        window.location.hash = el.attr(\"id\");\n      }\n    );\n  }\n  function srcToAnchorWithTitle(str) {\n    var $el = $(\"#\" + str);\n    if ($el.length) {\n      srcTo($el);\n    }\n  }\n  $(document).ready(function () {\n    // fallback to jQuery animate if smooth scrolling is not supported\n    if (!\"scrollBehavior\" in document.documentElement.style) {\n      // Cover buttons\n      $(\"a.btn.site-menu\").click(function (e) {\n        e.preventDefault();\n        srcToAnchorWithTitle($(e.target).data(\"title-anchor\"));\n      });\n\n      // cover arrow button\n      $(\"#header-arrow\").click(function (e) {\n        e.preventDefault()\n        srcTo($first);\n      });\n    }\n\n    $(\".post.last\").next(\".post-after\").hide();\n\n    if ($sitehead.length) {\n      $(window).scroll(function () {\n        var w = $(window).scrollTop();\n        var g = $sitehead.offset().top;\n        var h = $sitehead.offset().top + $sitehead.height() - 100;\n\n        if (w >= Math.floor(g) && w <= Math.ceil(h)) {\n          $(\".fixed-nav\").fadeOut(\"fast\");\n        } else {\n          $(\".fixed-nav\").css(\"display\", \"flex\").fadeIn(\"fast\");\n        }\n\n        $post.each(function () {\n          if (($(window).height() + w) > ($(document).height() - $(\".site-footer\").height())) {\n            var l = $postholder.length;\n            $(\".fn-item\").removeClass(\"active\")\n            $(\".fn-item[item_index='\" + (l) + \"']\").addClass(\"active\")\n          } else {\n            var f = $(this).offset().top;\n            var b = $(this).offset().top + $(this).height();\n            var t = $(this).parent(\".post-holder\").index();\n            var i = $(\".fn-item[item_index='\" + t + \"']\");\n            var a = $(this)\n              .parent(\".post-holder\")\n              .prev(\".post-holder\")\n              .find(\".post-after\");\n\n            $(this).attr(\"item_index\", t);\n\n            if (w >= f && w <= b) {\n              i.addClass(\"active\");\n              a.fadeOut(\"slow\");\n            } else {\n              i.removeClass(\"active\");\n              a.fadeIn(\"slow\");\n            }\n        }\n        });\n      });\n    }\n\n    var ulLiIcon = getComputedStyle(document.documentElement).getPropertyValue('--ul-li-icon');\n    if (ulLiIcon.length > 0) {\n      $('ul').addClass(\"fa-ul\");\n      $(\"ul li\").prepend('<span class=\"fa-li\"><i class=\"fa ' + ulLiIcon + '\"></i></span>');\n    }\n    $(\"blockquote p\").prepend('<span class=\"quo fa fa-quote-left\"></span>');\n    $(\"blockquote p\").append('<span class=\"quo fa fa-quote-right\"></span>');\n  });\n})(jQuery);\n"
  },
  {
    "path": "contributing.md",
    "content": "# [Pull Requests](https://github.com/zjedi/hugo-scroll/pulls)\n\nWe're open to contributions by opening a pull request.\n\nWhen adding a new feature, please modify also [exampleSite](./exampleSite/) with an example of how the feature can be activated, configured and used.\n\nDo not forget to mention new feature in a relevant subsection of [README.md](./README.md)\n\n## [GitHub issues](https://github.com/zjedi/hugo-scroll/issues)\n\nAlternatively you may use GitHub issues for more complex topics and features.\n\n## [Changelog](./CHANGELOG.md)\n\nFeel free to add your contributions to our CHANGELOG, which tracks:\n\n* **Added** for new features.\n* **Changed** for changes in existing functionality.\n* **Deprecated** for soon-to-be removed features.\n* **Removed** for now removed features.\n* **Fixed** for any bug fixes.\n* **Security** in case of vulnerabilities.\n"
  },
  {
    "path": "exampleSite/content/de/_index.md",
    "content": "---\n# Striking header background image, Ideal images are homogenous around the centre and contrasting to the text. Non-ideal images can use `title_guard`\nheader_image: \"images/cover-image.jpg\"\n#\n# When set true, uses video from custom_header_video.html partial, instead of header_image\nheader_use_video: false\n#\n# Optional header logo. CSS: `#blog-logo`, with max-height defined, optimize to prevent scaling\nheader_logo: \"images/chef-hat.png\"\n#\n# Headers are safeHTML, you can use HTML tags such as b,i,u,br\nheader_headline: \"Erika Musterfrau\"\nheader_subheadline: \"<b>Ernährungs</b>hilfe & <b>Koch</b>beratung\"\n\n# Add a 'Go back to top' item to the navigation menu\n# Title: name of navigation menu entry\n# Weight (i. e. position in menu): none = no menu entry, first = add as first entry, last = ad as last entry\nnav_to_top_title: \"Nach oben\"\nnav_to_top_weight: last\n---\n"
  },
  {
    "path": "exampleSite/content/de/homepage/about-me-local-img.md",
    "content": "---\ntitle: \"Über mich (DE folder)\"\nweight: 3\nheader_menu: true\n---\n\nThis demonstates localized content placed in dedicated language folder, `content/de`. This way you won't have to use localization suffix with the `.md` file. Both localisation approaches (separate folder, suffixes in the same folder) can be used and even mixed.\n\nSee i18n configuration in `[languages]` section of `hugo.toml`.\n\n#### Local content\n\nLocalised content can be put in dedicated folder `content/de/`. Images should be naturally found from there:\n![Image from content/de ](de-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg)\n\n#### Assets\n\nImages in assets folder can be localised, conventionally by adding `.de` suffix. However, assets may be tricky, see next section for details\n![Broken DE Image from assets](images/asset-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.de.jpg)\n\nNote the filename of this section is a bit artificial to avoid conflict with other examples in en folder. If named the same, this one wouldn't render. However normally you wouldn't have one page localized two ways.\n"
  },
  {
    "path": "exampleSite/content/de/homepage/contact.md",
    "content": "---\ntitle: \"Contact\"\nweight: 4\nheader_menu: true\n---\n\n{{<contact_list>}}\n\nLet us get in touch!\n"
  },
  {
    "path": "exampleSite/content/de/homepage/external.md",
    "content": "---\ntitle: \"GitHub\"\nweight: 99\nheader_menu: true\nexternal: https://github.com/zjedi/hugo-scroll\n---\n"
  },
  {
    "path": "exampleSite/content/de/homepage/index.md",
    "content": "---\nheadless: true\n---\n"
  },
  {
    "path": "exampleSite/content/de/homepage/legal-brief.md",
    "content": "---\ntitle: \"Brief Legal Information\"\nweight: 98\nheader_menu_title: \"Legal\"\nnavigation_menu_title: \"Legal stuff\"\nheader_menu: true\ndetailed_page_path: /de/legal/\ndetailed_page_homepage_content: true\n---\nThe file **legal-brief.md** creates an internal link on the cover page without the leading icon.\n\nIf the parameter `detailed_page_homepage_content` is set to false neither this section nor the navigation menu entry will be shown (but the link on the cover page will be).\n\nIf `detailed_page_homepage_content` is set to true or is missing at all, the link, navigation menu and the content will be rendered. In that case this section might contain less or just summarized information compared to the single page referenced by the parameter `detailed_page_path`.\n\nWant to see more about the details? See [dedicated page](legal) with more details or hit the button 'Legal' on the cover page.\n"
  },
  {
    "path": "exampleSite/content/de/homepage/license.md",
    "content": "---\nfooter_menu_title: License\nfooter_menu: true\ndetailed_page_path: /license/\ndetailed_page_homepage_content: false\nweight: 91\n---\n"
  },
  {
    "path": "exampleSite/content/de/homepage/opener.md",
    "content": "---\ntitle: \"Willkommen\"\nweight: 1\n---\n\nDas ist die deutsche Beispielseite.\n\n`Hugo-Scroll` theme alternates colors of sections that are placed on single page.\nThe landing screen is meant to be visually striking.\n\nSingle-page approach is oriented towards small to medium content length, that won't overwhelm the user.\nYou can also delegate lengthier, less important or more sizeable content to [dedicated pages](services).\n\n> The belly rules the mind. --- spanish proverb\n\nBy the way this welcome section won't show in the cover menu.\n"
  },
  {
    "path": "exampleSite/content/de/homepage/services.md",
    "content": "---\ntitle: \"Das biete ich an\"\nheader_menu_title: \"Angebot\"\nnavigation_menu_title: \"Mein Angebot\"\nweight: 2\nheader_menu: true\n---\n\nFeature notice: This section displays options to customize title:\n\n- has a normal section title (`title` = \"The Services I Offer\"),\n- custom welcome screen title (`header_menu_title` = \"Services\"),\n- custom navigation menu title (`navigation_menu_title` = \"My Services\").\n\nThat is the important part, right? You want to know what I can do for you. This is why I put this right up there into the header menu of the website.\n\n---\n\n### Nutrition Coaching\n\nThis is not an easy task.\nYou will likely have to pay money for this.\n\n### Chef Consulting\n\nI can raise your table culture!\n\n![Let us get started on a clean slate](/images/woman-pouring-juice-on-glass-3184192.jpg)\n\nWant to learn more about my services? See [dedicated page](services) with more details.\n"
  },
  {
    "path": "exampleSite/content/de/legal.md",
    "content": "---\ntitle: \"The single page referenced to by the Legal button on the cover page\"\n---\nThis file is a single page and is referenced by the button `Legal` on the cover start page.\n\nIt can contain more or additional information than the dedicated section on the homepage.\n"
  },
  {
    "path": "exampleSite/content/de/license.md",
    "content": "---\ntitle: Hugo Scroll License\n---\n\nThe MIT License (MIT)\n\nCopyright (c) 2020 Jan Raasch\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
  },
  {
    "path": "exampleSite/content/de/services.md",
    "content": "---\ntitle: \"Mein Angebot\"\n---\n\nDas ist die deutsche Variante von meinem Angebot.\n\nIt carries a lot more detail than what I put on the homepage - I swear!\n\nYou want to know what I can do for you?\n\nWell, let me tell ya!\n\n---\n\n## Nutrition Coaching\n\nThis is not an easy task. You will likely have to pay money for this. You know what - let us look at a nice picture first.\n\n<!-- Note how static images need to have leading slash from the dedicated pages -->\n\n![Nice picture to make you pay me ;-)](/images/selective-focus-photography-of-pasta-with-tomato-and-basil-1279330.jpg)\n\nWow. That was nice, right? Well, call me and let us talk.\n\n---\n\n## Chef Consulting\n\nDid you see the picture above? I can show you how to go from\n\n![Let us get started on a clean slate](/images/board-bunch-cooking-food-349609.jpg)\n\nto\n\n![Let us get started on a clean slate](/images/woman-pouring-juice-on-glass-3184192.jpg)\n\nin estimated seconds.\n\nDon't believe me? Here are some bullets\n\n* If anyone can teach you to cook, I can\n* And if you already know how to cook, I will make you that much better\n"
  },
  {
    "path": "exampleSite/content/en/_index.md",
    "content": "---\n# Striking header background image, Ideal images are homogenous around the centre and contrasting to the text. Non-ideal images can use `title_guard`\nheader_image: \"images/cover-image.jpg\"\n#\n# When set true, uses video from custom_header_video.html partial, instead of header_image\nheader_use_video: false\n#\n# Optional header logo. CSS: `#blog-logo`, with max-height defined, optimize to prevent scaling\nheader_logo: \"images/chef-hat.png\"\n#\n# Headers are safeHTML, you can use HTML tags such as b,i,u,br\nheader_headline: \"Jane Doe\"\nheader_subheadline: \"<b>Nutrition</b> Coach & <b>Chef</b> Consultant\"\n\n# Add a 'Go back to top' item to the navigation menu\n# Title: name of navigation menu entry\n# Weight (i. e. position in menu): none = no menu entry, first = add as first entry, last = ad as last entry\nnav_to_top_title: \"Return To Top\"\nnav_to_top_weight: last\n---\n"
  },
  {
    "path": "exampleSite/content/en/homepage/about-me.de.md",
    "content": "---\ntitle: \"Über mich (shared folder)\"\nweight: 3\nheader_menu: true\n---\n\nThis demonstates localized variants `about-me.de.md` placed along the primary language content, such as `content/en`. Both localisation approaches (separate folder, suffixes in the same folder) can be used and mixed.\n\n#### Local content\n\nWhen localised page variants are placed along, images of other languages can't be used directly. You would need to use `.de`-suffixed copy of the image: `![Jane Doe](en-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.de.jpg)`\nConsider using assets instead.\n\nImages from local content location can't be pipeline-processed.\n\n#### Static\n\nAlternatively, images can be injected from `static/images`:\n![Jane Doe](/images/static-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg)\nNote the leading `/` is required in this case.\nImages from static location can't be pipeline-processed and are always copied when publishing the site, even if not linked from any page.\n\n#### Assets\n\nLatest Hugo version supports injection from `assets` via natural Markdown notation, which empowers this approach for injecting images since pipeline processing (resizing etc) can be used. However, It only worked for me with the local test deployment, there were issues while deploying previews Netlify. Possible workaround would be to use custom shortcode to \"touch\" the image via [Resources.GetMatch](https://gohugo.io/functions/resources/getmatch/). I hope this gets fixed someday.\n\n![Broken image from assets](images/asset-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg)\nHistorically, Linking image from `assets` folder worked only via Hugo-specific shortcode, there was [a discussion with suggestions](https://discourse.gohugo.io/t/how-to-show-images-on-post-pages-if-theyre-located-in-the-assets-folder/34276/14).\n\nNote that using images form assets folder is the only way to apply pipeline processing, such as resizing, when building the site. Fore more details, read about [asset vs static difference](https://discourse.gohugo.io/t/difference-between-asset-and-static-folder/41203)\n\nAssets are only published if linked from a content page.\n"
  },
  {
    "path": "exampleSite/content/en/homepage/about-me.md",
    "content": "---\ntitle: \"About Me\"\nweight: 3\nheader_menu: true\n---\n\n<!-- \nNeither embedded figure shortcode, nor Markdown hook were able to render image from asset. \nYou would have to .Resouces.GetMatch via custom shortcode.\n![Jane Doe](/images/asset-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg) \n-->\n![Jane Doe](/images/static-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg)\nSee DE language for more examples of image management. There are multiple approaches.\n\n##### Professional Experience\n\nA lot, but let us get into the details with some lorem ipsum. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent feugiat lectus et magna placerat tincidunt. Nullam sit amet lectus vitae elit mollis rhoncus non eget lorem. Ut tempor sed dui quis volutpat.\n\n----\n\nIn ultrices, est at lobortis pretium, magna quam mollis neque, id viverra odio est sit amet lorem. Mauris efficitur nunc vel lectus porttitor, sit amet sodales quam eleifend. Duis et felis ut mauris dignissim efficitur. Aliquam non sem eros. Integer elit ante, bibendum id hendrerit vitae, vestibulum eget risus. Nunc efficitur nisl in iaculis vestibulum.\n"
  },
  {
    "path": "exampleSite/content/en/homepage/contact.md",
    "content": "---\ntitle: \"Contact\"\nweight: 4\nheader_menu: true\n---\n\n{{<contact_list>}}\n\nLet us get in touch!\n"
  },
  {
    "path": "exampleSite/content/en/homepage/credits.md",
    "content": "---\ntitle: \"Credits\"\nweight: 99\nheader_menu: true\n---\nIn this section we give credit to authors of resources used on this demo page.\n\n- {{<extlink text=\"Chef-hat icons created by Cuputo - Flaticon\" href=\"https://www.flaticon.com/free-icons/chef-hat\" icon=\"fa fa-external-link\">}}\n- {{<extlink text=\"sprinkle-of-rock-salt-on-sliced-vegetables-3209239 - Pexels\" href=\"https://www.pexels.com/video/sprinkle-of-rock-salt-on-sliced-vegetables-3209239/\" icon=\"fa fa-external-link\">}}\n- {{<extlink text=\"Earth icon - Freepik\" href=\"https://www.freepik.com/icon/earth_2072130\" icon=\"fa fa-external-link\">}}\n- {{<extlink text=\"happy-ethnic-woman - Pexels\" href=\"https://www.pexels.com/photo/happy-ethnic-woman-sitting-at-table-with-laptop-3769021/\" icon=\"fa fa-external-link\">}}\n"
  },
  {
    "path": "exampleSite/content/en/homepage/external.md",
    "content": "---\ntitle: \"GitHub\"\nweight: 99\nheader_menu: true\nexternal: https://github.com/zjedi/hugo-scroll\n---\n"
  },
  {
    "path": "exampleSite/content/en/homepage/index.md",
    "content": "---\nheadless: true\n---\n"
  },
  {
    "path": "exampleSite/content/en/homepage/legal-brief.md",
    "content": "---\ntitle: \"Brief Legal Information\"\nweight: 98\nheader_menu_title: \"Legal\"\nnavigation_menu_title: \"Legal stuff\"\nheader_menu: true\ndetailed_page_path: /legal/\ndetailed_page_homepage_content: true\n---\nThe file **legal-brief.md** creates an internal link on the cover page without the leading icon.\n\nIf the parameter `detailed_page_homepage_content` is set to false neither this section nor the navigation menu entry will be shown (but the link on the cover page will be).\n\nIf `detailed_page_homepage_content` is set to true or is missing at all, the link, navigation menu and the content will be rendered. In that case this section might contain less or just summarized information compared to the single page referenced by the parameter `detailed_page_path`.\n\nWant to see more about the details? See [dedicated page](legal) with more details or hit the button 'Legal' on the cover page.\n"
  },
  {
    "path": "exampleSite/content/en/homepage/license.md",
    "content": "---\nfooter_menu_title: License\nfooter_menu: true\ndetailed_page_path: /license/\ndetailed_page_homepage_content: false\nweight: 91\n---\n"
  },
  {
    "path": "exampleSite/content/en/homepage/opener.md",
    "content": "---\ntitle: \"Welcome\"\nweight: 1\n---\n\n`Hugo-Scroll` theme alternates colors of sections that are placed on single page.\nThe landing screen is meant to be visually striking.\n\nSingle-page approach is oriented towards small to medium content length, that won't overwhelm the user.\nYou can also delegate lengthier, less important or more sizeable content to [dedicated pages](services).\n\n> The belly rules the mind. --- spanish proverb\n\nBy the way this welcome section won't show in the cover menu.\n"
  },
  {
    "path": "exampleSite/content/en/homepage/services.md",
    "content": "---\ntitle: \"The Services I Offer\"\nheader_menu_title: \"Services\"\nnavigation_menu_title: \"My Services\"\nweight: 2\nheader_menu: true\n---\n\nFeature notice: This section displays options to customize title:\n\n- has a normal section title (`title` = \"The Services I Offer\"),\n- custom welcome screen title (`header_menu_title` = \"Services\"),\n- custom navigation menu title (`navigation_menu_title` = \"My Services\").\n\nThat is the important part, right? You want to know what I can do for you. This is why I put this right up there into the header menu of the website.\n\n---\n\n### Icons\n\nThis theme includes the full set of [Font Awesome v6.6.0 icons](https://fontawesome.com/icons). Use the `{{</* icon */>}}` [shortcode](https://gohugo.io/content-management/shortcodes/) with the respective `name` to use an icon directly in your `.md` files. For example \"{{< icon name=\"envelope\" >}}\":\n\n```html\n{{</* icon name=\"envelope\" */>}}\n```\n\nIf you want to use one of Font Awesome's brand icons—the ones that have a trademark warning and the `fa-brands` class—add `brand=true`. For example \"{{< icon name=\"github\" brand=true >}}\":\n\n```html\n{{</* icon name=\"github\" brand=true */>}}\n```\nIf you want to use these branded icons in your contact list, use the full class names in your `hugo.toml`:\n\n```toml\n[[params.contacts]]\n  label = \"GitHub\"\n  value = \"github.com/zjedi/hugo-scroll\"\n  url = \"https://github.com/zjedi/hugo-scroll\"\n  icon = \"fa-brands fa-github\"\n```\n\n### Nutrition Coaching\n\nThis is not an easy task.\nYou will likely have to pay money for this.\n\n### Chef Consulting\n\nI can raise your table culture!\n\n![Let us get started on a clean slate](images/woman-pouring-juice-on-glass-3184192.jpg)\n\nWant to learn more about my services? See [dedicated page](services) with more details.\n[font-awesome-icons]: https://fontawesome.com/icons\n[hugo-shortcodes]: https://gohugo.io/content-management/shortcodes/\n"
  },
  {
    "path": "exampleSite/content/en/legal.md",
    "content": "---\ntitle: \"The single page referenced to by the Legal button on the cover page\"\n---\nThis file is a single page and is referenced by the button `Legal` on the cover start page.\n\nIt can contain more or additional information than the dedicated section on the homepage.\n"
  },
  {
    "path": "exampleSite/content/en/license.md",
    "content": "---\ntitle: Hugo Scroll License\n---\n\nThe MIT License (MIT)\n\nCopyright (c) 2020 Jan Raasch\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
  },
  {
    "path": "exampleSite/content/en/services.md",
    "content": "---\ntitle: \"Services\"\n---\n\nThis is a page about the services, which I offer.\n\nIt carries a lot more detail than what I put on the homepage - I swear!\n\nYou want to know what I can do for you?\n\nWell, let me tell ya!\n\n---\n\n## Nutrition Coaching\n\nThis is not an easy task. You will likely have to pay money for this. You know what - let us look at a nice picture first.\n\n<!-- Note how static images need to have leading slash from the dedicated pages -->\n\n![Nice picture to make you pay me ;-)](/images/selective-focus-photography-of-pasta-with-tomato-and-basil-1279330.jpg)\n\nWow. That was nice, right? Well, call me and let us talk.\n\n---\n\n## Chef Consulting\n\nDid you see the picture above? I can show you how to go from\n\n![Let us get started on a clean slate](/images/board-bunch-cooking-food-349609.jpg)\n\nto\n\n![Let us get started on a clean slate](/images/woman-pouring-juice-on-glass-3184192.jpg)\n\nin estimated seconds.\n\nDon't believe me? Here are some bullets\n\n* If anyone can teach you to cook, I can\n* And if you already know how to cook, I will make you that much better\n"
  },
  {
    "path": "exampleSite/hugo.toml",
    "content": "baseURL = \"https://example.com\"\n\n# This is a \"one page\"-website, so we do not need these kinds of pages...\ndisableKinds = [\"section\", \"taxonomy\", \"term\", \"RSS\", \"robotsTXT\"]\n\ndefaultContentLanguage = \"en\"\n\n# The name of this wonderful theme ;-).\ntheme = \"hugo-scroll\"\n\n# The browser tab name\ntitle = \"Jane Doe - Nutrition Coach & Chef Consultant\"\n\n# In order to add version information in the page's footer set to true.\n# enableGitInfo = true\n\n# enable emoji processing in Markdown (valid only for pure markdown content)\nenableEmoji = true\n\n# Theme-specific variables `.Site.Params.myParamName`\n[params]\n\n    # The path to your \"favicon\". This should be a square (at least 32px x 32px) png-file.\n    favicon = \"images/favicon.png\"\n\n    # These \"images\" are used for the structured data templates. This will show up, when\n    # services like Twitter or Slack want to generate a preview of a link to your site.\n    # See https://gohugo.io/templates/internal#twitter-cards and https://gohugo.io/templates/internal#open-graph.\n    # NOT the actual header background image, go to _index.md instead\n    images = [\"images/cover-image.jpg\"]\n\n    # When set true, it creates a visual guard (partially transparent rounded box), preventing non-ideal background images from interfering with title/description headings\n    # Ideal images are homogenous around the centre and contrasting to the text.\n    # see CSS classes: .title-and-description-guard, .blog-title, .blog-description\n    # see _index.md header_headline and header_subheadline\n    title_guard = false\n\n    # Another \"title\" :-). This one is used as the site_name on the Hugo's internal\n    # opengraph structured data template.\n    # See https://ogp.me/ and https://gohugo.io/templates/internal#open-graph.\n    title = \"Jane Doe - Nutrition Coach & Chef Consultant\"\n\n    # The \"description\" of your website. This is used in the meta data of your generated html.\n    description = \"Nutrition Coach & Chef Consultant\"\n\n    # Show a menu of languages available\n    language_menu = true\n\n    # Show also a language menu item for the current language, if false only\n    # show the remaining languages\n    show_current_lang = true\n\n    # A \"copyright\"-line to be added at the bottom of the page.\n    # Hint: Plain HTML is supported in here as well. So you may e.g. add a link to your legal imprint-page.\n    copyright = \"© Jane Doe\"\n\n    # This theme will, by default, inject a design-by-line at the bottom of the page.\n    # You can turn it off, but we would really appreciate if you don’t :-)\n    hidedesignbyline = false\n\n    # The sections of the home page alternate styling. Mark invert as true to swap the styling of the sections\n    invertSectionColors = false\n\n    # Options used for automatic image generation. see: https://gohugo.io/content-management/image-processing/\n    image_options = \"webp q90 lanczos photo\"\n\n    # Use \"page_title | site_title\" for <title> tags\n    # e.g. <title>Legal | Jane Doe - Nutrition Coach & Chef Consultant</title>\n    combine_page_and_site_title = false\n\n    [params.footer]\n    # Show contact icons for email/phone (if specified) in the footer of the page\n    showContactIcons = false\n\n    # Show links indicated with footer_menu and footer_menu_title in the footer of the page\n    showFooterLinks = false\n\n    [params.meta]\n        keywords = \"some, keywords, for, seo, you, know, google, duckduckgo, and, such\"\n\n    [[params.contacts]]\n        label = \"phone\"\n        value = \"+49 1111 555555\"\n        url = \"tel:+49 1111 555555\"\n        icon = \"fa fa-phone\"\n\n    [[params.contacts]]\n        label = \"email\"\n        value = \"mail@janedoe.com\"\n        url = \"mailto:mail@janedoe.com\"\n        icon = \"fa fa-envelope\"\n\n    [[params.contacts]]\n        label = \"GitHub\"\n        value = \"github.com/zjedi/hugo-scroll\"\n        url = \"https://github.com/zjedi/hugo-scroll\"\n        icon = \"fa-brands fa-github\"\n\n    # Add additional contacts here!\n    # [[params.contacts]]\n    #     label = \"\"\n    #     value = \"\"\n    #     url = \"\"\n    #     icon = \"\"\n\n# Define additional languages\n[languages]\n  [languages.en]\n    weight = 10\n    languageName = \"English\"\n    contentDir = \"content/en\"\n\n  [languages.de]\n    title = \"Erika Musterfrau - Ernährungshilfe & Kochberatung\"\n    weight = 20\n    contentDir = \"content/de\"\n    languageName = \"Deutsch\"\n"
  },
  {
    "path": "exampleSite/layouts/partials/custom_head.html",
    "content": "<!-- A partial to be overwritten by the user.\n     Its content will appear before the closing </head>-tag -->\n\n\n<!-- Custom CSS via inline styles\n     You may use this template to add custom CSS to your site like so: -->\n<!--\n<style>\n:root {\n    /* see variables.scss for more variables*/\n\n    /*\n    --section-light-text-color: #3a4145!important;\n    --section-light-bg-color: #ffdb8c!important;\n    --section-dark-bg-color: #035e00!important;\n    */\n\n     /* define list element for unnumbered lists, leave empty for default list element */\n     /* fa-asterisk is the default icon if this variable definition is missing completely */\n     --ul-li-icon: fa-dashcube;     /* this sets fa-dashcube as list icon */\n     --ul-li-icon: ;                /* this sets the default html list icon */\n}\n</style>\n-->\n\n<!-- Custom CSS via \"custom.css\"-file\n     If you would rather place your custom CSS into\n     a separate file, create a \"custom.css\" in your\n     local \"static/css\"-directory. Then add a <link>-tag\n     referencing your \"custom.css\" like so: -->\n\n<!-- <link rel=\"stylesheet\" href='{{ \"css/custom.css\" | absURL }}'> -->\n\n<!-- Custom CSS: Color Codes\n     You may checkout https://htmlcolorcodes.com/ to get those\n     weird color codes (like \"#22343A\") ;-). -->\n\n<!-- Custom link-tags for different icons\n     Generated via https://favicon.io/favicon-generator/ -->\n\n{{ with resources.Get \"images/apple-touch-icon.png\" }}<link rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ .RelPermalink }}\" />{{ end }}\n{{ with resources.Get \"images/favicon.svg\" }}<link rel=\"icon\" type=\"image/svg+xml\" href=\"{{ .RelPermalink }}\" />{{ end }}\n{{ range seq 9 4 }}{{ $size := pow 2 . }}{{ $file := replace \"images/favicon-##x##.png\" \"##\" $size }}{{ with resources.Get $file }}\n<link rel=\"icon\" type=\"{{ .MediaType.Type }}\" sizes=\"{{- $size -}}x{{- $size -}}\" href=\"{{ .RelPermalink }}\" />{{ end }}{{ end }}\n\n"
  },
  {
    "path": "exampleSite/layouts/partials/custom_header_video.html",
    "content": "<video playsinline=\"\" autoplay=\"true\" muted=\"\" loop=\"\"\n    poster=\"https://www.ledger.com/wp-content/themes/ledger-v2/public/images/homepage/home-hero-ledger.jpg\">\n    <!--\n    <source src=\"https://cdn.shopify.com/s/files/1/2974/4858/files/home-hero-mobile.webm?v=1637155649\" type=\"video/webm\">\n    <source src=\"https://cdn.shopify.com/s/files/1/2974/4858/files/home-hero-mobile.mp4?v=1637155649\" type=\"video/mp4\">\n    <source src=\"https://cdn.shopify.com/s/files/1/2974/4858/files/home-hero-mobile.mov?v=1637155649\" type=\"video/mov\">\n    -->\n\n    {{ $videoResource := resources.Get \"cover/pexels-pressmaster-3209239-960x540-25fps.mp4\" }}\n    <source src=\"{{ $videoResource.RelPermalink }}\" type=\"video/mp4\">\n</video>\n"
  },
  {
    "path": "i18n/de.toml",
    "content": "[email]\nother = \"Email\"\n\n[phone]\nother = \"Telefon\"\n"
  },
  {
    "path": "i18n/en.toml",
    "content": "[email]\nother = \"Email\"\n\n[phone]\nother = \"Phone\"\n"
  },
  {
    "path": "layouts/404.html",
    "content": "{{ define \"main\" }}\n  <main class=\"content page-template 404\" role=\"main\">\n    <article class=\"post page\">\n      <header class=\"post-header\">\n        <a id=\"blog-logo\" href=\"{{ \"/\" | relURL }}\">\n          {{ .Site.Title }}\n        </a>\n      </header>\n      <h1 class=\"post-title\">404 - Page Not Found</h1>\n      <section class=\"post-content\">\n        Give it another try:\n        <a href=\"{{ \"/\" | relURL }}\" alt=\"Homepage\">Back to the homepage</a>.\n      </section>\n    </article>\n  </main>\n{{ end }}\n"
  },
  {
    "path": "layouts/_default/baseof.html",
    "content": "<!DOCTYPE html>\n<html lang=\"{{ .Site.Language.Lang }}\">\n  <head>\n    {{- partial \"head.html\" . -}}\n  </head>\n  <body>\n    {{- partial \"header.html\" . -}}\n    {{- block \"main\" . }}{{- end }}\n    {{- partial \"footer.html\" . -}}\n\n    <!-- We do need jQuery to be loaded before HugoScroll script -->\n\n    {{ $scriptJquery := resources.Get \"js/jquery-3.6.3.min.js\" }}\n\n    <!-- The main JavaScript files for HugoScroll -->\n    {{ $scriptIndex := resources.Get \"js/index.js\" }}\n    {{ $scriptPolyfill := resources.Get \"js/css-vars-ponyfill.min.js\" }}\n    {{ $js := slice $scriptJquery $scriptIndex $scriptPolyfill | resources.Concat \"js/script.js\" | resources.Minify | resources.Fingerprint }}\n\n    <script src=\"{{ $js.RelPermalink }}\" integrity=\"{{ $js.Data.Integrity }}\" ></script>\n\n    <!-- activate css-vars-ponyfill.min.js -->\n    <script>cssVars();</script>\n\n    <!-- A partial to be overwritten by the user.\n             Simply place a custom_body.html into\n             your local /layouts/partials-directory -->\n    {{- partial \"custom_body.html\" . -}}\n  </body>\n</html>\n"
  },
  {
    "path": "layouts/_default/index.html",
    "content": "{{ define \"main\" }}\n{{ $headless := .GetPage \"./homepage\" }}\n{{ if hugo.IsMultihost }}\n  {{ $headless := .Site.GetPage \"/homepage\" }}\n{{ end }}\n{{ $sections := $headless.Resources.ByType \"page\" }}\n{{ $sections := cond .Site.BuildDrafts $sections (where $sections \"Draft\" \"==\" false) }}\n{{ $content := where (where $sections \"Params.external\" \"==\" nil) \"Params.detailed_page_homepage_content\" \"ne\" false }}\n{{ $langs := .Page.AllTranslations }}\n{{ if hugo.IsMultihost }}\n  {{ $langs = .Site.Languages }}\n{{ end }}\n\n<!-- Welcome screen that scrolls out of view -->\n{{ if not .Params.header_use_video }}\n  {{ with $img := resources.Get .Params.header_image }}\n  {{ $image_options := $.Site.Params.image_options | default \"webp q90 lanczos photo\" -}}\n  <style>\n  /* Default cover for larger screens, converted to webp */\n  {{- with $img.Resize ( printf \"%dx%d %s\" $img.Width $img.Height $image_options ) -}}\n  #site-head.withCenteredImage {\n    background-image: url('{{- .RelPermalink -}}');\n  }\n  {{- end -}}\n\n  /*\n  Lower resolutions, uncropped. Aimed at desktop users.\n  We set __both__ max-width and max-height to make sure the image is never upscaled.\n  */\n  {{ range $width := slice 1920 1600 1366 }}\n    {{- with $img.Resize ( printf \"%dx %s\" $width $image_options ) }}\n    @media (max-width: {{- .Width -}}px) and (max-height: {{- .Height -}}px) {\n      #site-head.withCenteredImage { background-image: url('{{- .RelPermalink -}}'); }\n    }\n    {{- end }}\n  {{- end }}\n\n  /*\n  Lower resolutions, cropped to portrait. Useful for mobile. For \"tall\" displays (screen ratio < image ratio)\n  the \"cover\" algorithm first resizes the image to match the screen height, then __crops__ it to match the width.\n  We mimic this by resizing to height=1024, and then cropping to various widths. We set \"max-height\" to\n  ensure the height is never upscaled, but also max-aspect-ratio to ensure that each image is used in \"tall-enough\"\n  displays, in which our cropping would happen anyways!\n  */\n  {{- $img_temp := $img.Resize \"x1024 q100\" -}}/* high quality temporary image, to be cropped later */\n  {{ range $width := slice 900 600 360 }}\n    {{- with $img_temp.Crop ( printf \"%dx1024 center %s\" $width $image_options ) }}\n    @media (max-height: {{- .Height -}}px) and (max-aspect-ratio: {{ .Width }} / {{ .Height }}) {\n      #site-head.withCenteredImage { background-image: url('{{- .RelPermalink -}}'); }\n    }\n    {{- end }}\n  {{- end }}\n  </style>\n  {{ end }}\n<header id=\"site-head\" class=\"withCenteredImage\">\n{{ else }}\n<header id=\"site-head\">\n{{ end }}\n\n    <div class=\"vertical\">\n\n        {{ if .Params.header_use_video }}\n            <!-- A partial to be overwritten by the user.\n            Simply place a custom_header_video.html into\n            your local /layouts/partials-directory -->\n            {{- partial \"custom_header_video.html\" . -}}\n        {{ end }}\n\n  {{ $num_lang := len $langs }}\n  {{ if and (gt $num_lang 1) $.Site.Params.language_menu }}\n\t<div id=\"site-languages\" class=\"inner\">\n    {{ range $langs }}\n      {{ $condition := eq .Lang $.Lang }}\n      {{ $lang_func := .Language.LanguageName }}\n      {{ $href := .RelPermalink }}\n      {{ if hugo.IsMultihost }}\n        {{ $langs = site.Sites }}\n        {{ $condition = eq . $.Site }}\n        {{ $lang_func = .LanguageName }}\n        {{ $href = .Home.Permalink }}\n      {{ end }}\n      {{ $lang_title := or $lang_func (.Lang | strings.ToUpper) }}\n      {{ if $condition }}\n        {{ if $.Site.Params.show_current_lang }}\n          <span class='btn-lang active'>{{ $lang_title }}</span>\n        {{ end }}\n      {{ else }}\n        <a class='btn-lang' href='{{ $href }}'>{{ $lang_title }}</a>\n      {{ end }}\n    {{ end }}\n\t</div>\n\t{{ end }}\n\n        <div id=\"site-head-content\" class=\"inner\">\n\t    {{ with resources.Get .Params.header_logo }}<img id=\"blog-logo\" alt=\"\" src=\"{{ .RelPermalink }}\" />{{ end }}\n\n            {{ if .Site.Params.title_guard }}<div class=\"title-and-description-guard\">{{ end }}\n              {{ with .Params.header_headline }}<h1 class=\"blog-title\">{{ . | safeHTML }}</h1>{{ end }}\n              {{ with .Params.header_subheadline }}<h2 class=\"blog-description\">{{ . | safeHTML }}</h2>{{ end }}\n            {{ if .Site.Params.title_guard }}</div>{{ end }}\n\n            {{ range where $sections \".Params.header_menu\" \"eq\" true }}\n              {{ $button_title := .Title }}\n              {{ with .Params.header_menu_title }}{{ $button_title = . }}{{ end }}\n\n              {{ if isset .Params \"external\" }}\n                 <a class='btn site-menu' href='{{ .Params.external | absURL }}'>{{ $button_title }}&nbsp;<i class=\"fa fa-external-link\"></i></a>\n              {{ else if isset .Params \"detailed_page_path\" }}\n                 <a class='btn site-menu' href='{{ .Params.detailed_page_path | relLangURL }}'>{{ $button_title }}</a>\n              {{ else }}\n                {{ $fnav_title := .Title }}{{ with .Params.navigation_menu_title }}{{ $fnav_title = . }}{{ end }}\n                 <a class='btn site-menu' data-title-anchor='{{ anchorize $fnav_title }}' href='#{{ anchorize $fnav_title }}'>{{ $button_title }}</a>\n              {{ end }}\n            {{ end }}\n\n            {{ with (index $content 0) }}\n                {{ $first_title := .Title }}{{ with .Params.navigation_menu_title }}{{ $first_title = . }}{{ end }}\n                <a id='header-arrow' href=\"#{{- anchorize $first_title -}}\" aria-label=\"Go to first section\"><i class=\"fa fa-angle-down\"></i></a>\n            {{ end }}\n        </div>\n    </div>\n</header>\n\n<main class=\"content\" role=\"main\">\n    <!-- Render sticky left navigation menu -->\n    <div class='fixed-nav'>\n        {{ if eq .Params.nav_to_top_weight \"first\" }}\n            {{ $fnav_title := \"Start\" }}{{ with .Params.nav_to_top_title }}{{ $fnav_title = . }}{{ end }}\n            <a class='fn-item' item_index='{{ 0 }}' href='./#site-head'>{{ $fnav_title | safeHTML }}</a>\n        {{ end }}\n        {{ $last_index_val := 0 }}\n        {{ range $index_val, $elem_val := $content }}\n            {{ $fnav_title := .Title }}{{ with .Params.navigation_menu_title }}{{ $fnav_title = . }}{{ end }}\n            <a class='fn-item' item_index='{{ (add $index_val 1) }}' href='#{{ anchorize $fnav_title }}'>{{ $fnav_title | safeHTML }}</a>\n            {{ $last_index_val = $index_val }}\n        {{ end }}\n        {{ if eq .Params.nav_to_top_weight \"last\" }}\n            {{ $fnav_title := \"Start\" }}{{ with .Params.nav_to_top_title }}{{ $fnav_title = . }}{{ end }}\n            <a class='fn-item' item_index='{{ (add $last_index_val 2) }}' href='./#site-head'>{{ $fnav_title | safeHTML }}</a>\n        {{ end }}\n    </div>\n\n    <!-- Render single-page content -->\n    {{ range $index_val, $elem_val := $content }}\n        {{ if .Title }}\n        {{ $fnav_title := .Title }}{{ with .Params.navigation_menu_title }}{{ $fnav_title = . }}{{ end }}\n        <div class='post-holder{{ if and (ne .Site.Params.invertSectionColors true) (not (modBool $index_val 2)) }} dark{{ else if and (eq .Site.Params.invertSectionColors true) (modBool $index_val 2) }} dark{{ end }}'>\n            <article id='{{ anchorize $fnav_title }}' class='post {{ if eq $index_val 0 }}first{{ end }} {{ if eq (add $index_val 1) (len $content) }}last{{ end }}'>\n                <header class=\"post-header\">\n                    <h2 class=\"post-title\">{{ .Title | emojify | safeHTML }}</h2>\n                </header>\n                <section class=\"post-content\">\n                    {{ .Content }}\n                </section>\n            </article>\n            <div class='post-after{{ if and (ne .Site.Params.invertSectionColors true) (modBool $index_val 2) }} light{{ else if and (eq .Site.Params.invertSectionColors true) (not (modBool $index_val 2)) }} light{{ end }}'></div>\n        </div>\n        {{ end }}\n    {{ end }}\n</main>\n{{ end }}\n"
  },
  {
    "path": "layouts/_default/list.html",
    "content": ""
  },
  {
    "path": "layouts/_default/single.html",
    "content": "{{ define \"main\" }}\n  <main class=\"content page-template page-{{ .Slug }}\">\n    <article class=\"post page\">\n      <header class=\"post-header\">\n        {{ with .Parent }}\n          {{ if hugo.IsMultihost }}\n          <a id=\"back-to-main-page\" href=\"{{ .RelPermalink | relLangURL }}\"><i class=\"fa fa-chevron-left\" aria-hidden=\"true\"></i> {{ or .Title .Site.Title }}</a>\n          {{ else }}\n        <a id=\"back-to-main-page\" href=\"{{ .RelPermalink | relLangURL }}\"><i class=\"fa fa-chevron-left\" aria-hidden=\"true\"></i> {{ or .Title .Site.Title }}</a>\n          {{ end }}\n        {{ end }}\n      </header>\n      <h1 class=\"post-title\">{{ .Title }}</h1>\n      <section class=\"post-content\">\n        {{ .Content }}\n      </section>\n    </article>\n  </main>\n{{ end }}\n"
  },
  {
    "path": "layouts/partials/custom_body.html",
    "content": "<!-- A partial to be overwritten by the user.\n     Simply place a custom_body.html into\n     your local /layouts/partials-directory.\n     Its content will appear before the closing </body>-tag -->\n"
  },
  {
    "path": "layouts/partials/custom_head.html",
    "content": "<!-- A partial to be overwritten by the user.\n     Simply place a custom_head.html into\n     your local /layouts/partials-directory.\n     Its content will appear before the closing </head>-tag -->\n"
  },
  {
    "path": "layouts/partials/custom_header_video.html",
    "content": "<!-- A partial to be overwritten by the user.\n     Simply place a custom_head_video.html into\n     your local /layouts/partials-directory.\n     Its content will appear after the site-head/vertical section. \n     This can be used to inject a video as an alternative background.\n     Full example below: -->\n\n<!--\n<video class=\"background-video\" id=\"background-video\" playsinline=\"\" autoplay=\"true\" muted=\"\" loop=\"\" poster=\"some_poster_jpg\">\n     <source src=\"some_webm_video\" type=\"video/webm\">\n     <source src=\"some_mp4_video\" type=\"video/mp4\">\n     <source src=\"some_mov_video\" type=\"video/mov\">\n</video>\n-->"
  },
  {
    "path": "layouts/partials/footer.html",
    "content": "{{ $headless := .Site.GetPage \"/homepage\" }}\n{{ $sections := $headless.Resources.ByType \"page\" }}\n{{ $sections := cond .Site.BuildDrafts $sections (where $sections \"Draft\" \"==\" false) }}\n\n<footer class=\"site-footer\">\n  <div class=\"inner\">\n    {{ if ne .Site.Params.footer.showFooterLinks false }}\n    <section class=\"links\">\n      <ol>\n      {{ range where $sections \".Params.footer_menu\" \"eq\" true }}\n        <li>\n          <a href=\"{{ relLangURL .Params.detailed_page_path }}\">{{ .Params.footer_menu_title }}</a>\n        </li>\n      {{ end }}\n      </ol>\n    </section>\n    <hr />\n    {{ end }}\n\n    {{ if ne .Site.Params.footer.showContactIcons false }}\n      <section class=\"icons\">\n        {{ range .Site.Params.contacts }}\n          <a href=\"{{ .url | safeURL }}\" aria-label='{{ i18n \"{{ .label }}\" }}'><i class=\"{{ .icon }}\"></i></a>\n        {{ end }}\n      </section>\n    {{ end }}\n\n    {{ with .Site.Params.copyright }}\n      <section class=\"copyright\">{{ . | safeHTML }}</section>\n    {{ end }}\n\n    {{ if ne .Site.Params.hidedesignbyline true }}\n      <section>\n        <a href=\"https://themes.gohugo.io/hugo-scroll/\" target=\"_blank\" rel=\"noopener\">Hugo Scroll</a> template\n      </section>\n    {{ end }}\n\n    {{ if ne .Params.enableGitInfo false }}\n      {{- if $.GitInfo -}}\n      <section>\n       version: {{ .Lastmod.Format \"2006-01-02\" }} | #{{ .GitInfo.AbbreviatedHash }}\n      </section>\n      {{- end -}}\n    {{ end }}\n  </div>\n</footer>\n"
  },
  {
    "path": "layouts/partials/head.html",
    "content": "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-8\" />\n<meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge,chrome=1\" />\n\n{{ if and site.Params.combine_page_and_site_title .Title .Site.Title }}\n<title>{{ .Title | plainify }} | {{ .Site.Title | plainify }}</title>\n{{ else }}\n{{ with or .Title .Site.Title | plainify }}\n<title>{{ . }}</title>\n{{ end }}\n{{ end }}\n\n{{ with resources.Get .Site.Params.favicon }}\n  <link rel=\"shortcut icon\" href=\"{{ .RelPermalink }}\" type=\"{{ .MediaType.Type }}\" />{{ end }}\n\n{{ with or .Description .Site.Params.description | plainify }}\n  <meta name=\"description\" content=\"{{ . }}\"\n/>{{ end }}\n{{ with or (delimit .Keywords \", \") .Site.Params.meta.keywords }}\n  <meta name=\"keywords\" content=\"{{ . }}\"\n/>{{ end }}\n<meta name=\"referrer\" content=\"no-referrer-when-downgrade\" />\n\n<meta name=\"HandheldFriendly\" content=\"True\" />\n<meta name=\"MobileOptimized\" content=\"320\" />\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n\n{{ $stylesheetNormalize := resources.Get \"css/normalize.css\" }}\n{{ $stylesheetFA := resources.Get \"css/fontawesome/fontawesome.min.css\" }}\n{{ $stylesheetFABrands := resources.Get \"css/fontawesome/brands.min.css\" }}\n{{ $stylesheetFASolid := resources.Get \"css/fontawesome/solid.min.css\" }}\n{{ $stylesheetFonts := resources.Get \"css/fonts.css\" }}\n{{ $stylesheetGeneric := resources.Get \"css/generic.css\" }}\n\n{{ $stylesheetScreen := ( resources.Get \"css/_index.scss\" | css.Sass ) }}\n\n{{ $stylesheet := slice $stylesheetNormalize $stylesheetFA $stylesheetFABrands $stylesheetFASolid $stylesheetFonts $stylesheetGeneric $stylesheetScreen | resources.Concat \"css/style.css\" | resources.Minify | resources.Fingerprint }}\n<link rel=\"stylesheet\" href=\"{{ $stylesheet.RelPermalink }}\" type=\"text/css\" integrity=\"{{ $stylesheet.Data.Integrity }}\" />\n\n{{ template \"_internal/opengraph.html\" . }}\n{{ template \"_internal/twitter_cards.html\" . }}\n{{ template \"_internal/schema.html\" . }}\n\n<!-- A partial to be overwritten by the user.\n     Simply place a custom_head.html into\n     your local /layouts/partials-directory -->\n{{- partial \"custom_head.html\" . -}}\n"
  },
  {
    "path": "layouts/partials/header.html",
    "content": ""
  },
  {
    "path": "layouts/shortcodes/contact_list.html",
    "content": "{{ range .Site.Params.contacts }}\n    <p><i class=\"{{ .icon }}\"></i>&nbsp;<a href=\"{{ .url | safeURL }}\">{{ .value }}</a></p>\n{{ end }}\n"
  },
  {
    "path": "layouts/shortcodes/email.html",
    "content": "{{ .Site.Params.contact.email }}\n"
  },
  {
    "path": "layouts/shortcodes/extlink.html",
    "content": "{{ with .Get \"href\" }}<a href=\"{{ . }}\" target=\"_blank\">{{ end }}{{ with .Get \"icon\" }}<i class=\"{{ . }}\"></i> {{ end }}{{ with .Get \"text\" }}{{ . }}</a>{{ end }}\n"
  },
  {
    "path": "layouts/shortcodes/icon.html",
    "content": "{{ if .Get \"brand\" }}\n  {{ with .Get \"name\" }}<i class=\"fa-brands fa-{{ . }}\"></i>{{ end }}\n{{ else }}\n  {{ with .Get \"name\" }}<i class=\"fa fa-{{ . }}\"></i>{{ end }}\n{{ end }}\n"
  },
  {
    "path": "layouts/shortcodes/phone.html",
    "content": "{{ .Site.Params.contact.phone }}\n"
  },
  {
    "path": "layouts/shortcodes/rawhtml.html",
    "content": "<!-- raw html -->\n{{.Inner}}\n"
  },
  {
    "path": "netlify.toml",
    "content": "[build]\n    publish = \"exampleSite/public\"\n\n[build.environment]\n    HUGO_VERSION = \"0.134.2\"\n    HUGO_THEME = \"repo\"\n\n[context.production]\n    command = \"cd exampleSite && hugo --minify --gc --themesDir ../.. -b ${URL}\"\n    [context.production.environment]\n        HUGO_ENV = \"production\"\n\n[context.branch-deploy]\n    command = \"cd exampleSite && hugo --minify --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}\"\n\n[context.deploy-preview]\n    command = \"cd exampleSite && hugo --minify --gc --themesDir ../.. -b ${DEPLOY_PRIME_URL}\"\n\n[[plugins]]\n    package = \"netlify-plugin-hugo-cache-resources\"\n\n        [plugins.inputs]\n            # If it should show more verbose logs (optional, default = true)\n            debug = true\n            # Relative path to source directory in case you use Hugo's \"--s\" option\n            srcdir = \"exampleSite\"\n"
  },
  {
    "path": "package.json",
    "content": "{\n  \"private\": true,\n  \"name\": \"hugo-scroll\",\n  \"version\": \"1.0.0\",\n  \"description\": \"A Hugo theme for pretty, quick and simple single-page websites.\",\n  \"main\": \"index.js\",\n  \"scripts\": {\n    \"test\": \"prettier --check . \",\n    \"format\": \"prettier --write . \"\n  },\n  \"repository\": {\n    \"type\": \"git\",\n    \"url\": \"git+https://github.com/zjedi/hugo-scroll.git\"\n  },\n  \"author\": {\n    \"name\": \"Jan Raasch\",\n    \"email\": \"jan@janraasch.com\",\n    \"url\": \"https://www.janraasch.com\"\n  },\n  \"license\": \"MIT\",\n  \"bugs\": {\n    \"url\": \"https://github.com/zjedi/hugo-scroll/issues\"\n  },\n  \"homepage\": \"https://github.com/zjedi/hugo-scroll#readme\",\n  \"devDependencies\": {\n    \"prettier\": \"^2.8.8\",\n    \"prettier-plugin-go-template\": \"0.0.13\"\n  }\n}\n"
  },
  {
    "path": "theme.toml",
    "content": "# theme.toml template for a Hugo theme\n# See https://github.com/gohugoio/hugoThemes#themetoml for an example\n\nname = \"Hugo Scroll\"\nlicense = \"MIT\"\nlicenselink = \"https://github.com/zjedi/hugo-scroll/blob/master/LICENSE\"\ndescription = \"A Hugo theme for pretty, quick and simple single-page websites.\"\nhomepage = \"https://github.com/zjedi/hugo-scroll\"\ndemosite = \"https://zjedi.github.io/hugo-scroll/\"\ntags = [\n  \"clean\",\n  \"contact\",\n  \"fontawesome\",\n  \"landing page\",\n  \"onepage\",\n  \"one page\",\n  \"personal\",\n  \"projects\",\n  \"simple\",\n  \"single page\",\n  \"starter\",\n  \"responsive\",\n  \"theme\"\n]\nfeatures = [\"cover-image\", \"favicon\", \"header-menu\", \"auto-scroll\"]\nmin_version = \"0.132.0\"\n\nauthors = [\n  {name = \"Jan Raasch\", homepage = \"https://www.janraasch.com\"},\n  {name = \"Zdenek Kedaj\", homepage = \"https://github.com/zjedi\"}\n]\n\n[original]\n  name = \"GhostScroll\"\n  homepage = \"https://github.com/grmmph/GhostScroll\"\n  repo = \"https://github.com/grmmph/GhostScroll\"\n"
  }
]