Skip to content

mimischi/gecht.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal portfolio

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.

Screenshot of https://gecht.net

Set up

Make sure yarn is installed. Installation with npm should also be possible.

Clone repository

First clone the repository with git:

git clone [email protected]:mimischi/gecht.net.git

Install dependencies

After cloning this repository, install all dependencies.

yarn install

Run grunt jobs

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

Adapt paths defined in browserconfig.xml

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.

Running the site locally

After you took care of everything, simply run the page:

yarn run dev

Building the site

To build the site for production, run:

yarn run build

About

Landing page for my personal domain 🔥

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published