The Internet Vagabond dot com, my blog https://www.theinternetvagabond.com
Find a file
Bill Niblock cf8b951f7b
All checks were successful
/ jekyll (push) Successful in 18s
New Post: Oblivion using Lutris
2025-01-09 14:43:12 -05:00
.forgejo/workflows Action: Limit building/deploying to master branch 2024-10-03 13:50:27 -04:00
_drafts New Post: Oblivion using Lutris 2025-01-09 14:43:12 -05:00
_includes Create and style a Now page 2024-08-20 12:05:30 -04:00
_layouts Now Page layout and content update 2025-01-03 14:46:25 -05:00
_posts New Post: Oblivion using Lutris 2025-01-09 14:43:12 -05:00
_topics Fix life topic 2025-01-09 12:18:03 -05:00
src Create and style a Now page 2024-08-20 12:05:30 -04:00
.domains Add custom domain file for Pages server 2024-08-26 01:59:31 +00:00
.gitignore Update repo files 2020-06-14 21:12:21 -04:00
404.md Update 404 page 2020-07-11 15:34:26 -04:00
_config.dev.yml Bit more site cleanup 2024-06-20 15:38:16 -04:00
_config.yml Enable RSS/Atom Feeds 2020-10-03 16:20:32 -04:00
Gemfile Gemfile and lock for build steps 2024-06-18 19:25:53 -04:00
Gemfile.lock Gemfile and lock for build steps 2024-06-18 19:25:53 -04:00
index.html Grid: Update all HTML to grid rework 2018-02-19 14:05:40 -05:00
now.md Now Page layout and content update 2025-01-03 14:46:25 -05:00
README.md Bit more site cleanup 2024-06-20 15:38:16 -04:00
UNLICENSE General Updates 2021-12-20 17:50:48 -05:00

The Internet Vagabond dot com

My name is Bill Niblock. I'm a computer scientist by education, a technologist by trade, a gamer by hobby, and a philosopher by accident. I currently live in Buffalo, New York.

This site is a small slice of internet real-estate that I use for occasional writing. Nothing I say is visionary or profound. I will tend to focus on technology, gaming, and philosophy. All opinions my own.

To-Do

  • Consider self-hosting

Latest Technology Update :: 2024-06

  • After many years on GitHub, the site has moved to leverage Codeberg's static site server.
  • As opposed to using the gh-pages deployment strategy, the site is now built and "deployed" using an action runner from my personal Forge to a Codeberg mirror.

Developing Locally

The best way to develop the site locally is using a Jekyll Docker container:

docker run --rm \
           --volume="$PWD:/srv/jekyll:Z" \
           --publish [::1]:4000:4000 \
           jvconseil/jekyll-docker \
           jekyll serve --config _config.yml,_config.dev.yml

Licenses / Copyrights/ Bureaucracy

All code is Unlicensed, and all published content is dedicated to the public domain, unless otherwise noted in the individual files:

  • GoatCounter Javascript (/src/scripts/goatcounter.js) licensed under the ISC

You can contact me via email at bill at theinternetvagabond dot com