From f71be4e7a53a8255cc94094f8fe790eaf12bf2bf Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Fri, 11 May 2018 09:10:23 -0400 Subject: [PATCH] Move images to img subdirectory --- _config.yml | 1 - _includes/dock.html | 14 +++++++------- _includes/header.html | 2 +- development.png => img/development.png | Bin docs.png => img/docs.png | Bin .../essential_dockapps.png | Bin header.png => img/header.png | Bin homewmaker.png => img/homewmaker.png | Bin links.png => img/links.png | Bin mailing_list.png => img/mailing_list.png | Bin news.png => img/news.png | Bin themes.png => img/themes.png | Bin v0_95_1.png => img/v0_95_1.png | Bin .../wmaker-screenshot.png | Bin 14 files changed, 8 insertions(+), 9 deletions(-) rename development.png => img/development.png (100%) rename docs.png => img/docs.png (100%) rename essential_dockapps.png => img/essential_dockapps.png (100%) rename header.png => img/header.png (100%) rename homewmaker.png => img/homewmaker.png (100%) rename links.png => img/links.png (100%) rename mailing_list.png => img/mailing_list.png (100%) rename news.png => img/news.png (100%) rename themes.png => img/themes.png (100%) rename v0_95_1.png => img/v0_95_1.png (100%) rename wmaker-screenshot.png => img/wmaker-screenshot.png (100%) diff --git a/_config.yml b/_config.yml index ea95bbc..5af0498 100644 --- a/_config.yml +++ b/_config.yml @@ -1,2 +1 @@ title: Window Maker -baseurl: / diff --git a/_includes/dock.html b/_includes/dock.html index 576e240..e862622 100644 --- a/_includes/dock.html +++ b/_includes/dock.html @@ -1,36 +1,36 @@
- + + "{{ site.baseurl }}/img/news.png" alt="News" width="60" height="81"> + "{{ site.baseurl }}/img/docs.png" alt="Documentation" width="60" height="81"> - - - -
HomeHome
News
Documentation
Mailing ListsMailing Lists
DevelopmentDevelopment
ThemesThemes
LinksLinks
diff --git a/_includes/header.html b/_includes/header.html index e3e8412..bd1f5de 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -2,7 +2,7 @@
- title bar + title bar
diff --git a/development.png b/img/development.png similarity index 100% rename from development.png rename to img/development.png diff --git a/docs.png b/img/docs.png similarity index 100% rename from docs.png rename to img/docs.png diff --git a/essential_dockapps.png b/img/essential_dockapps.png similarity index 100% rename from essential_dockapps.png rename to img/essential_dockapps.png diff --git a/header.png b/img/header.png similarity index 100% rename from header.png rename to img/header.png diff --git a/homewmaker.png b/img/homewmaker.png similarity index 100% rename from homewmaker.png rename to img/homewmaker.png diff --git a/links.png b/img/links.png similarity index 100% rename from links.png rename to img/links.png diff --git a/mailing_list.png b/img/mailing_list.png similarity index 100% rename from mailing_list.png rename to img/mailing_list.png diff --git a/news.png b/img/news.png similarity index 100% rename from news.png rename to img/news.png diff --git a/themes.png b/img/themes.png similarity index 100% rename from themes.png rename to img/themes.png diff --git a/v0_95_1.png b/img/v0_95_1.png similarity index 100% rename from v0_95_1.png rename to img/v0_95_1.png diff --git a/wmaker-screenshot.png b/img/wmaker-screenshot.png similarity index 100% rename from wmaker-screenshot.png rename to img/wmaker-screenshot.png