Go to file
Martin Danielsson d6cca9067a Fixed some links and typos. 2016-02-13 19:17:31 +01:00
_data Adding logging tag and aligning tags 2016-01-13 14:20:15 +01:00
_includes still fighting 404 2016-02-03 11:30:28 +01:00
_layouts Updating tag page 2016-01-30 23:43:11 +01:00
_posts Fixed some links and typos. 2016-02-13 19:17:31 +01:00
css more work on centering images 2016-02-03 16:18:57 +01:00
fonts Migrating to Clean Blog design from startbootstrap 2016-01-30 21:32:25 +01:00
images Bob: post 2016-02-04-Reisekosten-App 2016-02-05 11:55:02 +01:00
js Migrating to Clean Blog design from startbootstrap 2016-01-30 21:32:25 +01:00
meta Another go at the redesign 2016-02-03 15:12:47 +01:00
resources Blog post on Azure Storage Shared Access Signatures 2016-01-20 11:17:33 +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 Update CNAME 2016-01-20 19:40:17 +01:00
LICENSE License date bump 2015-02-23 01:06:50 -05:00
README.md Merge branch 'master' of https://github.com/hlgr360/hlgr360.github.io into hlgr360-master 2016-01-31 00:15:25 +01:00
_config.yml Merge pull request #28 from hlgr360/master 2016-02-03 16:57:30 +01:00
about.md trying to fix links 2016-02-03 13:21:11 +01:00
feed.xml Update feed.xml Layout declaration 2014-09-14 14:08:41 +03:00
impressum.md Adjusting markdown syntax 2016-02-03 13:18:18 +01:00
index.html fixing typo and another attempt to fix headline 2016-01-30 22:39:03 +01:00
resources.md Adjusting markdown syntax 2016-02-03 13:18:18 +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 into (a) a repo of your own account under (b) the name [your_account_name].github.io. Upon your first commit the blog should be published at http://[your_account_name].github.io. In this way you can add your changes and test them live. When you are finished create a pull request with your changes and submit it against our blog 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.