From 122cca3295ace7894e40b693ba9b2952830c65c3 Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Thu, 14 Jan 2016 07:33:24 +0100 Subject: [PATCH 1/5] Update _config.yml --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index beb3cc4..fb00834 100644 --- a/_config.yml +++ b/_config.yml @@ -38,11 +38,11 @@ footer-links: disqus: haufelexware # Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking -google_analytics: UA-70047300-1 +# google_analytics: UA-70047300-1 # Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co) # Used for Sitemap.xml and your RSS feed -url: http://haufe-lexware.github.io +url: http://hlgr360.github.io # If you're hosting your site at a Project repository on GitHub pages # (http://yourusername.github.io/repository-name) From 49e313342b825c1a45713fc1a5c63b77f6b2780a Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Sun, 17 Jan 2016 23:22:33 +0100 Subject: [PATCH 2/5] Updated readme for local clone and test before submitting pull request --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 566b8bb..95e289d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 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. **Please do not submit your _config.yml file as part of the pull request.** + 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. If you want to find out more about using `github-pages` for blogging or want to improve our blog the following links might be good starting points From 401ad26769e8910b1181931a01b98798771b3cd0 Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Sun, 17 Jan 2016 23:29:42 +0100 Subject: [PATCH 3/5] Revert "Update _config.yml" This reverts commit 122cca3295ace7894e40b693ba9b2952830c65c3. --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index fb00834..beb3cc4 100644 --- a/_config.yml +++ b/_config.yml @@ -38,11 +38,11 @@ footer-links: disqus: haufelexware # Enter your Google Analytics web tracking code (e.g. UA-2110908-2) to activate tracking -# google_analytics: UA-70047300-1 +google_analytics: UA-70047300-1 # Your website URL (e.g. http://barryclark.github.io or http://www.barryclark.co) # Used for Sitemap.xml and your RSS feed -url: http://hlgr360.github.io +url: http://haufe-lexware.github.io # If you're hosting your site at a Project repository on GitHub pages # (http://yourusername.github.io/repository-name) From a6dd6b05813d3df8a3da2781ce620907c0408e55 Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Sun, 17 Jan 2016 23:36:51 +0100 Subject: [PATCH 4/5] Updating section on omitting _config.yml --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95e289d..4162d4a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ 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. **Please do not submit your _config.yml file as part of the 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. 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. From 81d7fd03de139f2d70d06df0fe5fae041b5a3cb5 Mon Sep 17 00:00:00 2001 From: Holger Reinhardt Date: Sun, 17 Jan 2016 23:40:38 +0100 Subject: [PATCH 5/5] 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.