2017-12-25 21:53:31 +01:00
2017-12-25 21:53:31 +01:00
2017-12-25 21:53:31 +01:00
2017-12-25 15:08:34 +01:00
2017-12-25 15:08:34 +01:00
2017-12-25 14:47:45 +01:00
2017-12-25 19:11:46 +01:00
2017-12-25 13:16:08 +01:00
2017-12-25 13:42:30 +01:00
2017-12-25 21:52:09 +01:00
2016-04-15 14:48:25 +02:00
2016-04-15 14:45:00 +02:00
2017-12-25 20:24:33 +01:00
2017-12-24 20:10:30 +01:00
2017-12-25 20:24:33 +01:00
2017-12-25 20:24:33 +01:00
2016-04-15 14:45:32 +02:00
2017-12-25 21:52:09 +01:00

Personal Website

Build Status

This repository hosts my personal website. It is jekyll powered with all required dependencies described in the Gemfile. If you wanted, you could create the very same website with this repository that you can find under the official URL.

You can use it as a starting point for your own website. In the following I will describe what you need to change to make it your own (minimal changes).

Customization

  • _config.yml: this contains the site configuration, update it to meet your needs
  • _data/: this directory contains data files that allow for easy website changes
  • _data/author.yml: this file describes the key values for the author (website owner), the values are also used to populate the CV page and the author sidebar box
  • _data/footer-menu.yml: defines the footer menu
  • _data/header-menu.yml: defines the header menu
  • _data/notification.yml: defines the global configuration and if it is visible
  • _data/promotion.yml: defines the promotion and if it is visible
  • assets/: required static files
  • assets/images/uberspace-badge-*.png: must be changed to accomodate your promotional image
  • assets/images/brand.svg: must be changed to your brand image
  • assets/pdf/cv.pdf: change for your CV in PDF format
  • _posts/: delete and write your own posts

Beyond this no changes are absolutely necessary. No links are hard-coded in the pages, layouts or include files beyond the technical dependencies.

Description
Personal website
https://2martens.de
Readme 19 MiB
Languages
JavaScript 97.3%
HTML 2.4%
SCSS 0.3%