Skip to content

delton137/delton137.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Daniel Elton
Mar 4, 2025
12c711b · Mar 4, 2025
Jan 16, 2024
Jul 8, 2024
Aug 21, 2024
Mar 4, 2025
Jan 16, 2024
Mar 4, 2025
Sep 13, 2017
Oct 3, 2021
Oct 22, 2024
Aug 28, 2018
Jun 6, 2019
Apr 10, 2018
Oct 19, 2024
Oct 19, 2024
May 4, 2020
Nov 5, 2024
Nov 5, 2024
Oct 19, 2024
Oct 19, 2024
Oct 19, 2024
Oct 19, 2024
Oct 19, 2024
Oct 19, 2024
Oct 19, 2024
Oct 19, 2024
Oct 19, 2024
Oct 19, 2024
Oct 19, 2024
Oct 19, 2024
Oct 19, 2024
Oct 19, 2024
Oct 19, 2024
Oct 19, 2024
Sep 23, 2017
Oct 19, 2024
Oct 19, 2024
Nov 5, 2024
Oct 19, 2024
Oct 19, 2024
Oct 19, 2024
Oct 20, 2024
Nov 18, 2024
Apr 10, 2018
Apr 26, 2024
Jan 16, 2024
Jan 16, 2024
Sep 13, 2017
Jan 16, 2024
Apr 22, 2021
Dec 5, 2024
Jan 16, 2024
Jan 16, 2024
Nov 5, 2024
Apr 8, 2018
Mar 4, 2025
Sep 13, 2017

Repository files navigation

Dan's webpage source

Originally my blog and website were hosted on Wordpress. In 2017 I exported all of my wordpress content to Jekyll with hosting through GitHub pages.

I am grateful to Steven Miller for creating the theme this is based off. Check out his page to use it yourself and find more documentation.

Some day I may switch to this theme based on the ideas of Tufte. Stephen Malina uses it for his website.

Notes on how to build

To install the necessary gems: bundle install

If bundle can't find an old version of ruby, check the first line in the /usr/local/bin/bundle script to make sure it points to the ruby executable.

If jekyll complains that it can't find the Ruby interpreter, then you can try to install it using https://github.com/postmodern/ruby-install

ruby-install ruby 2.7.0

To update Ruby gems and the bundler, as is needed periodically:

bundle update --bundler

sudo gem update --system

Once Jekyll and all the necessary Ruby "gems" are installed, the command to build the website is:

jekyll serve

(-- watch auto updates when changes are made)