Skip to content

Mirror-Labs/Mirror-Labs.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.