diff --git a/_config.yml b/_config.yml index 4d4b630..17b2172 100644 --- a/_config.yml +++ b/_config.yml @@ -18,3 +18,5 @@ collections: posts: output: true permalink: /blog/:title/ + clients: + output: false diff --git a/src/_clients/a-client.md b/src/_clients/a-client.md new file mode 100644 index 0000000..e914a77 --- /dev/null +++ b/src/_clients/a-client.md @@ -0,0 +1,5 @@ +--- +title: A. Client +description: Someone we have done some work for. How did it help them? What did we achieve? +image: pic03.jpg +--- diff --git a/src/_clients/a-n-other.md b/src/_clients/a-n-other.md new file mode 100644 index 0000000..6c85835 --- /dev/null +++ b/src/_clients/a-n-other.md @@ -0,0 +1,5 @@ +--- +title: A. N. Other +description: Another client with another few sentences of text. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean commodo ligula eget dolor. +image: pic01.jpg +--- diff --git a/src/_includes/section-three.html b/src/_includes/section-three.html index 79c150a..7ed747a 100644 --- a/src/_includes/section-three.html +++ b/src/_includes/section-three.html @@ -10,27 +10,27 @@ applications we have deployed for our clients.

diff --git a/src/_layouts/spotlight.html b/src/_layouts/spotlight.html index 3a77342..0324b6b 100644 --- a/src/_layouts/spotlight.html +++ b/src/_layouts/spotlight.html @@ -17,13 +17,19 @@ {% assign items = site.posts %} {% elsif page.tiles-source == 'pages' %} {% assign items = site.pages %} + {% elsif page.tiles-source == 'clients' %} + {% assign items = site.clients %} {% endif %} {% for item in items limit:page.tiles-count %}
{% if item.image %}{% endif %}
-

{{ item.title }}

+

+ {% if item.layout %}{% endif %} + {{ item.title }} + {% if item.layout %}{% endif %} +

{{ item.description }}

diff --git a/src/_posts/2016-09-23-privacy.md b/src/_posts/2016-09-23-privacy.md deleted file mode 100644 index d80ba93..0000000 --- a/src/_posts/2016-09-23-privacy.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: post -title: Blog post about privacy -description: A post about privacy. -image: pic03.jpg -category: values ---- - -Privacy. diff --git a/src/_posts/2017-09-21-sustainability.md b/src/_posts/2017-09-21-sustainability.md deleted file mode 100644 index c1a6e95..0000000 --- a/src/_posts/2017-09-21-sustainability.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: post -title: Blog post about sustainibility -description: A post about sustainability. -image: pic01.jpg -category: values ---- - -Sustainability. diff --git a/src/_posts/2017-09-22-transparency.md b/src/_posts/2017-09-22-transparency.md deleted file mode 100644 index 801020c..0000000 --- a/src/_posts/2017-09-22-transparency.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -layout: post -title: Blog post about transparency -description: a post about transparency. -image: pic02.jpg -category: values ---- - -Transparency. diff --git a/src/assets/images/pic02.jpg b/src/assets/images/pic02.jpg deleted file mode 100644 index d0e2d19..0000000 Binary files a/src/assets/images/pic02.jpg and /dev/null differ diff --git a/src/assets/images/pic03.jpg b/src/assets/images/pic03.jpg deleted file mode 100644 index d8a2bf1..0000000 Binary files a/src/assets/images/pic03.jpg and /dev/null differ diff --git a/src/assets/images/pic04.jpg b/src/assets/images/pic04.jpg deleted file mode 100644 index dcb6904..0000000 Binary files a/src/assets/images/pic04.jpg and /dev/null differ diff --git a/src/assets/images/pic05.jpg b/src/assets/images/pic05.jpg deleted file mode 100644 index f104c59..0000000 Binary files a/src/assets/images/pic05.jpg and /dev/null differ diff --git a/src/clients.md b/src/clients.md index da37c4a..cd398ed 100644 --- a/src/clients.md +++ b/src/clients.md @@ -1,9 +1,9 @@ --- -layout: page +layout: spotlight +tiles-source: clients +tiles-limit: 50 title: Clients description: Clients of Autonomic --- -### Clients - -Insert fancy list of clients +### Clients \ No newline at end of file