diff --git a/_includes/layouts/home.njk b/_includes/layouts/home.njk index cfb97f6..018611b 100644 --- a/_includes/layouts/home.njk +++ b/_includes/layouts/home.njk @@ -1,16 +1,4 @@ --- layout: layouts/base.njk --- - -{%- css %}{% include "public/css/message-box.css" %}{% endcss %} -
-
    -
  1. Edit the _data/metadata.js with your blog’s information.
  2. -
  3. (Optional) Edit eleventy.config.js with your configuration preferences.
  4. -
  5. Delete this message from _includes/layouts/home.njk.
  6. -
-

This is an Eleventy project created from the eleventy-base-blog repo.

-
- - {{ content | safe }} diff --git a/content/blog/2024-09-12-01-hey-cohost.md b/content/blog/2024-09-12-01-hey-cohost.md new file mode 100644 index 0000000..a098aac --- /dev/null +++ b/content/blog/2024-09-12-01-hey-cohost.md @@ -0,0 +1,11 @@ +--- +title: Hey Cohost +date: 2024-09-12 +tags: + - hey cohost +--- +Holy shit I'm doing this. I'm... "blogging." + +I'm using a tool for this called [Eleventy](https://www.11ty.dev/), working from their template called [eleventy-base-blog](https://github.com/11ty/eleventy-base-blog). I'm hosting this on a server I bought from [DigitalOcean](https://www.digitalocean.com/) because I can also use it to run Minecraft. + +Look at all those links. Wow. I sure am Posting again. diff --git a/content/blog/fifthpost.md b/content/blog/fifthpost.md deleted file mode 100644 index b173821..0000000 --- a/content/blog/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/blog/firstpost.md b/content/blog/firstpost.md deleted file mode 100644 index 7ea6c68..0000000 --- a/content/blog/firstpost.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -title: This is my first post. -description: This is a post on My Blog about agile frameworks. -date: 2018-05-01 -draft: true -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/blog/fourthpost/fourthpost.md b/content/blog/fourthpost/fourthpost.md deleted file mode 100644 index f539dc7..0000000 --- a/content/blog/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 -draft: true ---- -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/blog/fourthpost/possum.png b/content/blog/fourthpost/possum.png deleted file mode 100644 index f332150..0000000 Binary files a/content/blog/fourthpost/possum.png and /dev/null differ diff --git a/content/blog/secondpost.md b/content/blog/secondpost.md deleted file mode 100644 index 68fcc0d..0000000 --- a/content/blog/secondpost.md +++ /dev/null @@ -1,18 +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 -draft: true -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/blog/thirdpost.md b/content/blog/thirdpost.md deleted file mode 100644 index cbafec1..0000000 --- a/content/blog/thirdpost.md +++ /dev/null @@ -1,46 +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 -draft: true -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/public/css/index.css b/public/css/index.css index f7d67c6..d7f9c7b 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -225,7 +225,6 @@ header { display: inline-flex; align-items: center; justify-content: center; - text-transform: capitalize; font-style: italic; } .postlist-item > .post-tag {