ennocramer / memfrob.de

Website for memfrob.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memfrob.de

The website for memfrob.de, built with Zola (previously Gutenberg), Picnic CSS, and Fontello.

Building

Use the Makefile or the zola binary directly.

Run make serve or zola serve to run a local webserver.

Run make build-staging to build the site for design.memfrob.de.

Run make build-production to build the site for memfrob.de.

Run zola build -u <URL> to build the site for any other domain.

Deploying

The site is deployed using rsync. Make sure to have the proper SSH key loaded via ssh-add.

Run make deploy-staging to build and deploy to design.memfrob.de.

Run make deploy-production to build and deploy to memfrob.de.

Updating Dependencies

Run make update-picnic to pull the most recent version of Picnic CSS from the git repository.

Run make update-fontello to retrieve a new font package and matching CSS files from fontello. Edit fontello.conf beforehand to add icons.

About

Website for memfrob.de


Languages

Language:CSS 64.1%Language:HTML 33.9%Language:Makefile 2.0%