groveld / groveld.github.io

:globe_with_meridians: This is the personal website of Martin Groeneveld

Home Page:https://www.groveld.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

groveld.github.io

This is the personal website of Martin Groeneveld.

Updated Build Pages Discord

Getting Started

git clone https://github.com/groveld/groveld.github.io.git
cd groveld.github.io
gem install bundler && bundle install # Ensures you have all RubyGems needed
jekyll serve # Build site and run a local server

The front-matter of a post should look like this;

---
layout      : post
updated     : "2018-05-27@12:23"
author      : "John Doe"
email       : "johndoe@example.email"
title       : "Some Title Here"
description : "A very descriptive description here"
tags        : [some, tags, here]
---

The front-matter of a page should look like this;

---
layout      : page
permalink   : /page-url
title       : "Some Title Here"
description : "A very descriptive description here"
---

Contributing

  1. Fork it (https://github.com/groveld/groveld.github.io.git).
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes (git commit -am 'Add some feature').
  4. Push to the branch (git push origin my-new-feature).
  5. Create a new Pull Request.

License

The following directories and their contents are Copyright Martin Groeneveld. You may not reuse anything therein without my permission:

  • jekyll/_data
  • jekyll/_drafts
  • jekyll/_pages
  • jekyll/_posts
  • jekyll/img

All other directories and files are ISC Licensed. Feel free to use the HTML and CSS as you please. If you do use them, a link back to https://github.com/groveld/groveld.github.io/ would be appreciated.

About

:globe_with_meridians: This is the personal website of Martin Groeneveld

https://www.groveld.com


Languages

Language:Ruby 100.0%