Go to file
Holger Reinhardt a6dd6b0581 Updating section on omitting _config.yml 2016-01-17 23:36:51 +01:00
_data Adding logging tag and aligning tags 2016-01-13 14:20:15 +01:00
_includes Update comments.html 2015-12-02 14:35:26 +01:00
_layouts fixing some typos 2016-01-04 23:10:51 +01:00
_posts Fixed code snippets and added blog+github links. 2016-01-13 16:18:47 +02:00
_sass Update _svg-icons.scss 2015-05-07 00:50:50 -04:00
images Added log aggregation blog post 2016-01-13 10:03:09 +02:00
meta Adding logging tag and aligning tags 2016-01-13 14:20:15 +01:00
.gitignore Don't need to add the Gemfile to the repo 2014-06-20 08:20:08 -04:00
404.md Resize the image on the 404 page 2014-06-13 09:23:03 -04:00
CNAME Removing everything from the CNAME file 2014-05-25 18:54:28 -04:00
LICENSE License date bump 2015-02-23 01:06:50 -05:00
README.md Updating section on omitting _config.yml 2016-01-17 23:36:51 +01:00
_config.yml Revert "Update _config.yml" 2016-01-17 23:29:42 +01:00
about.md Adding Impressum 2015-11-05 13:04:55 +01:00
feed.xml Update feed.xml Layout declaration 2014-09-14 14:08:41 +03:00
impressum.md Update impressum.md 2015-11-18 23:45:34 +01:00
index.html Changing layout of category and tags 2016-01-04 21:04:16 +01:00
resources.md Update resources.md 2015-11-06 17:18:54 +01:00
style.scss Update style.scss 2015-11-06 16:44:52 +01:00

README.md

Contributing

Pull Requests from our design, development and operations teams of Haufe.Group 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.

Support for Categories and Tags were inspired by this blog entry. 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

Please note to set the proxy if you are working from within the Haufe Intranet

set HTTP_PROXY=http://10.12.1.236:8083/
set HTTPS_PROXY=http://10.12.1.236:8083/

If you find bugs or issues you can open an issue describing the problem that you're looking to resolve and we'll go from there.