Nothing here yet.
...answering any questions you may have! If you're stuck on something, shoot me a message and I'll try to help 馃捇
This is awesome! I recently did a similar project with Remix & the Hashnode API. To get the syntax highlighting to work, I used PrismJS and this highlighting theme. Your site looks great! <head> <link rel="stylesheet" href="./src/styles/prism-material-oceanic.min-KZVM6LVB.css"> </head> <body> ... <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/prism.min.js"/> <script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.26.0/plugins/autoloader/prism-autoloader.min.js"/> </body>