Hello everyone!
I am very new to the world of static site generators and web development. Here’s the context of my problem. I’ve got 2 sites:
- My personal site built with Hugo (GitHub - bjtn1/bjtnoguera.com: My personal website, built with Hugo and Tailwindcss. Hosted on Netlify)
- My notes site built with Docusaurus (GitHub - bjtn1/notes.bjtnoguera.com: Repository for my notes built with Docusaurus v3.0 and hosted on Netlify)
I would like to have the Hugo site live under “bjtnoguera.netlify.app”, and the Docusaurus site live under “bjtnoguera.netlify.app/notes/”, but I’m having issues getting that to work locally, and most importantly getting it to work on Netlify.
Does anyone know how I can achieve this? Thank you for your time!