From 2d81dcf639013e47509caac3102c63866185119a Mon Sep 17 00:00:00 2001 From: Alessandro Franceschi Date: Fri, 27 Dec 2024 13:47:43 +0100 Subject: [PATCH] Added www and services skeletons --- _includes/header_guide.html | 40 ------------------------------- _includes/services_ansible.html | 0 _includes/services_health.html | 0 _includes/services_instant.html | 0 _includes/services_kickstart.html | 0 _includes/services_smart.html | 0 _includes/services_splash.html | 0 _includes/services_training.html | 0 _includes/wwwww_splash.html | 0 _includes/wwwww_what.html | 0 _includes/wwwww_when.html | 0 _includes/wwwww_where.html | 0 _includes/wwwww_who.html | 0 _includes/wwwww_why.html | 0 _layouts/blog.html | 2 +- _layouts/bloglist.html | 2 +- _layouts/eventslist.html | 2 +- _layouts/home.html | 2 +- _layouts/legal.html | 2 +- _layouts/services.html | 19 +++++++++++++++ _layouts/wwwww.html | 9 +++++-- services/index.html | 5 ++++ 22 files changed, 36 insertions(+), 47 deletions(-) delete mode 100644 _includes/header_guide.html create mode 100644 _includes/services_ansible.html create mode 100644 _includes/services_health.html create mode 100644 _includes/services_instant.html create mode 100644 _includes/services_kickstart.html create mode 100644 _includes/services_smart.html create mode 100644 _includes/services_splash.html create mode 100644 _includes/services_training.html create mode 100644 _includes/wwwww_splash.html create mode 100644 _includes/wwwww_what.html create mode 100644 _includes/wwwww_when.html create mode 100644 _includes/wwwww_where.html create mode 100644 _includes/wwwww_who.html create mode 100644 _includes/wwwww_why.html create mode 100644 _layouts/services.html create mode 100644 services/index.html diff --git a/_includes/header_guide.html b/_includes/header_guide.html deleted file mode 100644 index 051be81..0000000 --- a/_includes/header_guide.html +++ /dev/null @@ -1,40 +0,0 @@ - - diff --git a/_includes/services_ansible.html b/_includes/services_ansible.html new file mode 100644 index 0000000..e69de29 diff --git a/_includes/services_health.html b/_includes/services_health.html new file mode 100644 index 0000000..e69de29 diff --git a/_includes/services_instant.html b/_includes/services_instant.html new file mode 100644 index 0000000..e69de29 diff --git a/_includes/services_kickstart.html b/_includes/services_kickstart.html new file mode 100644 index 0000000..e69de29 diff --git a/_includes/services_smart.html b/_includes/services_smart.html new file mode 100644 index 0000000..e69de29 diff --git a/_includes/services_splash.html b/_includes/services_splash.html new file mode 100644 index 0000000..e69de29 diff --git a/_includes/services_training.html b/_includes/services_training.html new file mode 100644 index 0000000..e69de29 diff --git a/_includes/wwwww_splash.html b/_includes/wwwww_splash.html new file mode 100644 index 0000000..e69de29 diff --git a/_includes/wwwww_what.html b/_includes/wwwww_what.html new file mode 100644 index 0000000..e69de29 diff --git a/_includes/wwwww_when.html b/_includes/wwwww_when.html new file mode 100644 index 0000000..e69de29 diff --git a/_includes/wwwww_where.html b/_includes/wwwww_where.html new file mode 100644 index 0000000..e69de29 diff --git a/_includes/wwwww_who.html b/_includes/wwwww_who.html new file mode 100644 index 0000000..e69de29 diff --git a/_includes/wwwww_why.html b/_includes/wwwww_why.html new file mode 100644 index 0000000..e69de29 diff --git a/_layouts/blog.html b/_layouts/blog.html index 0d8682b..eb60594 100644 --- a/_layouts/blog.html +++ b/_layouts/blog.html @@ -1,8 +1,8 @@ -{% include head.html %} {% include analytics.html %} +{% include head.html %} {% include header.html %} diff --git a/_layouts/bloglist.html b/_layouts/bloglist.html index 1837159..c473bd0 100644 --- a/_layouts/bloglist.html +++ b/_layouts/bloglist.html @@ -1,8 +1,8 @@ -{% include head.html %} {% include analytics.html %} +{% include head.html %} {% include header.html %} diff --git a/_layouts/eventslist.html b/_layouts/eventslist.html index 722ab6a..12b6c30 100644 --- a/_layouts/eventslist.html +++ b/_layouts/eventslist.html @@ -1,8 +1,8 @@ -{% include head.html %} {% include analytics.html %} +{% include head.html %} {% include header.html %} diff --git a/_layouts/home.html b/_layouts/home.html index c9e164c..5ee2614 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -1,8 +1,8 @@ -{% include head.html %} {% include analytics.html %} +{% include head.html %} {% include header_home.html %} diff --git a/_layouts/legal.html b/_layouts/legal.html index ef8cf60..5feb42a 100644 --- a/_layouts/legal.html +++ b/_layouts/legal.html @@ -1,8 +1,8 @@ -{% include head.html %} {% include analytics.html %} +{% include head.html %} {% include header.html %} diff --git a/_layouts/services.html b/_layouts/services.html new file mode 100644 index 0000000..f783dc3 --- /dev/null +++ b/_layouts/services.html @@ -0,0 +1,19 @@ + + + +{% include analytics.html %} +{% include head.html %} + + +{% include header.html %} +{% include services_splash.html %} +{% include services_instant.html %} +{% include services_smart.html %} +{% include services_training.html %} +{% include services_health.html %} +{% include services_project.html %} +{% include services_ansible.html %} +{% include footer.html %} +{% include js.html %} + + diff --git a/_layouts/wwwww.html b/_layouts/wwwww.html index dcbb44e..896a4df 100644 --- a/_layouts/wwwww.html +++ b/_layouts/wwwww.html @@ -1,12 +1,17 @@ -{% include head.html %} {% include analytics.html %} +{% include head.html %} {% include header.html %} - +{% include wwwww_splash.html %} +{% include wwwww_who.html %} +{% include wwwww_what.html %} +{% include wwwww_when.html %} +{% include wwwww_where.html %} +{% include wwwww_why.html %} {% include footer.html %} {% include js.html %} diff --git a/services/index.html b/services/index.html new file mode 100644 index 0000000..dc47b48 --- /dev/null +++ b/services/index.html @@ -0,0 +1,5 @@ +--- +layout: services +title: 'Puppet Consulting Services: support, development, training' +subTitle: A smart and flexible list of Puppet support, training and development services +---