From 61689c2b118a67f812c5e115dd2b9eaa49063d37 Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 20 Mar 2023 12:40:30 +0100 Subject: [PATCH] fix permalinks --- Gemfile.lock | 1 + _drafts/2018-01-02-hello-world.md | 2 +- _drafts/2018-03-11-who-we-are-and-our-purpose.md | 2 +- _drafts/2018-09-17-online-privacy.md | 2 +- _drafts/2018-09-24-angular-ghpages.md | 2 +- _drafts/2019-03-21-what-happend.md | 2 +- _drafts/2019-08-18-dailies-1.md | 2 +- _drafts/2019-10-05-google-firebase-pros-cons.md | 2 +- _drafts/2019-10-11-backend-technologies.md | 2 +- _drafts/2019-11-17-fullhacker-changes-2019.md | 2 +- _drafts/2020-03-05-missing.md | 2 +- _drafts/2020-07-28-music.md | 2 +- _drafts/2021-06-24-i-have-been-game-streaming.md | 2 +- _ideas/2018-04-21-thoughts-on-building-an-ecommerce-site.md | 2 +- _ideas/2018-04-23-android-chrome-color-theme-colors.md | 2 +- _ideas/2018-04-23-color-theory-for-web.md | 2 +- _ideas/2018-04-23-github-pages-how-to.md | 2 +- _posts/2018-04-21-git-and-github.md | 2 +- _posts/2018-06-13-ubuntu-quick-dev-setup.md | 2 +- _posts/2018-09-20-feels-fm.md | 2 +- _posts/2019-10-04-google-firebase-overview.md | 2 +- _posts/2019-10-14-forcing-javascript-dom-types.md | 2 +- _posts/2020-02-26-start-writing.md | 2 +- _posts/2020-02-27-routines.md | 2 +- _posts/2020-02-28-weakness.md | 2 +- _posts/2020-02-29-influence.md | 2 +- _posts/2020-03-01-growth.md | 2 +- _posts/2020-04-07-hardships.md | 2 +- _posts/2020-04-09-reading.md | 2 +- _posts/2021-03-17-simple-thoughts.md | 2 +- _posts/2021-08-09-weekly-review-1.md | 2 +- _posts/2021-08-16-weekly-review-2.md | 2 +- _posts/2021-08-23-weekly-review-3.md | 2 +- _posts/2021-08-30-weekly-review-4.md | 2 +- _posts/2021-09-06-weekly-review-5.md | 2 +- _posts/2021-09-13-weekly-review-6.md | 2 +- _posts/2021-09-20-weekly-review-7.md | 2 +- _posts/2021-09-27-weekly-review-8.md | 2 +- _posts/2021-10-04-weekly-review-9.md | 2 +- _posts/2021-10-11-weekly-review-10.md | 2 +- _posts/2021-10-25-weekly-review-11.md | 2 +- _posts/2021-11-01-weekly-review-12.md | 2 +- _posts/2021-11-08-weekly-review-13.md | 2 +- _posts/2021-11-15-weekly-review-14.md | 2 +- _posts/2022-01-13-weekly-review-15.md | 2 +- template | 2 +- 46 files changed, 46 insertions(+), 45 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 98719c9..52176b1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,6 +78,7 @@ GEM PLATFORMS universal-darwin-21 + universal-darwin-22 x64-mingw32 x86_64-darwin-20 x86_64-linux diff --git a/_drafts/2018-01-02-hello-world.md b/_drafts/2018-01-02-hello-world.md index bbface3..9c8388e 100644 --- a/_drafts/2018-01-02-hello-world.md +++ b/_drafts/2018-01-02-hello-world.md @@ -1,6 +1,6 @@ --- title: "Full Hacker: A New Site for Web Development and Productivity Hacks!" -permalink: "/hello-world" +permalink: "/hello-world/" description: "Introducing Full Hacker: new site for web development and productivity hacks." keywords: "" image: "hello-world" diff --git a/_drafts/2018-03-11-who-we-are-and-our-purpose.md b/_drafts/2018-03-11-who-we-are-and-our-purpose.md index a668403..59cf359 100644 --- a/_drafts/2018-03-11-who-we-are-and-our-purpose.md +++ b/_drafts/2018-03-11-who-we-are-and-our-purpose.md @@ -1,6 +1,6 @@ --- title: "Who We Are and What's Our Purpose" -permalink: "/who-we-are" +permalink: "/who-we-are/" description: "First, I want to talk about the reason for this new blog: YOU!" keywords: "" image: "who-we-are" diff --git a/_drafts/2018-09-17-online-privacy.md b/_drafts/2018-09-17-online-privacy.md index cfe486f..a3e44ec 100644 --- a/_drafts/2018-09-17-online-privacy.md +++ b/_drafts/2018-09-17-online-privacy.md @@ -1,6 +1,6 @@ --- title: "How To Take Back Your Online Privacy" -permalink: "/online-privacy" +permalink: "/online-privacy/" description: "Information technology has boomed in recent history allowing humans interact and conduct businesses online, but what does this mean for our privacy?" keywords: "" image: "ubuntu-dev-setup" diff --git a/_drafts/2018-09-24-angular-ghpages.md b/_drafts/2018-09-24-angular-ghpages.md index f2cfb03..231322f 100644 --- a/_drafts/2018-09-24-angular-ghpages.md +++ b/_drafts/2018-09-24-angular-ghpages.md @@ -1,6 +1,6 @@ --- title: "For Developers: How To Deploy Your Angular App on the Web for Free Using Github Pages" -permalink: "/deploy-angular-ghpages" +permalink: "/deploy-angular-ghpages/" description: "Did you know you can host your Angular App on Github Pages for free? Perfect for deploying prototypes and simple web apps" keywords: "" image: "ubuntu-dev-setup" diff --git a/_drafts/2019-03-21-what-happend.md b/_drafts/2019-03-21-what-happend.md index c50178c..05e0054 100644 --- a/_drafts/2019-03-21-what-happend.md +++ b/_drafts/2019-03-21-what-happend.md @@ -1,6 +1,6 @@ --- title: "What Happened?" -permalink: "/what-happened" +permalink: "/what-happened/" description: "I started this blog, first because I wanted to have a place to record my journey into learning new Technologies; primarily related to the Web." keywords: "" image: "me" diff --git a/_drafts/2019-08-18-dailies-1.md b/_drafts/2019-08-18-dailies-1.md index ce6dcb2..67eb7c2 100644 --- a/_drafts/2019-08-18-dailies-1.md +++ b/_drafts/2019-08-18-dailies-1.md @@ -1,6 +1,6 @@ --- title: "Side Hack: Dailies App" -permalink: "/dailies-app" +permalink: "/dailies-app/" description: "" keywords: "" image: "me" diff --git a/_drafts/2019-10-05-google-firebase-pros-cons.md b/_drafts/2019-10-05-google-firebase-pros-cons.md index 18b80b6..85c8b4b 100644 --- a/_drafts/2019-10-05-google-firebase-pros-cons.md +++ b/_drafts/2019-10-05-google-firebase-pros-cons.md @@ -1,6 +1,6 @@ --- title: "Google Firebase: Pros and Cons" -permalink: "/google-firebase-pros-and-cons" +permalink: "/google-firebase-pros-and-cons/" description: "Let's look into what Google Firebase really is and the pros and cons of using it for your app development in 2019." keywords: "" image: "hello-world" diff --git a/_drafts/2019-10-11-backend-technologies.md b/_drafts/2019-10-11-backend-technologies.md index e2ecea5..3b6663b 100644 --- a/_drafts/2019-10-11-backend-technologies.md +++ b/_drafts/2019-10-11-backend-technologies.md @@ -1,6 +1,6 @@ --- title: "The Different Backend Technologies You Can Mix and Match" -permalink: "/backend-technologies" +permalink: "/backend-technologies/" description: "" keywords: "" image: "firebase" diff --git a/_drafts/2019-11-17-fullhacker-changes-2019.md b/_drafts/2019-11-17-fullhacker-changes-2019.md index 6c99b73..b231be4 100644 --- a/_drafts/2019-11-17-fullhacker-changes-2019.md +++ b/_drafts/2019-11-17-fullhacker-changes-2019.md @@ -1,6 +1,6 @@ --- title: "Ayos Blog is Changing" -permalink: "/fullhacker-changes-2019" +permalink: "/fullhacker-changes-2019/" description: "Ayos Blog is changing. In this post, I will go through the changes that will happen in the coming days." keywords: "announcement" image: "hello-world" diff --git a/_drafts/2020-03-05-missing.md b/_drafts/2020-03-05-missing.md index eb9350a..7dea75c 100644 --- a/_drafts/2020-03-05-missing.md +++ b/_drafts/2020-03-05-missing.md @@ -1,6 +1,6 @@ --- title: "Daily Blog: Missing" -permalink: "/missing" +permalink: "/missing/" description: "How you react after missing some goals is important." keywords: "" image: "hello-world" diff --git a/_drafts/2020-07-28-music.md b/_drafts/2020-07-28-music.md index 0262b3d..55bc5b8 100644 --- a/_drafts/2020-07-28-music.md +++ b/_drafts/2020-07-28-music.md @@ -1,6 +1,6 @@ --- title: Music -permalink: /music +permalink: /music/ image: hello-world published: true description: Heyyyyyyy diff --git a/_drafts/2021-06-24-i-have-been-game-streaming.md b/_drafts/2021-06-24-i-have-been-game-streaming.md index b00aa50..10bd000 100644 --- a/_drafts/2021-06-24-i-have-been-game-streaming.md +++ b/_drafts/2021-06-24-i-have-been-game-streaming.md @@ -1,7 +1,7 @@ --- published: true image: game-streaming -permalink: /game-streaming +permalink: /game-streaming/ description: Some thoughts on game streaming. --- The thought of being watched by others while I play video games first occured to me when I was still in grade school. Back then there was no Twitch or Facebook Gaming. And the only game I play was Snake on a Nokia 5110i. diff --git a/_ideas/2018-04-21-thoughts-on-building-an-ecommerce-site.md b/_ideas/2018-04-21-thoughts-on-building-an-ecommerce-site.md index 501bcab..d006568 100644 --- a/_ideas/2018-04-21-thoughts-on-building-an-ecommerce-site.md +++ b/_ideas/2018-04-21-thoughts-on-building-an-ecommerce-site.md @@ -1,6 +1,6 @@ --- title: "Thoughts on Building My Own eCommerce Website" -permalink: "/thoughts-on-ecommerce" +permalink: "/thoughts-on-ecommerce/" description: "If you have been wanting to start an online store, here I talk about the many things you have to consider." keywords: "" image: "ecommerce-thoughts.jpg" diff --git a/_ideas/2018-04-23-android-chrome-color-theme-colors.md b/_ideas/2018-04-23-android-chrome-color-theme-colors.md index ef10b5c..76a05cf 100644 --- a/_ideas/2018-04-23-android-chrome-color-theme-colors.md +++ b/_ideas/2018-04-23-android-chrome-color-theme-colors.md @@ -1,6 +1,6 @@ --- title: "How To Change Color of Header and Address Bar on Android Chrome" -permalink: "/android-chrome-color-theme" +permalink: "/android-chrome-color-theme/" description: "Did you notice that some websites render a fancy different color when loaded on Android Chrome! It's very easy to do!" keywords: "" image: "temporary-featured.jpg" diff --git a/_ideas/2018-04-23-color-theory-for-web.md b/_ideas/2018-04-23-color-theory-for-web.md index bfb4a79..d97ca8e 100644 --- a/_ideas/2018-04-23-color-theory-for-web.md +++ b/_ideas/2018-04-23-color-theory-for-web.md @@ -1,6 +1,6 @@ --- title: "Understanding Color Theory for Web Design" -permalink: "/color-theory-web-design" +permalink: "/color-theory-web-design/" description: "Serious web designers know that choice of color is crucial. In this blog post, I go through the basics of color theory for web." keywords: "" image: "temporary-featured.jpg" diff --git a/_ideas/2018-04-23-github-pages-how-to.md b/_ideas/2018-04-23-github-pages-how-to.md index 550dc4f..35c247f 100644 --- a/_ideas/2018-04-23-github-pages-how-to.md +++ b/_ideas/2018-04-23-github-pages-how-to.md @@ -1,6 +1,6 @@ --- title: "How to Use Github Pages: Free Website Hosting" -permalink: "/github-pages-how-to" +permalink: "/github-pages-how-to/" description: "So you want to create an awesome website, but you don’t want to deal with all the hosting companies out there. Github Pages, to the rescue!" keywords: "" image: "temporary-featured.jpg" diff --git a/_posts/2018-04-21-git-and-github.md b/_posts/2018-04-21-git-and-github.md index eedeecd..9daf59f 100644 --- a/_posts/2018-04-21-git-and-github.md +++ b/_posts/2018-04-21-git-and-github.md @@ -1,6 +1,6 @@ --- title: "What Is Github and Why Every Developer Needs It" -permalink: "/git-and-github" +permalink: "/git-and-github/" description: "I strongly believe that every developer should know Git and Github. Here's why." keywords: "" category: technology diff --git a/_posts/2018-06-13-ubuntu-quick-dev-setup.md b/_posts/2018-06-13-ubuntu-quick-dev-setup.md index 4e9051f..05051f1 100644 --- a/_posts/2018-06-13-ubuntu-quick-dev-setup.md +++ b/_posts/2018-06-13-ubuntu-quick-dev-setup.md @@ -1,6 +1,6 @@ --- title: "3 Steps How To Quickly Setup Ubuntu for Development" -permalink: "/ubuntu-dev-setup" +permalink: "/ubuntu-dev-setup/" description: "In this post I go through how I quickly setup an Ubuntu machine for development" keywords: "" category: technology diff --git a/_posts/2018-09-20-feels-fm.md b/_posts/2018-09-20-feels-fm.md index 5a4d60b..07ed054 100644 --- a/_posts/2018-09-20-feels-fm.md +++ b/_posts/2018-09-20-feels-fm.md @@ -1,6 +1,6 @@ --- title: 'Feels FM: An Emoji-Powered Jukebox for Your Mental Health' -permalink: /feels-fm +permalink: /feels-fm/ description: What do you do when you don't want to do anything or talk to anyone? category: productivity image: feels-fm diff --git a/_posts/2019-10-04-google-firebase-overview.md b/_posts/2019-10-04-google-firebase-overview.md index afe6316..a9f632b 100644 --- a/_posts/2019-10-04-google-firebase-overview.md +++ b/_posts/2019-10-04-google-firebase-overview.md @@ -1,6 +1,6 @@ --- title: "Choosing Backend Tech in 2019 and Why I Like Google Firebase" -permalink: "/google-firebase-overview" +permalink: "/google-firebase-overview/" description: "Let's discuss what Google Firebase has to offer for app development in 2019." keywords: "" category: technology diff --git a/_posts/2019-10-14-forcing-javascript-dom-types.md b/_posts/2019-10-14-forcing-javascript-dom-types.md index 6a0cb4e..2bc4e73 100644 --- a/_posts/2019-10-14-forcing-javascript-dom-types.md +++ b/_posts/2019-10-14-forcing-javascript-dom-types.md @@ -1,6 +1,6 @@ --- title: "How to Force JavaScript Variables to use Specific DOM APIs" -permalink: "/forcing-js-dom-types" +permalink: "/forcing-js-dom-types/" description: "To take advantage of code completion for Javascript, here's a smart way to force JS DOM variables to use a specific DOM API interface" keywords: "" category: technology diff --git a/_posts/2020-02-26-start-writing.md b/_posts/2020-02-26-start-writing.md index a9918f2..bb7ab6c 100644 --- a/_posts/2020-02-26-start-writing.md +++ b/_posts/2020-02-26-start-writing.md @@ -1,7 +1,7 @@ --- published: false title: "Start" -permalink: "/start-writing" +permalink: "/start-writing/" description: "I'm going to start writing regularly. At first, I plan to do them quick and short just to establish the routine." keywords: "daily" category: motivational diff --git a/_posts/2020-02-27-routines.md b/_posts/2020-02-27-routines.md index 15c2cb6..bac84dd 100644 --- a/_posts/2020-02-27-routines.md +++ b/_posts/2020-02-27-routines.md @@ -1,6 +1,6 @@ --- title: "Routines" -permalink: "/routines" +permalink: "/routines/" description: "Let's talk about routines. Today I will be sharing the routines I try to observe, and the benefits I find when I actually do them." keywords: "" category: productivity diff --git a/_posts/2020-02-28-weakness.md b/_posts/2020-02-28-weakness.md index 4f3a50c..52a6f48 100644 --- a/_posts/2020-02-28-weakness.md +++ b/_posts/2020-02-28-weakness.md @@ -1,6 +1,6 @@ --- title: "Weakness" -permalink: "/weakness" +permalink: "/weakness/" description: "We all have things that hold us back from reaching our goals." keywords: "" category: motivational diff --git a/_posts/2020-02-29-influence.md b/_posts/2020-02-29-influence.md index 80b9e9b..e3092dc 100644 --- a/_posts/2020-02-29-influence.md +++ b/_posts/2020-02-29-influence.md @@ -1,6 +1,6 @@ --- title: "Influence" -permalink: "/influence" +permalink: "/influence/" description: "If it is outside your circle of influence, do not waste time and energy." keywords: "" category: motivational diff --git a/_posts/2020-03-01-growth.md b/_posts/2020-03-01-growth.md index 6cedae7..1ef2407 100644 --- a/_posts/2020-03-01-growth.md +++ b/_posts/2020-03-01-growth.md @@ -1,6 +1,6 @@ --- title: "Growth" -permalink: "/growth" +permalink: "/growth/" description: "Healthy growth is always bi-directional." keywords: "" category: motivational diff --git a/_posts/2020-04-07-hardships.md b/_posts/2020-04-07-hardships.md index 833fefa..80fe0e0 100644 --- a/_posts/2020-04-07-hardships.md +++ b/_posts/2020-04-07-hardships.md @@ -1,6 +1,6 @@ --- title: "Hardships" -permalink: "/hardships" +permalink: "/hardships/" description: "I hope that as we complain about our individual situation this also moves us to think about others." keywords: "" category: motivational diff --git a/_posts/2020-04-09-reading.md b/_posts/2020-04-09-reading.md index eb57b9c..0a44583 100644 --- a/_posts/2020-04-09-reading.md +++ b/_posts/2020-04-09-reading.md @@ -1,6 +1,6 @@ --- title: "Reading" -permalink: "/reading" +permalink: "/reading/" description: "I have been striving to rekindle my love for reading books and it has felt so good." keywords: "" image: "reading" diff --git a/_posts/2021-03-17-simple-thoughts.md b/_posts/2021-03-17-simple-thoughts.md index 7414e2a..6c8e215 100644 --- a/_posts/2021-03-17-simple-thoughts.md +++ b/_posts/2021-03-17-simple-thoughts.md @@ -1,7 +1,7 @@ --- published: false title: "Simple Thoughts I Remind Myself" -permalink: "/simple-thoughts" +permalink: "/simple-thoughts/" description: "This is now a typical set up for work, play, and everything in between." keywords: "" category: motivational diff --git a/_posts/2021-08-09-weekly-review-1.md b/_posts/2021-08-09-weekly-review-1.md index f181f00..cc49eb0 100644 --- a/_posts/2021-08-09-weekly-review-1.md +++ b/_posts/2021-08-09-weekly-review-1.md @@ -2,7 +2,7 @@ title: 'Weekly Review #1' published: true image: japan-1 -permalink: /weekly-review-1 +permalink: /weekly-review-1/ category: personal description: First post in hopefully a series of weekly short blogs. image-attrib: >- diff --git a/_posts/2021-08-16-weekly-review-2.md b/_posts/2021-08-16-weekly-review-2.md index 328e0f8..799f901 100644 --- a/_posts/2021-08-16-weekly-review-2.md +++ b/_posts/2021-08-16-weekly-review-2.md @@ -2,7 +2,7 @@ published: true image: jen-me-sydney title: "Weekly Review #2" -permalink: /weekly-review-2 +permalink: /weekly-review-2/ description: >- In this blog I start to ponder the effects of having multiple projects to my health diff --git a/_posts/2021-08-23-weekly-review-3.md b/_posts/2021-08-23-weekly-review-3.md index 8bedf6c..cd44960 100644 --- a/_posts/2021-08-23-weekly-review-3.md +++ b/_posts/2021-08-23-weekly-review-3.md @@ -2,7 +2,7 @@ published: true image: ayo-landscape1 title: 'Weekly Review #3' -permalink: /weekly-review-3 +permalink: /weekly-review-3/ image-attrib: >- Ayo Ayco. Selfie in Vitalis Villas overlooking the sea and the beautiful Santiago Cove. diff --git a/_posts/2021-08-30-weekly-review-4.md b/_posts/2021-08-30-weekly-review-4.md index 69714f8..dd59e38 100644 --- a/_posts/2021-08-30-weekly-review-4.md +++ b/_posts/2021-08-30-weekly-review-4.md @@ -2,7 +2,7 @@ published: true title: "Weekly Review #4" image: by-the-pool -permalink: /weekly-review-4 +permalink: /weekly-review-4/ description: Distrupted work week due to sickness and sudden vaccination schedules image-attrib: >- Ayo Ayco. Playing in the pool with Kahel. diff --git a/_posts/2021-09-06-weekly-review-5.md b/_posts/2021-09-06-weekly-review-5.md index 5d1bb14..3976716 100644 --- a/_posts/2021-09-06-weekly-review-5.md +++ b/_posts/2021-09-06-weekly-review-5.md @@ -2,7 +2,7 @@ published: true title: "Weekly Review #5" image: new-kindle -permalink: /weekly-review-5 +permalink: /weekly-review-5/ description: The past week screams God's sovereignty over my life. There is nothing he cannot redeem and restore. image-attrib: >- Ayo Ayco. Excited for my new Kindle Paperwhite! diff --git a/_posts/2021-09-13-weekly-review-6.md b/_posts/2021-09-13-weekly-review-6.md index 2c1ef0c..ad7d3f6 100644 --- a/_posts/2021-09-13-weekly-review-6.md +++ b/_posts/2021-09-13-weekly-review-6.md @@ -2,7 +2,7 @@ published: true title: "Weekly Review #6" image: ayo-working -permalink: /weekly-review-6 +permalink: /weekly-review-6/ description: I am excited to see the effects of the previous week's learning image-attrib: >- Ayo Ayco. Working in a hotel somewhere - a typical scene pre-covid where I could work remotely anywhere for real diff --git a/_posts/2021-09-20-weekly-review-7.md b/_posts/2021-09-20-weekly-review-7.md index deaaecc..1dece48 100644 --- a/_posts/2021-09-20-weekly-review-7.md +++ b/_posts/2021-09-20-weekly-review-7.md @@ -2,7 +2,7 @@ published: true title: "Weekly Review #7" image: rearrange-workspace -permalink: /weekly-review-7 +permalink: /weekly-review-7/ description: Productivity disrupted by sickness and worry, but nothing beyond hope image-attrib: >- Ayo Ayco. Rearranged my workspace to minimize visual distractions (hopefully) diff --git a/_posts/2021-09-27-weekly-review-8.md b/_posts/2021-09-27-weekly-review-8.md index 32a098c..512b05e 100644 --- a/_posts/2021-09-27-weekly-review-8.md +++ b/_posts/2021-09-27-weekly-review-8.md @@ -2,7 +2,7 @@ published: true title: 'Weekly Review #8' image: pool-maintenance -permalink: /weekly-review-8 +permalink: /weekly-review-8/ description: I try to convince myself not to feel bad about failure image-attrib: "Ayo Ayco. Snuck a quick night visit to the swimming pool, but it was being cleaned \U0001F605" category: personal diff --git a/_posts/2021-10-04-weekly-review-9.md b/_posts/2021-10-04-weekly-review-9.md index d5050cc..f596df2 100644 --- a/_posts/2021-10-04-weekly-review-9.md +++ b/_posts/2021-10-04-weekly-review-9.md @@ -2,7 +2,7 @@ published: true title: "Christmas Time Starts Now" image: christmas-time -permalink: /weekly-review-9 +permalink: /weekly-review-9/ description: "Weekly Review #9 - Happy about weekly review schedule change!" image-attrib: >- Ayo Ayco. Apparently, October means it's Christmas now. 🤣 diff --git a/_posts/2021-10-11-weekly-review-10.md b/_posts/2021-10-11-weekly-review-10.md index 2416295..f457ef6 100644 --- a/_posts/2021-10-11-weekly-review-10.md +++ b/_posts/2021-10-11-weekly-review-10.md @@ -2,7 +2,7 @@ published: true title: "Motivations and Self-Awareness" image: son-signage -permalink: /weekly-review-10 +permalink: /weekly-review-10/ description: "Weekly Review #10 - In this blog I think about why I do the things I do." image-attrib: >- Ayo Ayco. "Do you want to play?" - My son would flash this signage when I'm in a call and he wants to play. diff --git a/_posts/2021-10-25-weekly-review-11.md b/_posts/2021-10-25-weekly-review-11.md index 260f220..2a0a7b6 100644 --- a/_posts/2021-10-25-weekly-review-11.md +++ b/_posts/2021-10-25-weekly-review-11.md @@ -2,7 +2,7 @@ published: true title: "How To Trick Yourself to be Productive When You Don't Want To Be" image: afternoon-walks -permalink: /weekly-review-11 +permalink: /weekly-review-11/ description: "There is a system to be productive regardless of whether my mind feels like it or not (Weekly Review #11)" image-attrib: >- Ayo Ayco. Throughout the workday I look forward to my day's reward: an afternoon walk with the family diff --git a/_posts/2021-11-01-weekly-review-12.md b/_posts/2021-11-01-weekly-review-12.md index 7d47afe..e7cc34b 100644 --- a/_posts/2021-11-01-weekly-review-12.md +++ b/_posts/2021-11-01-weekly-review-12.md @@ -2,7 +2,7 @@ published: true title: "Living Intentionally: Are You Acting or Reacting?" image: dubai-alley -permalink: /weekly-review-12 +permalink: /weekly-review-12/ description: "Life is a chess... constantly prompting us: Your move. (Weekly Review #12)" image-attrib: >- Ayo Ayco. Some random alley in Dubai. I wonder when we can travel again? :) diff --git a/_posts/2021-11-08-weekly-review-13.md b/_posts/2021-11-08-weekly-review-13.md index 90db353..a93e66f 100644 --- a/_posts/2021-11-08-weekly-review-13.md +++ b/_posts/2021-11-08-weekly-review-13.md @@ -2,7 +2,7 @@ published: true title: "You Don't Need a Mentor" image: eating-out -permalink: /weekly-review-13 +permalink: /weekly-review-13/ description: "Accountability is the real underlying principle we need" image-attrib: >- Ayo Ayco. Since the pandemic, "eating out" meant we buy food somewhere and eat in the car diff --git a/_posts/2021-11-15-weekly-review-14.md b/_posts/2021-11-15-weekly-review-14.md index 9c0dc14..f70926e 100644 --- a/_posts/2021-11-15-weekly-review-14.md +++ b/_posts/2021-11-15-weekly-review-14.md @@ -2,7 +2,7 @@ published: true title: "Anxiety and Importance of Rest" image: biggest-snail -permalink: /weekly-review-14 +permalink: /weekly-review-14/ description: "Just some musings on active waiting and resting" image-attrib: >- Ayo Ayco. The biggest snail we found; seems the most accomplished snail taking its time. Haha! diff --git a/_posts/2022-01-13-weekly-review-15.md b/_posts/2022-01-13-weekly-review-15.md index 6735e99..e4874e7 100644 --- a/_posts/2022-01-13-weekly-review-15.md +++ b/_posts/2022-01-13-weekly-review-15.md @@ -2,7 +2,7 @@ published: true title: "What's the Real Next Action?" image: kribbestraat-55 -permalink: /weekly-review-15 +permalink: /weekly-review-15/ description: "All projects can be daunting if you don't start this habit." image-attrib: >- Ayo Ayco. Winter time in the city. diff --git a/template b/template index 604cf92..ac5b354 100644 --- a/template +++ b/template @@ -1,6 +1,6 @@ --- title: "Put Your Blog Title Here" -permalink: "/blog-url" +permalink: "/blog-url/" description: "Short description. Will be displayed when sharing blog post to Facebook." keywords: "" image: "hello-world"