From 81d7fd03de139f2d70d06df0fe5fae041b5a3cb5 Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Sun, 17 Jan 2016 23:40:38 +0100 Subject: [PATCH] Remove the whole _config.yml story --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 4162d4a..e6a2512 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ ## Contributing -Pull Requests from our design, development and operations teams of [Haufe.Group](http://www.haufe-lexware.com) and its subsidiaries are greatly appreciated. If you've never contributed to an open source project before we are more than happy to walk you through how to create a pull request. - -The short version of it is to simply clone this repo (a) into a repo of your own account with (b) the name `[your_account_name].github.io` and (c) manually change the `url` parameter in `_config.xml` to `http://[your_account_name].github.io`. Commit your changes and a couple of seconds later you should find the blog published on the above configured url. Now you can add your changes and test them live after each commit. - -**Do not submit your _config.yml file as part of the pull request.** The easiest way to do that is by reverting your changes in `_config.yml` and pushing it to your repo once you are ready to create a pull request. The easiest way to do so is to use a tool like (SourceTree)[https://www.sourcetreeapp.com], right-click on `_config.yml` and select revert changes. You wll not neet to commit anything but you do need to push it up to your github repo. +Pull Requests from our design, development and operations teams of [Haufe.Group](http://www.haufe-lexware.com) and its subsidiaries are greatly appreciated. If you've never contributed to an open source project before we are more than happy to walk you through how to create a pull request. The short version of it is to simply clone this repo (a) into a repo of your own account with (b) the name `[your_account_name].github.io`. Support for Categories and Tags were inspired by [this blog entry](http://www.minddust.com/post/tags-and-categories-on-github-pages/). A list of the defined categories and tags can be found at `_data/categories.yml` and `_data\tags.yml` respectively. If you want to add new categories or tags, you need to add them to the corresponding `.yml` file and add the matching template into the `meta/category` or `meta/tag` directories. Please do not go overboard with adding new categories and tags but try to stay within the ones we have. On the other hand - if you feel strongly about adding one, feel free to submit a pull request.