Skip to content

MRChemSoft/workshop-cammi-2025

Repository files navigation

NMQC workshop 2025

Built with Zola using a modified version of the Juice theme

Work on the website locally

  • Clone this repository.

  • Install Zola.

  • Build and serve the website with:

    $ zola serve
    
  • Open localhost:1111 in 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.

Notes

  • to change the size of the logo, tweak the sass/juice.scss file, play with the width and height variable to set your desired logo size
.logo {
  img {
    width: 60px;
    height: auto;
    margin: 0 25px;
  }
}

About

Website for the workshop in honour of Roberto Cammi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5