This repository contains the code for my personal website, including any tutorials or blog posts on the website. The individual posts are stored in /source/_posts/. There is a markdown file for each blog post, and then a folder with that post's assests (images, code snippets, etc).
The website is made using static site generator Hexo.
Dependencies: npm, git
npm install -g hexo-cli
then
hexo generate
hexo server
The site will be running locally at http://localhost:4000/
Thank you to @klugjo for writing the tutorial Create an Hexo Theme which is a great overview of the compontents in hexo theme. This blog's theme started with that tutorial.
The blog posts, images, and non-software content of this website are licensed under the CC Attribution-ShareAlike 4.0. Software used to format this website and the code provided in any of the tutorials are licensed under the MIT license.