diff --git a/categories/index.html b/categories/index.html index d132ffa..764920c 100644 --- a/categories/index.html +++ b/categories/index.html @@ -227,7 +227,7 @@

G

H

- hosting (1) + hosting (2) @@ -454,7 +454,7 @@

T

W

- website (1) + website (2) diff --git a/index.xml b/index.xml index ebd8db4..0b2f874 100644 --- a/index.xml +++ b/index.xml @@ -9,17 +9,17 @@ cancheta.dev@gmail.com (Charles Ancheta) cancheta.dev@gmail.com (Charles Ancheta) Charles Ancheta. MIT - Thu, 08 Jun 2023 23:04:45 -0600 + Wed, 15 Nov 2023 00:00:00 +0000 - Building a Static Website - Part 1: Introduction - https://charles.thyck.top/post/static-website-setup/part-1/ - Thu, 08 Jun 2023 23:04:45 -0600 + My domain expired 😭 + https://charles.thyck.top/post/expired-domain/ + Wed, 15 Nov 2023 00:00:00 +0000 cancheta.dev@gmail.com (Charles Ancheta) - https://charles.thyck.top/post/static-website-setup/part-1/ - A couple of months ago, I help a friend set up a website for a business. Today, I had another talk with a friend about building a portfolio website and he asked me for a few resources. I couldn&rsquo;t find a comprehensive one that outlines all the required steps so I&rsquo;ll try my best. -What is a static website? From ChatGPT: -Basically: -Static - no server-side logic, cheaper Dynamic - with server-side logic, more expensive What makes a (static) website Setting up a static website is basically free these days, maybe a few dollars a year if you want a custom domain. + https://charles.thyck.top/post/expired-domain/ + <p>I hope my namesake pianist <a href="https://anchetamusic.wordpress.com/about/">Charles +Ancheta</a> claims it back eventually. +&lsquo;charlesancheta.com&rsquo; used to redirect to his Facebook page before I registered +the domain as mine.</p> diff --git a/post/static-website-setup/part-1/index.html b/post/expired-domain/index.html similarity index 52% rename from post/static-website-setup/part-1/index.html rename to post/expired-domain/index.html index 5c4999d..7f90529 100644 --- a/post/static-website-setup/part-1/index.html +++ b/post/expired-domain/index.html @@ -1,9 +1,9 @@ - Building a Static Website - Part 1: Introduction – Charles Ancheta + My domain expired 😭 – Charles Ancheta - + @@ -38,52 +38,24 @@
-

Building a Static Website - Part 1: Introduction

+

My domain expired 😭

-

A couple of months ago, I help a friend set up a website for a business. Today, -I had another talk with a friend about building a portfolio website and he -asked me for a few resources. I couldn’t find a comprehensive one that outlines -all the required steps so I’ll try my best.

-

What is a static website?

-

From ChatGPT:

-

Question: difference between a static and dynamic website in 2 sentences -Answer: A static website consists of fixed content that remains the same forall users and is created using HTML/CSS, while a dynamic website usesserver-side technologies to generate content dynamically, allowing forpersonalized and interactive experiences tailored to individualusers.

-

Basically:

-
    -
  • Static - no server-side logic, cheaper
  • -
  • Dynamic - with server-side logic, more expensive
  • -
-

What makes a (static) website

-

Setting up a static website is basically free these days, maybe a few dollars a -year if you want a custom domain. There are many free website builders out -there. However, we’re going DIY with no strings attached to any one provider. -Any of these components can be swapped with many alternatives out there if you -so choose.

-

You really only need two things: your content, which is a bunch of HTML, -CSS, and JavaScript files, and a hosting provider, basically a computer -that serves your content 24/7.

-

What we will use

-

I’m mostly going to outline my process because it’s free (aside from the -domain) and that it’s going to teach you some skills on web development.

-

We will need:

-
    -
  • A Computer (Windows/Mac/Linux)
  • -
  • GitHub account for hosting your website with GitHub Pages
  • -
  • Some programming knowledge (very little, don’t worry)
  • -
  • Patience with my sucky writing 😭
  • -
-

These would be nice to have:

-
    -
  • Custom domain name - if you don’t want your domain to appear as -your-github-username.github.io
  • -
  • Cloudflare account - for email protection and easier DNS management
  • -
-

Since we are making a static website, most of the work will be done on your -personal computer. The hosting provider will only be concerned with serving the -final build output. For this, we would need to set up our development -environment.

-

Stay tuned for part 2!

- +

I hope my namesake pianist Charles +Ancheta claims it back eventually. +‘charlesancheta.com’ used to redirect to his Facebook page before I registered +the domain as mine.

+

This summer, I went out of the country for almost 2 months. I promised my +girlfriend I wouldn’t be doing any programming for the entire duration of the +vacation. As soon as I arrived in the Philippines, I locked up my laptop in a +drawer to make sure that I would not touch it until I have to (when school +starts).

+

Unfortunately, my domain ‘charlesancheta.com’ expired around mid-August 😭. I +guess that’s what I get for not turning on auto-renew. I didn’t want to buy it +again since it started costing around $100/year.

+

Now I just have my personal website as a sub-domain in the only domain that I +own. It’s not too bad, but now I will have to start replacing all links to my +website.