Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 791 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 791 Bytes

MirrorLabs - Website

The official homepage of MirrorLabs.

Static Site Generation

We use Zola to build our static site.

Installation

Follow the instructions.

Development

Get instant refresh using zola serve.

Deployment

Whenever changes get commit to the master branch it triggers a Github action that builds and deploys the website to the gh-pages branch.

Styling

Fonts

We use JetBrains Mono for that great programmer feel.

Icons

We use Feather for this project. If you need an icon that has not been added simply navigate to [their website and download it!

Sass

You find the sass file at sass/style.sass.