Built with Zola using a modified version of the Juice theme
-
Clone this repository.
-
Install Zola.
-
Build and serve the website with:
$ zola serve -
Open
localhost:1111in your browser. -
Making changes to any of the sources will instantly reload the local webserver, so you can look live at your changes taking effect.
- to change the size of the logo, tweak the
sass/juice.scssfile, play with thewidthandheightvariable to set your desired logo size
.logo {
img {
width: 60px;
height: auto;
margin: 0 25px;
}
}