Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wodeni committed Jan 23, 2024
1 parent 9599ef9 commit f49759c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ This is the repo for my [personal site](https://www.cs.cmu.edu/~woden/).
* BibTeX parsing: use [bibtex-js](https://github.com/digitalheir/bibtex-js) to load a `.bib` file of your publications to display them automatically.
* Fun hero widget using [React Three Fiber](https://docs.pmnd.rs/react-three-fiber/getting-started/introduction).
* For now, I'm using a version of [this demo](https://codesandbox.io/s/ssbdsw) with some collision detection added.
* Styling and basic responsiveness via pure CSS.
* JSX and some minimal React for content.
* Markdown blog post parsing via [`vite-plugin-markdown`](https://www.npmjs.com/package/vite-plugin-markdown) and automatic route generation.
* Mobile-first responsive styling and dark mode support via [Tailwind CSS](https://tailwindcss.com/).
* JSX and some React for content.

## Future

Expand Down

0 comments on commit f49759c

Please sign in to comment.