Website Development

Initial Creation

Excerpt from this post. Written 3/28/2021.

Thought it would be an interesting project to build a website using GitHub Pages to replace my carrd website. It actually turned out pretty well!

I learned a few things in the course of this project.

I learned about my system.

  1. Installed Homebrew. Homebrew is a package manager for macOS, which basically means it helps me install and manage apps and such.
  2. Updated Ruby. Ruby is a coding language. It’s what jekyll uses, but the version that comes with High Sierra is older than what jekyll needs. As such, i looked around for a solution.
  3. The solution i found was rbenv. It’s an app that lets you install a second version of Ruby, right next to your native one. After some setup, I found out that there are two lines i need to enter into the terminal each time I open the terminal in order for rbenv to work (and by extention, for jekyll to work), which has prodded me to learn scripting. after I learn scripting to simplify entering those two lines, I will probably write about it next time i make one of these “Arch’s Musings”.

I learned about GitHub.

I leanred about how a website is made.

Updating the Website

Legend says I will one day write about updating the website.

Sandbox

A page where I can test new features without interrupting the main site.

Javascript Sandbox

Another page where I can test new features without interrupting the main site.