diff --git a/docs/_config.yml b/docs/_config.yml index eb23a51..2b6a79a 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -26,12 +26,15 @@ show_downloads: true markdown: kramdown # theme: jekyll-theme-slate -plugins: - - jekyll-feed +# plugins: +# - jekyll-feed # Exclude from processing. # The following items will not be processed, by default. Create a custom list # to override the default setting. +exclude: + - summary.psd + # exclude: # - Gemfile # - Gemfile.lock diff --git a/docs/_layouts/rising.html b/docs/_layouts/rising.html index 87c11fa..1be11a8 100644 --- a/docs/_layouts/rising.html +++ b/docs/_layouts/rising.html @@ -15,7 +15,7 @@ height:45px; text-indent: -5000px; overflow: hidden; - background: url(../assets/mac.png) no-repeat bottom left; + background: url(../assets/images/mac.png) no-repeat bottom left; margin-left: 18px; background-size: contain; } @@ -27,18 +27,18 @@ height:45px; text-indent: -5000px; overflow: hidden; - background: url(../assets/win.png) no-repeat bottom right; + background: url(../assets/images/win.png) no-repeat bottom right; background-size: contain; } .mac_download_link:hover { - background: url(../assets/mac.png) no-repeat top left; + background: url(../assets/images/mac.png) no-repeat top left; background-size: contain; filter: brightness(1.2); } .win_download_link:hover { - background: url(../assets/win.png) no-repeat top right; + background: url(../assets/images/win.png) no-repeat top right; background-size: contain; filter: brightness(1.2); } diff --git a/docs/assets/improved-search.png b/docs/assets/images/improved-search.png similarity index 100% rename from docs/assets/improved-search.png rename to docs/assets/images/improved-search.png diff --git a/docs/assets/link-preview.png b/docs/assets/images/link-preview.png similarity index 100% rename from docs/assets/link-preview.png rename to docs/assets/images/link-preview.png diff --git a/docs/assets/mac.png b/docs/assets/images/mac.png similarity index 100% rename from docs/assets/mac.png rename to docs/assets/images/mac.png diff --git a/docs/assets/smarter-ads.png b/docs/assets/images/smarter-ads.png similarity index 100% rename from docs/assets/smarter-ads.png rename to docs/assets/images/smarter-ads.png diff --git a/docs/assets/ui-tweaks.png b/docs/assets/images/ui-tweaks.png similarity index 100% rename from docs/assets/ui-tweaks.png rename to docs/assets/images/ui-tweaks.png diff --git a/docs/assets/win.png b/docs/assets/images/win.png similarity index 100% rename from docs/assets/win.png rename to docs/assets/images/win.png diff --git a/docs/index.md b/docs/index.md index d698eaa..3f37d0b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,22 +19,22 @@ See a [detailed list of features](https://github.com/mrstallion/flist-rising/blo ## Link Previews Hover your mouse on any link to view the image. -![Smarter Ads](assets/link-preview.png) +![Smarter Ads](assets/images/link-preview.png) ## Smarter Ads Characters who match your preferences have highlighted ads. -![Smarter Ads](assets/smarter-ads.png) +![Smarter Ads](assets/images/smarter-ads.png) ## Improved Search See immediately who is a good match for you. -![Improved Search](assets/improved-search.png) +![Improved Search](assets/images/improved-search.png) ## UI Tweaks Dozens of useful improvements all around! -![UI Tweaks](assets/ui-tweaks.png) +![UI Tweaks](assets/images/ui-tweaks.png)