You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
## Contributing
2
2
3
-
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.
3
+
Pull Requests from our design, development and operations teams of [Haufe.Group](https://www.haufegroup.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.
4
4
5
5
The short version of it is to fork this repo your own account and then clone it locally and add your changes where the filename of new posts in the folder `_posts` should be prefixed with the publication date. You can easily run Jekyll locally using docker. Simply `cd` into your `Haufe-Lexware.github.io` fork containing your changes, and then issue the following command:
Copy file name to clipboardexpand all lines: _posts/2017-08-22-content-as-code.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,4 +32,4 @@ Let's Treat Docs Like Code.
32
32
When you want to write more content, create accurate technical docs, iterate with collaborators, test drafts, merge, build, and deploy docs.
33
33
```
34
34
35
-
Like today we have DevOps and CI/CD for our code, I strongly feel that ContentOps and CI/CD are just around the corner for our content. And given that we as [Haufe.Group](https://www.haufe-lexware.com/en/about-us/) have our roots in publishing, this is an exciting propostion to think about.
35
+
Like today we have DevOps and CI/CD for our code, I strongly feel that ContentOps and CI/CD are just around the corner for our content. And given that we as [Haufe.Group](https://www.haufegroup.com/en/company) have our roots in publishing, this is an exciting propostion to think about.
Copy file name to clipboardexpand all lines: _posts/2017-10-03-automate-ami-with-packer.md
+2
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ It’s very easy, you have to download and install it from [here](https://www.pa
38
38
For this we need to create a template. The format of a template is simple JSON file, like below:
39
39
40
40
packer_template.json
41
+
{% raw %}
41
42
```json
42
43
{
43
44
"variables": {
@@ -69,6 +70,7 @@ packer_template.json
69
70
}]
70
71
}
71
72
```
73
+
{% endraw %}
72
74
73
75
With this template, we will create a CentOS 7 image without GUI, named Minimal-CentOS7 with 80GB disk space and built in “builds” folder from our project as OVA file.
Copy file name to clipboardexpand all lines: about.md
+11-7
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,22 @@ permalink: /about/
10
10
11
11
### More Information
12
12
13
-
The Haufe Group stands for integrated cloud and desktop solutions in the areas of taxation, legal, bookkeeping, learning, and talent management. It is a leading media and software vendor for professional online portals, e-procurement, online communities, and human resource & organizational development solutions.
13
+
Welcome to the Haufe Group, a leading provider of software solutions and consulting services for businesses. With a rich history dating back to 1934, we have evolved into a trusted partner for organizations seeking digital transformation and innovation.
14
14
15
-
The main target groups are large and midsize firms, small businesses and freelancers, tax advisers and lawyers, the public sector, real estate agents, and nonprofit organizations. A number of our brands – Haufe, Haufe Academy, and Lexware – are market leaders in these target groups.
15
+
At Haufe Group, we are passionate about empowering businesses through technology. Our diverse portfolio of brands, including Haufe, Lexware, Haufe Akademie, and Haufe Discovery, enables us to cater to a wide range of business needs.
16
16
17
-
#### Corporate Background
17
+
- Haufe: The Haufe brand provides comprehensive software solutions and consulting services for human resources, finance, and legal departments. Their offerings include talent management, payroll, compliance, and document management solutions.
18
18
19
-
The Haufe Group emerged from a successful publisher and the provider of Lexware, a leading source of commercial software for small firms; over time, it grew to offer a comprehensive portfolio of digital and web-based solutions. Its wide range of products and services have been merged in integrated workstation solutions that allow customers to work effectively.
19
+
- Lexware: Lexware focuses on providing software solutions specifically designed for small businesses and freelancers. Their products cover areas such as accounting, invoicing, payroll, and financial management.
20
20
21
-
#### Current Market Position
21
+
- Haufe Akademie: Haufe Akademie is the training and development arm of the Haufe Group. They offer seminars, workshops, and online training courses in various areas such as leadership, HR management, finance, and legal topics.
22
22
23
-
The Haufe Group is now considered one of the most innovative media and software vendors in Germany. Its solutions use state-of-the-art technology and are very user-friendly and practice-oriented. More than one million customers – including all DAX 30 firms – generate over 366 million euros in revenue. The Freiburg-based firm currently has some 1,950 employees within Germany and abroad. The Group's international growth strategy is based on its current product portfolio, and it expands on an ongoing basis thanks to the synergies which evolve from the core competencies and strengths of the individual firms and brands within the Group.
23
+
The Haufe Group is headquartered in Freiburg, Germany, and has additional offices in Germany, Spain and Romania. They serve customers across various industries, including finance, manufacturing, healthcare, and professional services.
24
+
25
+
Overall, the Haufe Group is known for its expertise in providing software and consulting solutions that enable businesses to optimize their operations, enhance employee productivity, and drive sustainable growth.
26
+
27
+
Join us on this software development blog as we share insights, trends, and best practices in the ever-evolving world of technology. Together, let's explore the limitless possibilities of software development and drive business success in the digital age with the Haufe Group.
0 commit comments