You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,15 @@ This is the repo for my [personal site](https://www.cs.cmu.edu/~woden/).
11
11
12
12
* BibTeX parsing: use [bibtex-js](https://github.com/digitalheir/bibtex-js) to load a `.bib` file of your publications to display them automatically.
13
13
* 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/).
16
17
* 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.
17
19
18
20
## Future
19
21
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/).
0 commit comments