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 [email protected]:mimischi/gecht.net.git
After cloning this repository, install all dependencies.
yarn install
Using grunt
, you will a) generate the background image in different sizes and
image formats, and b) generate a number of different favicon formats.
grunt
grunt
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 dev
To build the site for production, run:
yarn run build