Posts
-
How I Update This Website
Generally I use Obsidian to update markdown files and Visual Studio Code for anything else. Obsidian-Git allows me to push changes with
Git: Create Backup
using my own custom hotkeyCommand-S
.To test locally, I have defined a task in
.vscode/tasks.json
and a launch configuration in.vscode/launch.json
. PressingF5
builds the site locally and opens the site in a Chrome browser. -
How I Created This Website
I created this website with Jekyll by following this tutorial. Alternatively, I could have forked Academic Pages — a GitHub Pages template for academic personal websites. However, I wanted something more lightweight.