Welcome to the GitHub repository of Maria Saavedra's personal blog. This site is built with Hugo, a fast and modern static site generator, and uses the Archie theme for its elegant and minimalistic design.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
A step-by-step series of examples that tell you how to get a development environment running:
-
Clone the Repository:
git clone https://github.com/mariasaavedra/mariasaavedra.github.io.git cd mariasaavedra.github.io
-
Run the Hugo Server:
hugo server -D
-
Open the Local Instance: Open your browser and go to
http://localhost:1313/
. -
Create a New Post:
hugo new posts/<post-name>.md