dylan
@dylsteck.eth
the trick to editing static website content that blew my mind: use .md files for your content and you have the most beautiful, hot reloading text editor in Obsidian to edit your files luckily my Next.js site was already using static .mdx files so all I had to do was change the filetypes to .md and open that sub directory in Obsidian highly recommend this setup
7 replies
1 recast
20 reactions
abdulla
@abdullaalkamil
Love this! How are you generating the site? I struggled with actually doing a static site with nextjs (rather than server side)
1 reply
0 recast
1 reaction
dylan
@dylsteck.eth
thanks! here's my repo below, technically generating static params async on each page load but it's all using local data(a json index of all my posts and markdown files for each post) github.com/dylsteck/dylsteck
0 reply
0 recast
1 reaction