diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
deleted file mode 100644
index 3d62184..0000000
--- a/.github/FUNDING.yml
+++ /dev/null
@@ -1,2 +0,0 @@
-custom: ["https://www.paypal.me/janraasch/29,00"]
-github: ["janraasch"]
diff --git a/.github/stale.yml b/.github/stale.yml
index dc90e5a..86c4885 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -1,17 +1,18 @@
# Number of days of inactivity before an issue becomes stale
-daysUntilStale: 60
+daysUntilStale: 90
# Number of days of inactivity before a stale issue is closed
-daysUntilClose: 7
+daysUntilClose: 30
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
+ - bug
+ - priority-high
+exemptProjects: true
+exemptMilestones: true
# Label to use when marking an issue as stale
-staleLabel: wontfix
+staleLabel: no-activity
# Comment to post when marking an issue as stale. Set to `false` to disable
-markComment: >
- This issue has been automatically marked as stale because it has not had
- recent activity. It will be closed if no further activity occurs. Thank you
- for your contributions.
+markComment: false
# Comment to post when closing a stale issue. Set to `false` to disable
-closeComment: false
+closeComment: false
\ No newline at end of file
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 569bd32..f931a91 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -10,23 +10,24 @@ on:
jobs:
build:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
- name: Setup Hugo
- uses: peaceiris/actions-hugo@v2.5.0
+ uses: peaceiris/actions-hugo@v3.0.0
with:
hugo-version: latest
+ extended: true
- name: Build local ./exampleSite
- run: hugo --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://janraasch.github.io/hugo-scroll/
+ run: hugo --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://zjedi.github.io/hugo-scroll/
- name: Deploy to GitHub Pages
if: github.event_name == 'push'
- uses: peaceiris/actions-gh-pages@v3.8.0
+ uses: peaceiris/actions-gh-pages@v4.0.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
diff --git a/.gitignore b/.gitignore
index ea47378..0c3b764 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,6 @@
public
exampleSite/public
+exampleSite/resources
node_modules
+*.lock
+hugo-scroll.code-workspace
diff --git a/.prettierignore b/.prettierignore
index f8ebd30..7cace38 100644
--- a/.prettierignore
+++ b/.prettierignore
@@ -1,6 +1,5 @@
-build
-resources
+assets/css/fontawesome
+assets/css/normalize.css
+layouts/_default/index.html
public
-static/fork-awesome
-static/css/normalize.css
-layouts/index.html
+resources
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..f5284ff
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,37 @@
+# Changelog
+
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+* Added for new features.
+* Changed for changes in existing functionality.
+* Deprecated for soon-to-be removed features.
+* Removed for now removed features.
+* Fixed for any bug fixes.
+* Security in case of vulnerabilities.
+
+## [Unreleased](https://github.com/zjedi/hugo-scroll/compare/v.1.0.0...master)
+
+* **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.
+* New features: #70 , #46 , #118
+* More features #116 , #119
+
+## [1.0.0 Legacy Snapshot](https://github.com/zjedi/hugo-scroll/releases/tag/v.1.0.0)
+
+## Template for new releases
+
+## [x.y.z](https://github.com/zjedi/hugo-scroll/compare/v1.0.0...vx.y.z)
+
+### Added
+
+### Changed
+
+### Deprecated
+
+### Removed
+
+### Fixed
+
+### Security
diff --git a/README.md b/README.md
index f2ca754..f95e63d 100644
--- a/README.md
+++ b/README.md
@@ -1,97 +1,144 @@
-# Hugo Scroll  [![Pay me][paypal-svg]][paypal-dot-me] [![Sponsor me][github-sponsors-svg]][github-sponsors]
+
-📜 A [Hugo](https://gohugo.io/)-theme for pretty, quick and simple single-page websites.
+Clean, responsive, single-page [Hugo](https://gohugo.io/) website theme.
-
+[](https://themes.gohugo.io/themes/hugo-scroll/)
+
+[](https://app.netlify.com/sites/hugo-scroll/deploys)
+[](https://github.com/zjedi/hugo-scroll/blob/master/LICENSE)
+
-## Demo
+Promo image which may be a bit outdated:
+
-For a current & working demo of this theme please check out https://janraasch.github.io/hugo-scroll/ 🎯.
+## ⭐ Feature highlights
-## Sponsor 💟
+- Responsive to screen size/shape
+- SEO friendly
+- Customizable
+- Video cover
+- [Font Awesome v6.6.0 Icons][font-awesome-icons] out of the box
+- Header logo
+- Visual guards to guarantee readability
+- External links
+- JS/CSS Assets optimized (Minification, Fingerprinting, pipeline-processed
+into single file)
+- git info in footer (opt-in)
-Support my work on this theme via [GitHub Sponsors][github-sponsors] (recurring) or [PayPal][paypal-dot-me] (one-time).
+## 🔑 Installation
-[][github-sponsors]
+You need to install Hugo extended version.
+If you already have a Hugo site on your machine, you can simply add this theme via
-## Installation
-
-If you already have a hugo site on your machine, you can simply add this theme via
-
-```
-git submodule add https://github.com/janraasch/hugo-scroll.git themes/hugo-scroll
+```cli
+git submodule add https://github.com/zjedi/hugo-scroll.git themes/hugo-scroll
```
-Then, adjust the `config.toml` as detailed below.
+Then, adjust the `hugo.toml` as detailed below & in the file comments.
+
+### Playing around with our example site
If you simply want to check out the `exampleSite`, you can run
-```
-git clone https://github.com/janraasch/hugo-scroll.git hugo-scroll
+```cli
+git clone https://github.com/zjedi/hugo-scroll.git hugo-scroll
cd hugo-scroll
hugo server --source=exampleSite --themesDir=../..
```
-For more information read the official [setup guide][hugo-setup-guide] of Hugo.
-
-## Adjust configuration / config.toml
-
-Please check out the [config.toml](https://github.com/janraasch/hugo-scroll/blob/master/exampleSite/config.toml) included on the [exampleSite](https://github.com/janraasch/hugo-scroll/tree/master/exampleSite) of this theme.
-
-## Content & structure
-
-### Starting fresh
+For more information, read the official [Hugo setup guide][hugo-setup-guide].
If 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.
-### Adding content
+Please 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.
-You can add **a new section to the homepage** via running
+You can add **a new section to the homepage** by running `hugo new homepage/my-new-content.md` (or craft the file manually)
-```
-hugo new homepage/my-new-content.md
+To create **a page separate from the homepage**, run `hugo new my-new-page.md`
+
+## 🔧 Feature details 🔨
+
+### Customizing CSS
+
+Add a [`custom_head.html`](https://github.com/zjedi/hugo-scroll/blob/master/exampleSite/layouts/partials/custom_head.html) file to your `layouts/partials` directory.
+
+- You can use ` -->
+ /* define list element for unnumbered lists, leave empty for default list element */
+ /* fa-asterisk is the default icon if this variable definition is missing completely */
+ --ul-li-icon: fa-dashcube; /* this sets fa-dashcube as list icon */
+ --ul-li-icon: ; /* this sets the default html list icon */
+}
+
+-->
-
-
-
+{{ with resources.Get "images/apple-touch-icon.png" }}{{ end }}
+{{ with resources.Get "images/favicon.svg" }}{{ end }}
+{{ range seq 9 4 }}{{ $size := pow 2 . }}{{ $file := replace "images/favicon-##x##.png" "##" $size }}{{ with resources.Get $file }}
+{{ end }}{{ end }}
+
diff --git a/exampleSite/layouts/partials/custom_header_video.html b/exampleSite/layouts/partials/custom_header_video.html
new file mode 100644
index 0000000..49ff1f5
--- /dev/null
+++ b/exampleSite/layouts/partials/custom_header_video.html
@@ -0,0 +1,11 @@
+
diff --git a/exampleSite/static/images/board-bunch-cooking-food-349609.jpg b/exampleSite/static/images/board-bunch-cooking-food-349609.jpg
index 2f5ee35..00fcf8a 100644
Binary files a/exampleSite/static/images/board-bunch-cooking-food-349609.jpg and b/exampleSite/static/images/board-bunch-cooking-food-349609.jpg differ
diff --git a/exampleSite/static/images/happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg b/exampleSite/static/images/happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg
deleted file mode 100644
index 86438dc..0000000
Binary files a/exampleSite/static/images/happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg and /dev/null differ
diff --git a/exampleSite/static/images/photography-of-tomatoes-near-basil-leaves-1391487.jpg b/exampleSite/static/images/photography-of-tomatoes-near-basil-leaves-1391487.jpg
deleted file mode 100644
index 271a8a5..0000000
Binary files a/exampleSite/static/images/photography-of-tomatoes-near-basil-leaves-1391487.jpg and /dev/null differ
diff --git a/exampleSite/static/images/selective-focus-photography-of-pasta-with-tomato-and-basil-1279330.jpg b/exampleSite/static/images/selective-focus-photography-of-pasta-with-tomato-and-basil-1279330.jpg
index 9a4d936..e49f5e9 100644
Binary files a/exampleSite/static/images/selective-focus-photography-of-pasta-with-tomato-and-basil-1279330.jpg and b/exampleSite/static/images/selective-focus-photography-of-pasta-with-tomato-and-basil-1279330.jpg differ
diff --git a/exampleSite/static/images/static-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg b/exampleSite/static/images/static-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg
new file mode 100644
index 0000000..71ebeb5
Binary files /dev/null and b/exampleSite/static/images/static-happy-ethnic-woman-sitting-at-table-with-laptop-3769021.jpg differ
diff --git a/exampleSite/static/images/woman-pouring-juice-on-glass-3184192.jpg b/exampleSite/static/images/woman-pouring-juice-on-glass-3184192.jpg
index 1824a4d..3f881e0 100644
Binary files a/exampleSite/static/images/woman-pouring-juice-on-glass-3184192.jpg and b/exampleSite/static/images/woman-pouring-juice-on-glass-3184192.jpg differ
diff --git a/i18n/de.toml b/i18n/de.toml
new file mode 100644
index 0000000..7563e59
--- /dev/null
+++ b/i18n/de.toml
@@ -0,0 +1,5 @@
+[email]
+other = "Email"
+
+[phone]
+other = "Telefon"
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..87afd30
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,5 @@
+[email]
+other = "Email"
+
+[phone]
+other = "Phone"
diff --git a/images/screenshot.png b/images/screenshot.png
index 2b7e54e..be4eeac 100644
Binary files a/images/screenshot.png and b/images/screenshot.png differ
diff --git a/images/tn.png b/images/tn.png
index 4daa6bc..be4eeac 100644
Binary files a/images/tn.png and b/images/tn.png differ
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index b192fa0..cc95895 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,17 +1,27 @@
-
- {{- partial "head.html" . -}}
+
+
+ {{- partial "head.html" . -}}
+
{{- partial "header.html" . -}}
{{- block "main" . }}{{- end }}
{{- partial "footer.html" . -}}
-
+
+ {{ $scriptJquery := resources.Get "js/jquery-3.6.3.min.js" }}
-
-
+ {{ $scriptIndex := resources.Get "js/index.js" }}
+ {{ $scriptPolyfill := resources.Get "js/css-vars-ponyfill.min.js" }}
+ {{ $js := slice $scriptJquery $scriptIndex $scriptPolyfill | resources.Concat "js/script.js" | resources.Minify | resources.Fingerprint }}
+
+
+
+
+
+
diff --git a/layouts/_default/index.html b/layouts/_default/index.html
new file mode 100644
index 0000000..0fa0938
--- /dev/null
+++ b/layouts/_default/index.html
@@ -0,0 +1,161 @@
+{{ define "main" }}
+{{ $headless := .GetPage "./homepage" }}
+{{ if hugo.IsMultihost }}
+ {{ $headless := .Site.GetPage "/homepage" }}
+{{ end }}
+{{ $sections := $headless.Resources.ByType "page" }}
+{{ $sections := cond .Site.BuildDrafts $sections (where $sections "Draft" "==" false) }}
+{{ $content := where (where $sections "Params.external" "==" nil) "Params.detailed_page_homepage_content" "ne" false }}
+{{ $langs := .Page.AllTranslations }}
+{{ if hugo.IsMultihost }}
+ {{ $langs = .Site.Languages }}
+{{ end }}
+
+
+{{ if not .Params.header_use_video }}
+ {{ with $img := resources.Get .Params.header_image }}
+ {{ $image_options := $.Site.Params.image_options | default "webp q90 lanczos photo" -}}
+
+ {{ end }}
+
+{{ else }}
+
+{{ end }}
+
+
+
+ {{ if .Params.header_use_video }}
+
+ {{- partial "custom_header_video.html" . -}}
+ {{ end }}
+
+ {{ $num_lang := len $langs }}
+ {{ if and (gt $num_lang 1) $.Site.Params.language_menu }}
+
").append(m.parseHTML(a)).find(d):a)}).complete(c&&function(a,b){g.each(c,e||[a.responseText,b,a])}),this},m.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){m.fn[b]=function(a){return this.on(b,a)}}),m.expr.filters.animated=function(a){return m.grep(m.timers,function(b){return a===b.elem}).length};var cc=a.document.documentElement;function dc(a){return m.isWindow(a)?a:9===a.nodeType?a.defaultView||a.parentWindow:!1}m.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=m.css(a,"position"),l=m(a),n={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=m.css(a,"top"),i=m.css(a,"left"),j=("absolute"===k||"fixed"===k)&&m.inArray("auto",[f,i])>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),m.isFunction(b)&&(b=b.call(a,c,h)),null!=b.top&&(n.top=b.top-h.top+g),null!=b.left&&(n.left=b.left-h.left+e),"using"in b?b.using.call(a,n):l.css(n)}},m.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){m.offset.setOffset(this,a,b)});var b,c,d={top:0,left:0},e=this[0],f=e&&e.ownerDocument;if(f)return b=f.documentElement,m.contains(b,e)?(typeof e.getBoundingClientRect!==K&&(d=e.getBoundingClientRect()),c=dc(f),{top:d.top+(c.pageYOffset||b.scrollTop)-(b.clientTop||0),left:d.left+(c.pageXOffset||b.scrollLeft)-(b.clientLeft||0)}):d},position:function(){if(this[0]){var a,b,c={top:0,left:0},d=this[0];return"fixed"===m.css(d,"position")?b=d.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),m.nodeName(a[0],"html")||(c=a.offset()),c.top+=m.css(a[0],"borderTopWidth",!0),c.left+=m.css(a[0],"borderLeftWidth",!0)),{top:b.top-c.top-m.css(d,"marginTop",!0),left:b.left-c.left-m.css(d,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent||cc;while(a&&!m.nodeName(a,"html")&&"static"===m.css(a,"position"))a=a.offsetParent;return a||cc})}}),m.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c=/Y/.test(b);m.fn[a]=function(d){return V(this,function(a,d,e){var f=dc(a);return void 0===e?f?b in f?f[b]:f.document.documentElement[d]:a[d]:void(f?f.scrollTo(c?m(f).scrollLeft():e,c?e:m(f).scrollTop()):a[d]=e)},a,d,arguments.length,null)}}),m.each(["top","left"],function(a,b){m.cssHooks[b]=La(k.pixelPosition,function(a,c){return c?(c=Ja(a,b),Ha.test(c)?m(a).position()[b]+"px":c):void 0})}),m.each({Height:"height",Width:"width"},function(a,b){m.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){m.fn[d]=function(d,e){var f=arguments.length&&(c||"boolean"!=typeof d),g=c||(d===!0||e===!0?"margin":"border");return V(this,function(b,c,d){var e;return m.isWindow(b)?b.document.documentElement["client"+a]:9===b.nodeType?(e=b.documentElement,Math.max(b.body["scroll"+a],e["scroll"+a],b.body["offset"+a],e["offset"+a],e["client"+a])):void 0===d?m.css(b,c,g):m.style(b,c,d,g)},b,f?d:void 0,f,null)}})}),m.fn.size=function(){return this.length},m.fn.andSelf=m.fn.addBack,"function"==typeof define&&define.amd&&define("jquery",[],function(){return m});var ec=a.jQuery,fc=a.$;return m.noConflict=function(b){return a.$===m&&(a.$=fc),b&&a.jQuery===m&&(a.jQuery=ec),m},typeof b===K&&(a.jQuery=a.$=m),m});
diff --git a/static/webfonts/fa-brands-400.ttf b/static/webfonts/fa-brands-400.ttf
new file mode 100644
index 0000000..08362f3
Binary files /dev/null and b/static/webfonts/fa-brands-400.ttf differ
diff --git a/static/webfonts/fa-brands-400.woff2 b/static/webfonts/fa-brands-400.woff2
new file mode 100644
index 0000000..d84512f
Binary files /dev/null and b/static/webfonts/fa-brands-400.woff2 differ
diff --git a/static/webfonts/fa-regular-400.ttf b/static/webfonts/fa-regular-400.ttf
new file mode 100644
index 0000000..7f9b53c
Binary files /dev/null and b/static/webfonts/fa-regular-400.ttf differ
diff --git a/static/webfonts/fa-regular-400.woff2 b/static/webfonts/fa-regular-400.woff2
new file mode 100644
index 0000000..452b49c
Binary files /dev/null and b/static/webfonts/fa-regular-400.woff2 differ
diff --git a/static/webfonts/fa-solid-900.ttf b/static/webfonts/fa-solid-900.ttf
new file mode 100644
index 0000000..e7e2ecf
Binary files /dev/null and b/static/webfonts/fa-solid-900.ttf differ
diff --git a/static/webfonts/fa-solid-900.woff2 b/static/webfonts/fa-solid-900.woff2
new file mode 100644
index 0000000..fec1fae
Binary files /dev/null and b/static/webfonts/fa-solid-900.woff2 differ
diff --git a/static/webfonts/fa-v4compatibility.ttf b/static/webfonts/fa-v4compatibility.ttf
new file mode 100644
index 0000000..577b7a0
Binary files /dev/null and b/static/webfonts/fa-v4compatibility.ttf differ
diff --git a/static/webfonts/fa-v4compatibility.woff2 b/static/webfonts/fa-v4compatibility.woff2
new file mode 100644
index 0000000..7393168
Binary files /dev/null and b/static/webfonts/fa-v4compatibility.woff2 differ
diff --git a/static/fonts/open-sans-condensed-v21-latin-300.eot b/static/webfonts/open-sans-condensed-v21-latin-300.eot
similarity index 100%
rename from static/fonts/open-sans-condensed-v21-latin-300.eot
rename to static/webfonts/open-sans-condensed-v21-latin-300.eot
diff --git a/static/fonts/open-sans-condensed-v21-latin-300.svg b/static/webfonts/open-sans-condensed-v21-latin-300.svg
similarity index 100%
rename from static/fonts/open-sans-condensed-v21-latin-300.svg
rename to static/webfonts/open-sans-condensed-v21-latin-300.svg
diff --git a/static/fonts/open-sans-condensed-v21-latin-300.ttf b/static/webfonts/open-sans-condensed-v21-latin-300.ttf
similarity index 100%
rename from static/fonts/open-sans-condensed-v21-latin-300.ttf
rename to static/webfonts/open-sans-condensed-v21-latin-300.ttf
diff --git a/static/fonts/open-sans-condensed-v21-latin-300.woff b/static/webfonts/open-sans-condensed-v21-latin-300.woff
similarity index 100%
rename from static/fonts/open-sans-condensed-v21-latin-300.woff
rename to static/webfonts/open-sans-condensed-v21-latin-300.woff
diff --git a/static/fonts/open-sans-condensed-v21-latin-300.woff2 b/static/webfonts/open-sans-condensed-v21-latin-300.woff2
similarity index 100%
rename from static/fonts/open-sans-condensed-v21-latin-300.woff2
rename to static/webfonts/open-sans-condensed-v21-latin-300.woff2
diff --git a/static/fonts/open-sans-condensed-v21-latin-300italic.eot b/static/webfonts/open-sans-condensed-v21-latin-300italic.eot
similarity index 100%
rename from static/fonts/open-sans-condensed-v21-latin-300italic.eot
rename to static/webfonts/open-sans-condensed-v21-latin-300italic.eot
diff --git a/static/fonts/open-sans-condensed-v21-latin-300italic.svg b/static/webfonts/open-sans-condensed-v21-latin-300italic.svg
similarity index 100%
rename from static/fonts/open-sans-condensed-v21-latin-300italic.svg
rename to static/webfonts/open-sans-condensed-v21-latin-300italic.svg
diff --git a/static/fonts/open-sans-condensed-v21-latin-300italic.ttf b/static/webfonts/open-sans-condensed-v21-latin-300italic.ttf
similarity index 100%
rename from static/fonts/open-sans-condensed-v21-latin-300italic.ttf
rename to static/webfonts/open-sans-condensed-v21-latin-300italic.ttf
diff --git a/static/fonts/open-sans-condensed-v21-latin-300italic.woff b/static/webfonts/open-sans-condensed-v21-latin-300italic.woff
similarity index 100%
rename from static/fonts/open-sans-condensed-v21-latin-300italic.woff
rename to static/webfonts/open-sans-condensed-v21-latin-300italic.woff
diff --git a/static/fonts/open-sans-condensed-v21-latin-300italic.woff2 b/static/webfonts/open-sans-condensed-v21-latin-300italic.woff2
similarity index 100%
rename from static/fonts/open-sans-condensed-v21-latin-300italic.woff2
rename to static/webfonts/open-sans-condensed-v21-latin-300italic.woff2
diff --git a/static/fonts/open-sans-condensed-v21-latin-700.eot b/static/webfonts/open-sans-condensed-v21-latin-700.eot
similarity index 100%
rename from static/fonts/open-sans-condensed-v21-latin-700.eot
rename to static/webfonts/open-sans-condensed-v21-latin-700.eot
diff --git a/static/fonts/open-sans-condensed-v21-latin-700.svg b/static/webfonts/open-sans-condensed-v21-latin-700.svg
similarity index 100%
rename from static/fonts/open-sans-condensed-v21-latin-700.svg
rename to static/webfonts/open-sans-condensed-v21-latin-700.svg
diff --git a/static/fonts/open-sans-condensed-v21-latin-700.ttf b/static/webfonts/open-sans-condensed-v21-latin-700.ttf
similarity index 100%
rename from static/fonts/open-sans-condensed-v21-latin-700.ttf
rename to static/webfonts/open-sans-condensed-v21-latin-700.ttf
diff --git a/static/fonts/open-sans-condensed-v21-latin-700.woff b/static/webfonts/open-sans-condensed-v21-latin-700.woff
similarity index 100%
rename from static/fonts/open-sans-condensed-v21-latin-700.woff
rename to static/webfonts/open-sans-condensed-v21-latin-700.woff
diff --git a/static/fonts/open-sans-condensed-v21-latin-700.woff2 b/static/webfonts/open-sans-condensed-v21-latin-700.woff2
similarity index 100%
rename from static/fonts/open-sans-condensed-v21-latin-700.woff2
rename to static/webfonts/open-sans-condensed-v21-latin-700.woff2
diff --git a/static/fonts/open-sans-v27-latin-300.eot b/static/webfonts/open-sans-v27-latin-300.eot
similarity index 100%
rename from static/fonts/open-sans-v27-latin-300.eot
rename to static/webfonts/open-sans-v27-latin-300.eot
diff --git a/static/fonts/open-sans-v27-latin-300.svg b/static/webfonts/open-sans-v27-latin-300.svg
similarity index 100%
rename from static/fonts/open-sans-v27-latin-300.svg
rename to static/webfonts/open-sans-v27-latin-300.svg
diff --git a/static/fonts/open-sans-v27-latin-300.ttf b/static/webfonts/open-sans-v27-latin-300.ttf
similarity index 100%
rename from static/fonts/open-sans-v27-latin-300.ttf
rename to static/webfonts/open-sans-v27-latin-300.ttf
diff --git a/static/fonts/open-sans-v27-latin-300.woff b/static/webfonts/open-sans-v27-latin-300.woff
similarity index 100%
rename from static/fonts/open-sans-v27-latin-300.woff
rename to static/webfonts/open-sans-v27-latin-300.woff
diff --git a/static/fonts/open-sans-v27-latin-300.woff2 b/static/webfonts/open-sans-v27-latin-300.woff2
similarity index 100%
rename from static/fonts/open-sans-v27-latin-300.woff2
rename to static/webfonts/open-sans-v27-latin-300.woff2
diff --git a/static/fonts/open-sans-v27-latin-300italic.eot b/static/webfonts/open-sans-v27-latin-300italic.eot
similarity index 100%
rename from static/fonts/open-sans-v27-latin-300italic.eot
rename to static/webfonts/open-sans-v27-latin-300italic.eot
diff --git a/static/fonts/open-sans-v27-latin-300italic.svg b/static/webfonts/open-sans-v27-latin-300italic.svg
similarity index 100%
rename from static/fonts/open-sans-v27-latin-300italic.svg
rename to static/webfonts/open-sans-v27-latin-300italic.svg
diff --git a/static/fonts/open-sans-v27-latin-300italic.ttf b/static/webfonts/open-sans-v27-latin-300italic.ttf
similarity index 100%
rename from static/fonts/open-sans-v27-latin-300italic.ttf
rename to static/webfonts/open-sans-v27-latin-300italic.ttf
diff --git a/static/fonts/open-sans-v27-latin-300italic.woff b/static/webfonts/open-sans-v27-latin-300italic.woff
similarity index 100%
rename from static/fonts/open-sans-v27-latin-300italic.woff
rename to static/webfonts/open-sans-v27-latin-300italic.woff
diff --git a/static/fonts/open-sans-v27-latin-300italic.woff2 b/static/webfonts/open-sans-v27-latin-300italic.woff2
similarity index 100%
rename from static/fonts/open-sans-v27-latin-300italic.woff2
rename to static/webfonts/open-sans-v27-latin-300italic.woff2
diff --git a/static/fonts/open-sans-v27-latin-600.eot b/static/webfonts/open-sans-v27-latin-600.eot
similarity index 100%
rename from static/fonts/open-sans-v27-latin-600.eot
rename to static/webfonts/open-sans-v27-latin-600.eot
diff --git a/static/fonts/open-sans-v27-latin-600.svg b/static/webfonts/open-sans-v27-latin-600.svg
similarity index 100%
rename from static/fonts/open-sans-v27-latin-600.svg
rename to static/webfonts/open-sans-v27-latin-600.svg
diff --git a/static/fonts/open-sans-v27-latin-600.ttf b/static/webfonts/open-sans-v27-latin-600.ttf
similarity index 100%
rename from static/fonts/open-sans-v27-latin-600.ttf
rename to static/webfonts/open-sans-v27-latin-600.ttf
diff --git a/static/fonts/open-sans-v27-latin-600.woff b/static/webfonts/open-sans-v27-latin-600.woff
similarity index 100%
rename from static/fonts/open-sans-v27-latin-600.woff
rename to static/webfonts/open-sans-v27-latin-600.woff
diff --git a/static/fonts/open-sans-v27-latin-600.woff2 b/static/webfonts/open-sans-v27-latin-600.woff2
similarity index 100%
rename from static/fonts/open-sans-v27-latin-600.woff2
rename to static/webfonts/open-sans-v27-latin-600.woff2
diff --git a/static/fonts/open-sans-v27-latin-600italic.eot b/static/webfonts/open-sans-v27-latin-600italic.eot
similarity index 100%
rename from static/fonts/open-sans-v27-latin-600italic.eot
rename to static/webfonts/open-sans-v27-latin-600italic.eot
diff --git a/static/fonts/open-sans-v27-latin-600italic.svg b/static/webfonts/open-sans-v27-latin-600italic.svg
similarity index 100%
rename from static/fonts/open-sans-v27-latin-600italic.svg
rename to static/webfonts/open-sans-v27-latin-600italic.svg
diff --git a/static/fonts/open-sans-v27-latin-600italic.ttf b/static/webfonts/open-sans-v27-latin-600italic.ttf
similarity index 100%
rename from static/fonts/open-sans-v27-latin-600italic.ttf
rename to static/webfonts/open-sans-v27-latin-600italic.ttf
diff --git a/static/fonts/open-sans-v27-latin-600italic.woff b/static/webfonts/open-sans-v27-latin-600italic.woff
similarity index 100%
rename from static/fonts/open-sans-v27-latin-600italic.woff
rename to static/webfonts/open-sans-v27-latin-600italic.woff
diff --git a/static/fonts/open-sans-v27-latin-600italic.woff2 b/static/webfonts/open-sans-v27-latin-600italic.woff2
similarity index 100%
rename from static/fonts/open-sans-v27-latin-600italic.woff2
rename to static/webfonts/open-sans-v27-latin-600italic.woff2
diff --git a/static/fonts/open-sans-v27-latin-700.eot b/static/webfonts/open-sans-v27-latin-700.eot
similarity index 100%
rename from static/fonts/open-sans-v27-latin-700.eot
rename to static/webfonts/open-sans-v27-latin-700.eot
diff --git a/static/fonts/open-sans-v27-latin-700.svg b/static/webfonts/open-sans-v27-latin-700.svg
similarity index 100%
rename from static/fonts/open-sans-v27-latin-700.svg
rename to static/webfonts/open-sans-v27-latin-700.svg
diff --git a/static/fonts/open-sans-v27-latin-700.ttf b/static/webfonts/open-sans-v27-latin-700.ttf
similarity index 100%
rename from static/fonts/open-sans-v27-latin-700.ttf
rename to static/webfonts/open-sans-v27-latin-700.ttf
diff --git a/static/fonts/open-sans-v27-latin-700.woff b/static/webfonts/open-sans-v27-latin-700.woff
similarity index 100%
rename from static/fonts/open-sans-v27-latin-700.woff
rename to static/webfonts/open-sans-v27-latin-700.woff
diff --git a/static/fonts/open-sans-v27-latin-700.woff2 b/static/webfonts/open-sans-v27-latin-700.woff2
similarity index 100%
rename from static/fonts/open-sans-v27-latin-700.woff2
rename to static/webfonts/open-sans-v27-latin-700.woff2
diff --git a/static/fonts/open-sans-v27-latin-700italic.eot b/static/webfonts/open-sans-v27-latin-700italic.eot
similarity index 100%
rename from static/fonts/open-sans-v27-latin-700italic.eot
rename to static/webfonts/open-sans-v27-latin-700italic.eot
diff --git a/static/fonts/open-sans-v27-latin-700italic.svg b/static/webfonts/open-sans-v27-latin-700italic.svg
similarity index 100%
rename from static/fonts/open-sans-v27-latin-700italic.svg
rename to static/webfonts/open-sans-v27-latin-700italic.svg
diff --git a/static/fonts/open-sans-v27-latin-700italic.ttf b/static/webfonts/open-sans-v27-latin-700italic.ttf
similarity index 100%
rename from static/fonts/open-sans-v27-latin-700italic.ttf
rename to static/webfonts/open-sans-v27-latin-700italic.ttf
diff --git a/static/fonts/open-sans-v27-latin-700italic.woff b/static/webfonts/open-sans-v27-latin-700italic.woff
similarity index 100%
rename from static/fonts/open-sans-v27-latin-700italic.woff
rename to static/webfonts/open-sans-v27-latin-700italic.woff
diff --git a/static/fonts/open-sans-v27-latin-700italic.woff2 b/static/webfonts/open-sans-v27-latin-700italic.woff2
similarity index 100%
rename from static/fonts/open-sans-v27-latin-700italic.woff2
rename to static/webfonts/open-sans-v27-latin-700italic.woff2
diff --git a/static/fonts/open-sans-v27-latin-800.eot b/static/webfonts/open-sans-v27-latin-800.eot
similarity index 100%
rename from static/fonts/open-sans-v27-latin-800.eot
rename to static/webfonts/open-sans-v27-latin-800.eot
diff --git a/static/fonts/open-sans-v27-latin-800.svg b/static/webfonts/open-sans-v27-latin-800.svg
similarity index 100%
rename from static/fonts/open-sans-v27-latin-800.svg
rename to static/webfonts/open-sans-v27-latin-800.svg
diff --git a/static/fonts/open-sans-v27-latin-800.ttf b/static/webfonts/open-sans-v27-latin-800.ttf
similarity index 100%
rename from static/fonts/open-sans-v27-latin-800.ttf
rename to static/webfonts/open-sans-v27-latin-800.ttf
diff --git a/static/fonts/open-sans-v27-latin-800.woff b/static/webfonts/open-sans-v27-latin-800.woff
similarity index 100%
rename from static/fonts/open-sans-v27-latin-800.woff
rename to static/webfonts/open-sans-v27-latin-800.woff
diff --git a/static/fonts/open-sans-v27-latin-800.woff2 b/static/webfonts/open-sans-v27-latin-800.woff2
similarity index 100%
rename from static/fonts/open-sans-v27-latin-800.woff2
rename to static/webfonts/open-sans-v27-latin-800.woff2
diff --git a/static/fonts/open-sans-v27-latin-800italic.eot b/static/webfonts/open-sans-v27-latin-800italic.eot
similarity index 100%
rename from static/fonts/open-sans-v27-latin-800italic.eot
rename to static/webfonts/open-sans-v27-latin-800italic.eot
diff --git a/static/fonts/open-sans-v27-latin-800italic.svg b/static/webfonts/open-sans-v27-latin-800italic.svg
similarity index 100%
rename from static/fonts/open-sans-v27-latin-800italic.svg
rename to static/webfonts/open-sans-v27-latin-800italic.svg
diff --git a/static/fonts/open-sans-v27-latin-800italic.ttf b/static/webfonts/open-sans-v27-latin-800italic.ttf
similarity index 100%
rename from static/fonts/open-sans-v27-latin-800italic.ttf
rename to static/webfonts/open-sans-v27-latin-800italic.ttf
diff --git a/static/fonts/open-sans-v27-latin-800italic.woff b/static/webfonts/open-sans-v27-latin-800italic.woff
similarity index 100%
rename from static/fonts/open-sans-v27-latin-800italic.woff
rename to static/webfonts/open-sans-v27-latin-800italic.woff
diff --git a/static/fonts/open-sans-v27-latin-800italic.woff2 b/static/webfonts/open-sans-v27-latin-800italic.woff2
similarity index 100%
rename from static/fonts/open-sans-v27-latin-800italic.woff2
rename to static/webfonts/open-sans-v27-latin-800italic.woff2
diff --git a/static/fonts/open-sans-v27-latin-italic.eot b/static/webfonts/open-sans-v27-latin-italic.eot
similarity index 100%
rename from static/fonts/open-sans-v27-latin-italic.eot
rename to static/webfonts/open-sans-v27-latin-italic.eot
diff --git a/static/fonts/open-sans-v27-latin-italic.svg b/static/webfonts/open-sans-v27-latin-italic.svg
similarity index 100%
rename from static/fonts/open-sans-v27-latin-italic.svg
rename to static/webfonts/open-sans-v27-latin-italic.svg
diff --git a/static/fonts/open-sans-v27-latin-italic.ttf b/static/webfonts/open-sans-v27-latin-italic.ttf
similarity index 100%
rename from static/fonts/open-sans-v27-latin-italic.ttf
rename to static/webfonts/open-sans-v27-latin-italic.ttf
diff --git a/static/fonts/open-sans-v27-latin-italic.woff b/static/webfonts/open-sans-v27-latin-italic.woff
similarity index 100%
rename from static/fonts/open-sans-v27-latin-italic.woff
rename to static/webfonts/open-sans-v27-latin-italic.woff
diff --git a/static/fonts/open-sans-v27-latin-italic.woff2 b/static/webfonts/open-sans-v27-latin-italic.woff2
similarity index 100%
rename from static/fonts/open-sans-v27-latin-italic.woff2
rename to static/webfonts/open-sans-v27-latin-italic.woff2
diff --git a/static/fonts/open-sans-v27-latin-regular.eot b/static/webfonts/open-sans-v27-latin-regular.eot
similarity index 100%
rename from static/fonts/open-sans-v27-latin-regular.eot
rename to static/webfonts/open-sans-v27-latin-regular.eot
diff --git a/static/fonts/open-sans-v27-latin-regular.svg b/static/webfonts/open-sans-v27-latin-regular.svg
similarity index 100%
rename from static/fonts/open-sans-v27-latin-regular.svg
rename to static/webfonts/open-sans-v27-latin-regular.svg
diff --git a/static/fonts/open-sans-v27-latin-regular.ttf b/static/webfonts/open-sans-v27-latin-regular.ttf
similarity index 100%
rename from static/fonts/open-sans-v27-latin-regular.ttf
rename to static/webfonts/open-sans-v27-latin-regular.ttf
diff --git a/static/fonts/open-sans-v27-latin-regular.woff b/static/webfonts/open-sans-v27-latin-regular.woff
similarity index 100%
rename from static/fonts/open-sans-v27-latin-regular.woff
rename to static/webfonts/open-sans-v27-latin-regular.woff
diff --git a/static/fonts/open-sans-v27-latin-regular.woff2 b/static/webfonts/open-sans-v27-latin-regular.woff2
similarity index 100%
rename from static/fonts/open-sans-v27-latin-regular.woff2
rename to static/webfonts/open-sans-v27-latin-regular.woff2
diff --git a/static/fonts/oswald-v40-latin-300.eot b/static/webfonts/oswald-v40-latin-300.eot
similarity index 100%
rename from static/fonts/oswald-v40-latin-300.eot
rename to static/webfonts/oswald-v40-latin-300.eot
diff --git a/static/fonts/oswald-v40-latin-300.svg b/static/webfonts/oswald-v40-latin-300.svg
similarity index 100%
rename from static/fonts/oswald-v40-latin-300.svg
rename to static/webfonts/oswald-v40-latin-300.svg
diff --git a/static/fonts/oswald-v40-latin-300.ttf b/static/webfonts/oswald-v40-latin-300.ttf
similarity index 100%
rename from static/fonts/oswald-v40-latin-300.ttf
rename to static/webfonts/oswald-v40-latin-300.ttf
diff --git a/static/fonts/oswald-v40-latin-300.woff b/static/webfonts/oswald-v40-latin-300.woff
similarity index 100%
rename from static/fonts/oswald-v40-latin-300.woff
rename to static/webfonts/oswald-v40-latin-300.woff
diff --git a/static/fonts/oswald-v40-latin-300.woff2 b/static/webfonts/oswald-v40-latin-300.woff2
similarity index 100%
rename from static/fonts/oswald-v40-latin-300.woff2
rename to static/webfonts/oswald-v40-latin-300.woff2
diff --git a/static/fonts/oswald-v40-latin-700.eot b/static/webfonts/oswald-v40-latin-700.eot
similarity index 100%
rename from static/fonts/oswald-v40-latin-700.eot
rename to static/webfonts/oswald-v40-latin-700.eot
diff --git a/static/fonts/oswald-v40-latin-700.svg b/static/webfonts/oswald-v40-latin-700.svg
similarity index 100%
rename from static/fonts/oswald-v40-latin-700.svg
rename to static/webfonts/oswald-v40-latin-700.svg
diff --git a/static/fonts/oswald-v40-latin-700.ttf b/static/webfonts/oswald-v40-latin-700.ttf
similarity index 100%
rename from static/fonts/oswald-v40-latin-700.ttf
rename to static/webfonts/oswald-v40-latin-700.ttf
diff --git a/static/fonts/oswald-v40-latin-700.woff b/static/webfonts/oswald-v40-latin-700.woff
similarity index 100%
rename from static/fonts/oswald-v40-latin-700.woff
rename to static/webfonts/oswald-v40-latin-700.woff
diff --git a/static/fonts/oswald-v40-latin-700.woff2 b/static/webfonts/oswald-v40-latin-700.woff2
similarity index 100%
rename from static/fonts/oswald-v40-latin-700.woff2
rename to static/webfonts/oswald-v40-latin-700.woff2
diff --git a/static/fonts/oswald-v40-latin-regular.eot b/static/webfonts/oswald-v40-latin-regular.eot
similarity index 100%
rename from static/fonts/oswald-v40-latin-regular.eot
rename to static/webfonts/oswald-v40-latin-regular.eot
diff --git a/static/fonts/oswald-v40-latin-regular.svg b/static/webfonts/oswald-v40-latin-regular.svg
similarity index 100%
rename from static/fonts/oswald-v40-latin-regular.svg
rename to static/webfonts/oswald-v40-latin-regular.svg
diff --git a/static/fonts/oswald-v40-latin-regular.ttf b/static/webfonts/oswald-v40-latin-regular.ttf
similarity index 100%
rename from static/fonts/oswald-v40-latin-regular.ttf
rename to static/webfonts/oswald-v40-latin-regular.ttf
diff --git a/static/fonts/oswald-v40-latin-regular.woff b/static/webfonts/oswald-v40-latin-regular.woff
similarity index 100%
rename from static/fonts/oswald-v40-latin-regular.woff
rename to static/webfonts/oswald-v40-latin-regular.woff
diff --git a/static/fonts/oswald-v40-latin-regular.woff2 b/static/webfonts/oswald-v40-latin-regular.woff2
similarity index 100%
rename from static/fonts/oswald-v40-latin-regular.woff2
rename to static/webfonts/oswald-v40-latin-regular.woff2
diff --git a/static/fonts/roboto-slab-v16-latin-100.eot b/static/webfonts/roboto-slab-v16-latin-100.eot
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-100.eot
rename to static/webfonts/roboto-slab-v16-latin-100.eot
diff --git a/static/fonts/roboto-slab-v16-latin-100.svg b/static/webfonts/roboto-slab-v16-latin-100.svg
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-100.svg
rename to static/webfonts/roboto-slab-v16-latin-100.svg
diff --git a/static/fonts/roboto-slab-v16-latin-100.ttf b/static/webfonts/roboto-slab-v16-latin-100.ttf
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-100.ttf
rename to static/webfonts/roboto-slab-v16-latin-100.ttf
diff --git a/static/fonts/roboto-slab-v16-latin-100.woff b/static/webfonts/roboto-slab-v16-latin-100.woff
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-100.woff
rename to static/webfonts/roboto-slab-v16-latin-100.woff
diff --git a/static/fonts/roboto-slab-v16-latin-100.woff2 b/static/webfonts/roboto-slab-v16-latin-100.woff2
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-100.woff2
rename to static/webfonts/roboto-slab-v16-latin-100.woff2
diff --git a/static/fonts/roboto-slab-v16-latin-300.eot b/static/webfonts/roboto-slab-v16-latin-300.eot
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-300.eot
rename to static/webfonts/roboto-slab-v16-latin-300.eot
diff --git a/static/fonts/roboto-slab-v16-latin-300.svg b/static/webfonts/roboto-slab-v16-latin-300.svg
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-300.svg
rename to static/webfonts/roboto-slab-v16-latin-300.svg
diff --git a/static/fonts/roboto-slab-v16-latin-300.ttf b/static/webfonts/roboto-slab-v16-latin-300.ttf
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-300.ttf
rename to static/webfonts/roboto-slab-v16-latin-300.ttf
diff --git a/static/fonts/roboto-slab-v16-latin-300.woff b/static/webfonts/roboto-slab-v16-latin-300.woff
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-300.woff
rename to static/webfonts/roboto-slab-v16-latin-300.woff
diff --git a/static/fonts/roboto-slab-v16-latin-300.woff2 b/static/webfonts/roboto-slab-v16-latin-300.woff2
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-300.woff2
rename to static/webfonts/roboto-slab-v16-latin-300.woff2
diff --git a/static/fonts/roboto-slab-v16-latin-700.eot b/static/webfonts/roboto-slab-v16-latin-700.eot
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-700.eot
rename to static/webfonts/roboto-slab-v16-latin-700.eot
diff --git a/static/fonts/roboto-slab-v16-latin-700.svg b/static/webfonts/roboto-slab-v16-latin-700.svg
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-700.svg
rename to static/webfonts/roboto-slab-v16-latin-700.svg
diff --git a/static/fonts/roboto-slab-v16-latin-700.ttf b/static/webfonts/roboto-slab-v16-latin-700.ttf
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-700.ttf
rename to static/webfonts/roboto-slab-v16-latin-700.ttf
diff --git a/static/fonts/roboto-slab-v16-latin-700.woff b/static/webfonts/roboto-slab-v16-latin-700.woff
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-700.woff
rename to static/webfonts/roboto-slab-v16-latin-700.woff
diff --git a/static/fonts/roboto-slab-v16-latin-700.woff2 b/static/webfonts/roboto-slab-v16-latin-700.woff2
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-700.woff2
rename to static/webfonts/roboto-slab-v16-latin-700.woff2
diff --git a/static/fonts/roboto-slab-v16-latin-regular.eot b/static/webfonts/roboto-slab-v16-latin-regular.eot
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-regular.eot
rename to static/webfonts/roboto-slab-v16-latin-regular.eot
diff --git a/static/fonts/roboto-slab-v16-latin-regular.svg b/static/webfonts/roboto-slab-v16-latin-regular.svg
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-regular.svg
rename to static/webfonts/roboto-slab-v16-latin-regular.svg
diff --git a/static/fonts/roboto-slab-v16-latin-regular.ttf b/static/webfonts/roboto-slab-v16-latin-regular.ttf
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-regular.ttf
rename to static/webfonts/roboto-slab-v16-latin-regular.ttf
diff --git a/static/fonts/roboto-slab-v16-latin-regular.woff b/static/webfonts/roboto-slab-v16-latin-regular.woff
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-regular.woff
rename to static/webfonts/roboto-slab-v16-latin-regular.woff
diff --git a/static/fonts/roboto-slab-v16-latin-regular.woff2 b/static/webfonts/roboto-slab-v16-latin-regular.woff2
similarity index 100%
rename from static/fonts/roboto-slab-v16-latin-regular.woff2
rename to static/webfonts/roboto-slab-v16-latin-regular.woff2
diff --git a/theme.toml b/theme.toml
index 5c14416..e8b5542 100644
--- a/theme.toml
+++ b/theme.toml
@@ -3,15 +3,14 @@
name = "Hugo Scroll"
license = "MIT"
-licenselink = "https://github.com/janraasch/hugo-scroll/blob/master/LICENSE"
+licenselink = "https://github.com/zjedi/hugo-scroll/blob/master/LICENSE"
description = "A Hugo theme for pretty, quick and simple single-page websites."
-homepage = "https://github.com/janraasch/hugo-scroll"
-demosite = "https://janraasch.github.io/hugo-scroll/"
+homepage = "https://github.com/zjedi/hugo-scroll"
+demosite = "https://zjedi.github.io/hugo-scroll/"
tags = [
"clean",
"contact",
"fontawesome",
- "forkawesome",
"landing page",
"onepage",
"one page",
@@ -24,11 +23,12 @@ tags = [
"theme"
]
features = ["cover-image", "favicon", "header-menu", "auto-scroll"]
-min_version = "0.41.0"
+min_version = "0.132.0"
-[author]
- name = "Jan Raasch"
- homepage = "https://www.janraasch.com"
+authors = [
+ {name = "Jan Raasch", homepage = "https://www.janraasch.com"},
+ {name = "Zdenek Kedaj", homepage = "https://github.com/zjedi"}
+]
[original]
name = "GhostScroll"