summaryrefslogtreecommitdiff
path: root/_config.yml
AgeCommit message (Collapse)Author
2021-11-16Add Gitlab username, but hide itKarl Hallsby
Hide it because my GitLab is empty
2021-10-03Update _config.yml to use my personal favicon, rather than emojiKarl Hallsby
2021-10-03Update rest of site to work with new al-folio themeKarl Hallsby
2021-10-03Change to al-folio themeKarl Hallsby
Theme at: https://github.com/alshedivat/al-folio
2021-06-17Add RSS support with RSS logo in footerKarl Hallsby
I was already using the jekyll-feed gem to generate an RSS XML file, but this configuration puts an explicit button on the page that can be easily accessed and added by people. This icon shows on the footer of every page, just like the Email, LinkedIn, and GitHub icon/logo links do.
2020-09-27Specify the subpath that is the baseURL of my siteKarl Hallsby
2020-09-27Change theme firstKarl Hallsby
2020-09-26Attempt to get Dark-themed minimaKarl Hallsby
minima doesn't come with the dark skin on 2.5.1. That is for the release of 3.x.
2020-09-26Add jekyll-pdf-embed to the plugins listKarl Hallsby
2020-09-26Explicitly use kramdown as the markdown transpilerKarl Hallsby
2020-08-07Exclude nix files and scripts from output websiteKarl Hallsby
2020-08-03Move default jekyll info (theme and options) to config fileKarl Hallsby
2020-07-18Remove reference to webserver's IP addressKarl Hallsby
2020-07-18Add linkedin username for LinkedIn redirectKarl Hallsby
2020-07-18Update site description to personalized versionKarl Hallsby
2020-07-11Change title of websiteKarl Hallsby
2020-07-08When building to test the site, use localhost IP AddressKarl Hallsby
2020-07-08Remove Twitter handle/linkKarl Hallsby
2020-07-07Run jekyll new on website projectKarl Hallsby