fkrauthan / fkrauthan.de

My personal website fkrauthan.de

Home Page:http://www.fkrauthan.de

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fkrauthan.de

!Outdated! The new website can be found here!

This repository contains the wintersmith project files to build the fkrauthan.de website.

Deploy to Gitlab

Installation

To be able to build the website you have to install nodejs and yarn. After that please run the yarn install from the project root directory.

Developing

To start a development server just run the following command from the project root: ./wintersmith watch

It automaticly starts a development server on port 2014 so you can now open a browser on url http://localhost:2014 to watch the site. As soon as you make changes and reload the page the site get's recompiled on the fly.

Building

To build the site you just have to run ./wintersmith build from the project root. It automaticly creates a build/ folder with all compiled and copied files.

Publishing

To publish the site just follow the following two steps:

  1. Build the project
  2. Rsync the build/ folder content to the production server.

About

My personal website fkrauthan.de

http://www.fkrauthan.de


Languages

Language:HTML 49.5%Language:CSS 46.3%Language:JavaScript 2.2%Language:Shell 1.5%Language:Dockerfile 0.6%