Skip to content

Commit 8453968

Browse files
authored
Update README.md
1 parent 5fc4c6a commit 8453968

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,15 @@ This is the repo for my [personal site](https://www.cs.cmu.edu/~woden/).
1111

1212
* BibTeX parsing: use [bibtex-js](https://github.com/digitalheir/bibtex-js) to load a `.bib` file of your publications to display them automatically.
1313
* Fun hero widget using [React Three Fiber](https://docs.pmnd.rs/react-three-fiber/getting-started/introduction).
14-
* For now, I'm using a version of [this demo](https://codesandbox.io/s/ssbdsw) with some collision detection added.
15-
* Styling and basic responsiveness via pure CSS.
14+
* For the home page, I'm using a version of [this demo](https://codesandbox.io/s/ssbdsw) with some collision detection added.
15+
* For the pool page, it's a simple animation with some basic controls.
16+
* Styling and basic responsiveness via [Tailwind](https://tailwindcss.com/).
1617
* JSX and some minimal React for content.
18+
* Markdown rendering for static posts in the [pool page](https://wodenimoni.com/pool/) via a [custom Vite plugin](https://github.com/wodeni/wodeni.github.io/blob/main/plugins/vite-remark.mts). The plugin works with Obsidian notes and does things like `[[wikilink]]` transforms and image asset handling.
1719

1820
## Future
1921

20-
* [ ] Pool page
21-
* [ ] Make the widget more interesting
22-
* [ ] Create a light-weight template from this site for others?
22+
* [x] Pool page
23+
* [x] Make the widget more interesting
24+
* [ ] Create a light-weight template from this site so others can create similar sites, like [this one](https://zixinwen.com/).
25+

0 commit comments

Comments
 (0)