https://github.com/benjetson/benjetson.github.io
My personal webpage.
https://github.com/benjetson/benjetson.github.io
about-me blog mobile-web portfolio web
Last synced: about 1 year ago
JSON representation
My personal webpage.
- Host: GitHub
- URL: https://github.com/benjetson/benjetson.github.io
- Owner: BenJetson
- Created: 2016-07-07T04:24:35.000Z (almost 10 years ago)
- Default Branch: develop
- Last Pushed: 2023-06-06T02:25:21.000Z (about 3 years ago)
- Last Synced: 2025-04-11T04:39:44.118Z (about 1 year ago)
- Topics: about-me, blog, mobile-web, portfolio, web
- Language: JavaScript
- Homepage: https://www.bengodfrey.net
- Size: 15 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 41
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# benjetson.github.io
My personal webpage.
## Welcome
This repository is in a bit of a transition state right now because I am
migrating the framework and hosting for this site.
This is a major overhaul, all new code is on the way!
| Category | Old | New |
| --------- | ---------------------------------------- | ----------------------------- |
| Framework | [Jekyll](https://jekyllrb.com) | [Next.js](https://nextjs.org) |
| Hosting | [GitHub Pages](https://pages.github.com) | [Vercel](https://vercel.com) |
## Structure
In the meantime, all old code from the Jekyll site will be in the
[`jekyll` directory](./jekyll) and the new code for the Next.js site will be in
the [`next` directory](./next).
The idea here is some pieces, like post content markdown files, can be moved
over. For the pieces that will be eventually deleted, this just lets me view
them easily in parallel without them conflicting with each other.
Eventually, the `jekyll` folder will be destroyed and the contents of the `next`
folder will live here at the repo root. Someday. 🙂