Skip to content

honungsburk/honungsburk.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Honungsburk - Website

The official homepage of honnungsburk (a.k.a. Frank Hampus Weslien).

Static Site Generation

I use Zola to build this static site.

Installation

Follow the instructions.

Development

Get instant refresh using zola serve.

Note: It appears that the site becomes unavailable after deployment. Thus far all I've had to do are the following steps:

  1. Go to the settings page for this repo
  2. Click on the pages tab
  3. Under Custom domain write "frankhampusweslien.com" and click Save.

solution!

Deployment

Whenever changes get committed 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.