diff --git a/content/en/blog/index.njk b/content/en/blog/index.njk deleted file mode 100644 index f64d019..0000000 --- a/content/en/blog/index.njk +++ /dev/null @@ -1,27 +0,0 @@ ----js -{ - title: "Blog", - pagination: { - data: "collections.posts", - size: 6, - reverse: true, - before: function(paginationData, fullData) { - return this.filterCollectionLang(paginationData, fullData.lang); - } - }, - layout: "layouts/page.njk", - permalink: "/{{ lang }}/blog/{% if pagination.pageNumber %}{{ pagePrefix }}{{ pagination.pageNumber + 1 }}/{% endif %}", - eleventyNavigation: { - key: "Blog", - order: 2 - } -} ---- -

{{ "filter_by_tag" | i18n }}

-
- {% set tags = collections.posts | filterCollectionLang | getAllTags %} - {% include "components/taggroup.njk" %} -
-{% set postslist = pagination.items %} -{% include "postslist.njk" %} -{% include "templates/pagination.njk" %} diff --git a/content/en/blog/posts/fifthpost.md b/content/en/blog/posts/fifthpost.md deleted file mode 100644 index b173821..0000000 --- a/content/en/blog/posts/fifthpost.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: This is a fifth post (draft) -date: 2023-01-23 -draft: true ---- -This is a draft post diff --git a/content/en/blog/posts/firstpost.md b/content/en/blog/posts/firstpost.md deleted file mode 100644 index 0557716..0000000 --- a/content/en/blog/posts/firstpost.md +++ /dev/null @@ -1,26 +0,0 @@ ---- -title: This is my first post. -description: This is a post on My Blog about agile frameworks. -date: 2018-05-01 -tags: - - another tag ---- -Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment. - -Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. - -## Section Header - -Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line. - -```diff-js - // this is a command - function myCommand() { -+ let counter = 0; -- let counter = 1; - counter++; - } - - // Test with a line break above this line. - console.log('Test'); -``` diff --git a/content/en/blog/posts/fourthpost/fourthpost.md b/content/en/blog/posts/fourthpost/fourthpost.md deleted file mode 100644 index d32e49b..0000000 --- a/content/en/blog/posts/fourthpost/fourthpost.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: This is my fourth post. -description: This is a post on My Blog about touchpoints and circling wagons. -date: 2018-09-30 -tags: second tag ---- -Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment. - -Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. - -{% image "./possum.png", "A possum parent and two possum kids hanging from the iconic red balloon" %} - - -## Section Header - -Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line. - diff --git a/content/en/blog/posts/fourthpost/possum.png b/content/en/blog/posts/fourthpost/possum.png deleted file mode 100644 index f332150..0000000 Binary files a/content/en/blog/posts/fourthpost/possum.png and /dev/null differ diff --git a/content/en/blog/posts/posts.11tydata.js b/content/en/blog/posts/posts.11tydata.js deleted file mode 100644 index ac7c5d4..0000000 --- a/content/en/blog/posts/posts.11tydata.js +++ /dev/null @@ -1,9 +0,0 @@ -module.exports = { - tags: [ - "posts" - ], - layout: "layouts/post.njk", - permalink: function (data) { - return `/${data.lang}/blog/${data.page.fileSlug}/`; - } -}; diff --git a/content/en/blog/posts/secondpost.md b/content/en/blog/posts/secondpost.md deleted file mode 100644 index f80945e..0000000 --- a/content/en/blog/posts/secondpost.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: This is my second post with a much longer title. -description: This is a post on My Blog about leveraging agile frameworks. -date: 2018-07-04 -tags: - - number 2 ---- -Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment. - -## Section Header - -First post -Third post - -Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. - -Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line. diff --git a/content/en/blog/posts/thirdpost.md b/content/en/blog/posts/thirdpost.md deleted file mode 100644 index bdea878..0000000 --- a/content/en/blog/posts/thirdpost.md +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: This is my third post. -description: This is a post on My Blog about win-win survival strategies. -date: 2018-08-24 -tags: - - second tag - - posts with two tags ---- -Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment. - -## Code - -### Styled (with Syntax) - -Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. - -```js -// this is a command -function myCommand() { - let counter = 0; - counter++; -} - -// Test with a line break above this line. -console.log('Test'); -``` - -### Unstyled - -Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring. - -``` -// this is a command -function myCommand() { - let counter = 0; - counter++; -} - -// Test with a line break above this line. -console.log('Test'); -``` - -## Section Header - -Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line. diff --git a/content/en/blog/tags.njk b/content/en/blog/tags.njk deleted file mode 100644 index 6ba1e55..0000000 --- a/content/en/blog/tags.njk +++ /dev/null @@ -1,29 +0,0 @@ ----js -{ - title: "Blog", - pagination: { - data: "collections.posts", - size: 1, - alias: "tag", - before: function(paginationData, fullData) { - return this.paginateCollectionTags(this.filterCollectionLang(paginationData, fullData.lang), 10); - } - }, - layout: "layouts/page.njk", - permalink: "/{{ lang }}/blog/tags/{{ tag.tagName | slugify }}/{% if tag.pageNumber %}{{ pagePrefix }}{{ tag.pageNumber + 1 }}/{% endif %}", -} ---- -

{{ "filtered_by" | i18n }} - - {{ tag.tagName }} - -

-
- {% set tags = collections.posts | filterCollectionLang | getAllTags | filterTagList([tag.tagName]) %} - {% include "components/taggroup.njk" %} -
-{% set postslist = tag.pageData %} -{% include "postslist.njk" %} -{% set tagUrl %}{{ "/blog/tags/"| locale_url }}{{ tag.tagName | slugify }}/{% endset %} -{% set pagination = pagination | buildPagination(tagUrl) %} -{% include "templates/pagination.njk" %} diff --git a/content/en/blog/tags_index.njk b/content/en/blog/tags_index.njk deleted file mode 100644 index e3847d1..0000000 --- a/content/en/blog/tags_index.njk +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: Tags -layout: layouts/page.njk -permalink: "/{{ lang }}/blog/tags/" ---- -{% set tags = collections.posts | filterCollectionLang | getAllTags %} -{% include "components/taggroup.njk" %} diff --git a/content/en/index.njk b/content/en/index.njk index 8d961eb..6e2a5b6 100644 --- a/content/en/index.njk +++ b/content/en/index.njk @@ -1,4 +1,5 @@ --- +title: Home layout: layouts/home.njk eleventyNavigation: key: Home