File tree 1 file changed +28
-0
lines changed
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ # benjetson.github.io
2
+
3
+ My personal webpage.
4
+
5
+ ## Welcome
6
+
7
+ This repository is in a bit of a transition state right now because I am
8
+ migrating the framework and hosting for this site.
9
+
10
+ This is a major overhaul, all new code is on the way!
11
+
12
+ | Category | Old | New |
13
+ | --------- | ---------------------------------------- | ----------------------------- |
14
+ | Framework | [ Jekyll] ( https://jekyllrb.com ) | [ Next.js] ( https://nextjs.org ) |
15
+ | Hosting | [ GitHub Pages] ( https://pages.github.com ) | [ Vercel] ( https://vercel.com ) |
16
+
17
+ ## Structure
18
+
19
+ In the meantime, all old code from the Jekyll site will be in the
20
+ [ ` jekyll ` directory] ( ./jekyll ) and the new code for the Next.js site will be in
21
+ the [ ` next ` directory] ( ./next ) .
22
+
23
+ The idea here is some pieces, like post content markdown files, can be moved
24
+ over. For the pieces that will be eventually deleted, this just lets me view
25
+ them easily in parallel without them conflicting with each other.
26
+
27
+ Eventually, the ` jekyll ` folder will be destroyed and the contents of the ` next `
28
+ folder will live here at the repo root. Someday. 🙂
You can’t perform that action at this time.
0 commit comments