This is the repo for my personal site.
- Run
yarn
to install dependencies. - Run
yarn dev
to start the development server locally. - Run
yarn build
to produce a production build.
- BibTeX parsing: use bibtex-js to load a
.bib
file of your publications to display them automatically. - Fun hero widget using React Three Fiber.
- For now, I'm using a version of this demo with some collision detection added.
- Styling and basic responsiveness via pure CSS.
- JSX and some minimal React for content.
- Pool page
- Make the widget more interesting
- Create a light-weight template from this site for others?