This is a simple landing page for my personal domain
https://gecht.net. This repository was used to play
around with parcel for bundling and
bulma for the base layout.
Make sure yarn is installed. Installation with npm
should also be possible.
First clone the repository with git:
git clone git@github.com:mimischi/gecht.net.gitAfter cloning this repository, install all dependencies.
yarn installUsing grunt, you will a) generate the background image in different sizes and
image formats, and b) generate a number of different favicon formats.
gruntgrunt currently puts the wrong paths into
src/assets/favicons/browserconfig.xml. Make sure to remove the whole path and
just leave the relative path to each favicon.
Ideally this should be done automatically in the future.
After you took care of everything, simply run the page:
yarn run devTo build the site for production, run:
yarn run build