Welcome to my personal website repository. This website is built using Quarto and hosted on GitHub Pages.
You can visit the live site at: https://diva-h.github.io/
_quarto.yml: Configuration file for the Quarto project.index.qmd: Main page content in Quarto Markdown format.activities.qmd: Activities page content.contact.qmd: Contact page content.docs/: Directory containing the rendered HTML files and other assets for the website.styles.css: Custom CSS for styling the website.img/: Directory containing images used in the website.
-
Install Quarto: Follow the instructions on the Quarto website to install Quarto.
-
Clone the Repository:
git clone https://github.com/Diva-h/Diva-h.github.io.git cd Diva-h.github.io -
Render the Site:
quarto render
-
View the Site Locally:
- Open the
docs/index.htmlfile in a web browser to view the site locally.
- Open the