summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add new post about XML parsingDanny Holman2020-02-093-0/+123
| | | | Add a new post titled "Adventures in XML Parsing".
* Fix missing date format in post headerDanny Holman2020-02-092-1/+1
|
* Remove "Mail" link from page headerDanny Holman2020-02-091-3/+0
| | | | Remove the "Mail" link from the page header.
* Append ".html" to URLs in page_listDanny Holman2020-01-131-2/+2
| | | | | Fix a bug in which the navbar items would not work due to the missing ".html" at the end of the URL.
* Add projects pageDanny Holman2020-01-132-0/+12
| | | | Add current list of projects hosted on this site.
* Override theme header includesDanny Holman2020-01-132-0/+17
| | | | | | Override the theme's default page and post header information. The page title should be included below the site name and tagline on all pages except the front page.
* Override theme head informationDanny Holman2020-01-131-0/+6
| | | | | | Override the theme's default head include such that Google related tracking URLs are not used. This is done for the privacy of the site user.
* Override theme navigation barDanny Holman2020-01-132-0/+25
| | | | | Override the theme navbar with a list of desired pages with correct URL information.
* Add front pageDanny Holman2020-01-131-0/+3
| | | | | Add a blank front page. The theme will take care to populate it with recent blog posts.
* Add about pageDanny Holman2020-01-131-0/+23
| | | | Add an about page describing what this site is and what its purpose is.
* Initial commitDanny Holman2020-01-135-0/+177