- Personal portfolio, resume, blog, and coding playground for/by Bumhan YU—a.k.a "B as in Bald".
- Built with Gatsby upon the default starter, and a bunch of plugins and packages.
- This repo is full of copy-pasted old code blocks, non-DRY (moist?) and clumsy statements, and otherwise ugly stuff. Probably not a great learning material anyways, but...
- Any code blocks here can be freely copied and reused for any purposes.
- All written text content and creative assets are Bumhan Yu's intellectual property and cannot be copied or/and reused without permission.
A quick look at the important directories.
.
├── node_modules
├── src
│ ├─ components/
│ ├─ content/
│ ├─ images/
│ ├─ pages/
│ └─ styles/
└── static/
-
/node_modules
: NPM packages. -
/src
:-
components/
: layout elements, styling components, simple utility functions, etc. -
content/
: blog entries, portfolio items, and their image assets -
images/
: page-level image assets -
pages/
: top level pages -
styles/
: basescss
andcss
files from previous Jekyll site
-
-
/static
: PDF and image files for external sharing
- Update
seo
component totsx
- Add
og
images and other page metadata - Remove redundant, verbose code blocks
- Remove unused definitions and styles inherited from previous iterations
- Continue to iterate and improve