diff --git a/_drafts/2018-09-24-angular-ghpages.md b/_drafts/2018-09-24-angular-ghpages.md index 231322f..9d5eb3e 100644 --- a/_drafts/2018-09-24-angular-ghpages.md +++ b/_drafts/2018-09-24-angular-ghpages.md @@ -50,7 +50,7 @@ ng serve After this, you may browse to [http://localhost:4200](http://localhost:4200) to see the basic Angular app that angular-cli scaffolded for you. -{% include image.html url="assets/images/screenshots/github/HelloMyApp.png" description="A very basic Angular app build with Angular CLI" %} +{% include image.html url="/assets/images/screenshots/github/HelloMyApp.png" description="A very basic Angular app build with Angular CLI" %} For more information on Angular CLI and how it works, read up on the documentations in [their website](https://cli.angular.io). @@ -61,15 +61,15 @@ Now that you have a working Angular project on your local machine, you need to c Here's what you need to do. If you don't have a Github account yet, head [over there](https://github.com) and create one now. Here's a previous post on [why every developer needs to do this anyway](/git-and-github). -{% include image.html url="assets/images/screenshots/github/Home.png" description="Github is built for developers. It's the world's leading software development platform." %} +{% include image.html url="/assets/images/screenshots/github/Home.png" description="Github is built for developers. It's the world's leading software development platform." %} Next, create the repository for your Angular project. Just click the plus icon "+" in your Github dashboard, then click the "New repository" in the menu that pops up. -{% include image.html url="assets/images/screenshots/github/NewRepo.png" description="Your personal Github dashboard shows general information on your Github activities" %} +{% include image.html url="/assets/images/screenshots/github/NewRepo.png" description="Your personal Github dashboard shows general information on your Github activities" %} This will then lead you to a page where you need to input the details for your new Github repository. -{% include image.html url="assets/images/screenshots/github/NewRepoDetails.png" description="The creation of a new Github repository" %} +{% include image.html url="/assets/images/screenshots/github/NewRepoDetails.png" description="The creation of a new Github repository" %} Put the repository name you want and an optional description for the project. @@ -89,7 +89,7 @@ Here's a good [document](https://help.github.com/articles/adding-a-new-ssh-key-t Right after you create the Github repository, a page will detail some options on how to fill up the new repository with files: -{% include image.html url="assets/images/screenshots/github/UploadToRepo.png" %} +{% include image.html url="/assets/images/screenshots/github/UploadToRepo.png" %} We will do the steps under the third option: **push an existing repository from the command line** @@ -101,7 +101,7 @@ git push -u master After doing the commands, you may now refresh the Github repository page and find your files listed there. -{% include image.html url="assets/images/screenshots/github/RepoFiles.png" %} +{% include image.html url="/assets/images/screenshots/github/RepoFiles.png" %} With your files now up in your repository, it's now time to setup your project's Github Pages. diff --git a/_drafts/2023-03-23-no-tracking.md b/_drafts/2023-03-23-no-tracking.md index 34a836a..6f8ddc1 100644 --- a/_drafts/2023-03-23-no-tracking.md +++ b/_drafts/2023-03-23-no-tracking.md @@ -6,13 +6,13 @@ description: "I was never happy about being tracked, why should I do that to oth category: personal --- -Recently, I deleted all the scripts on my personal site that use cookies to track visitors. - Back in 2021, I deleted my Facebook account that had thousands of connections, and created a new one just for closest family members and friends. Some time before that, I deleted an older Twitter account with hundreds of followers to create a [new one](https://twitter.com/ayoayco) that I wanted to be more focused. -It's quite liberating, but apparently those were just the beginning of my "cutting ties" with big tech. +It's quite liberating, but apparently those were just the beginning of my "cutting ties" with big tech. + + I deleted all the scripts on my personal sites that use cookies to track visitors. ## The Social Media Business Model diff --git a/_drafts/2023-05-22-holding-off-rewrite.md b/_drafts/2023-05-22-holding-off-rewrite.md index 69e1123..d029a9c 100644 --- a/_drafts/2023-05-22-holding-off-rewrite.md +++ b/_drafts/2023-05-22-holding-off-rewrite.md @@ -1,7 +1,7 @@ --- title: "Seriously Holding Off this Blog's Rewrite to Focus on Content" description: "Have you ever heard the joke about the web developer who also has a blog? I'm that web developer." -category: projects +category: personal permalink: /:title/ --- diff --git a/_layouts/default.html b/_layouts/default.html index 0c316fc..ba724d1 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -18,7 +18,7 @@