the-internet-vagabond-dot-com/README.md

45 lines
1.5 KiB
Markdown
Raw Permalink Normal View History

2020-07-12 02:17:23 +00:00
# The Internet Vagabond dot com
2020-07-12 02:17:23 +00:00
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.
2020-07-12 02:17:23 +00:00
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.
2018-01-13 04:04:08 +00:00
### To-Do
* Consider self-hosting
2024-06-20 19:38:16 +00:00
### 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
```
2020-07-12 02:17:23 +00:00
## Licenses / Copyrights/ Bureaucracy
2015-02-23 17:40:36 +00:00
All code is [Unlicensed](https://unlicense.org/), and all published content is
[dedicated to the public
domain](https://creativecommons.org/publicdomain/zero/1.0/), unless otherwise
noted in the individual files:
2021-12-20 02:40:58 +00:00
* GoatCounter Javascript (/src/scripts/goatcounter.js) licensed under the
[ISC](https://opensource.org/licenses/ISC)
2015-02-23 17:40:36 +00:00
2020-07-12 02:17:23 +00:00
You can contact me via email at [bill at theinternetvagabond dot
com](mailto:bill@theinternetvagabond.com)