This web page is built using Hugo and the Dimension theme.
- Install Hugo: Follow the instructions on the Hugo installation page.
- Clone the repository: Use the command
git clone https://github.com/sebastian-aranda/sebastian-aranda.github.io. - Navigate to the project directory:
cd sebastian-aranda.github.io. - Start the Hugo server: Run
hugo serverto start the local server. - Open your browser: Go to
http://localhost:1313to view the site.
This project is deployed using GitHub Pages. To contribute:
- Make changes directly in the
masterbranch.
This site is automatically deployed using GitHub Pages. Make sure to commit compiled files to the gh-pages branch.
This project uses SASS for styling. To compile SASS files, you can use the following command:
sass themes/dimension/static/assets/sass/main.scss themes/dimension/static/assets/css/main.css