diff --git a/content/categories/bash/_index.de.md b/content/categories/bash/_index.de.md new file mode 100644 index 0000000..486af52 --- /dev/null +++ b/content/categories/bash/_index.de.md @@ -0,0 +1,10 @@ +--- +title: "Bash" +description: "Bash (Bourne Again Shell) ist eine auf UNIX-ähnlichen Systemen sehr verbreitete Kommandozeilenumgebung." +image: cover.png + +# Badge style +style: + background: "#2a9d8f" + color: "#fff" +--- diff --git a/content/categories/bash/_index.en.md b/content/categories/bash/_index.en.md new file mode 100644 index 0000000..abfecd3 --- /dev/null +++ b/content/categories/bash/_index.en.md @@ -0,0 +1,10 @@ +--- +title: "Bash" +description: "Bash (Bourne Again Shell) is a command line environment that is widely used on UNIX-like operating systems." +image: cover.png + +# Badge style +style: + background: "#2a9d8f" + color: "#fff" +--- diff --git a/content/categories/bash/cover.png b/content/categories/bash/cover.png new file mode 100644 index 0000000..355abd5 Binary files /dev/null and b/content/categories/bash/cover.png differ diff --git a/content/categories/linux/_index.de.md b/content/categories/linux/_index.de.md new file mode 100644 index 0000000..5b40a88 --- /dev/null +++ b/content/categories/linux/_index.de.md @@ -0,0 +1,10 @@ +--- +title: "Linux" +description: "Linux ist ein Betriebssystemkernel, der das Fundament für eine Vielzahl moderner UNIX-artiger Betriebssysteme bildet, wie z.B. Ubuntu oder Red Hat Enterprise Linux. Die Artikel in dieser Kategorie befassen sich hauptsächlich mit diesen Linux-basierten Betriebssystemen und zugehöriger Werkzeuge." +image: cover.png + +# Badge style +style: + background: "#2a9d8f" + color: "#fff" +--- diff --git a/content/categories/linux/_index.en.md b/content/categories/linux/_index.en.md new file mode 100644 index 0000000..9643d73 --- /dev/null +++ b/content/categories/linux/_index.en.md @@ -0,0 +1,10 @@ +--- +title: "Linux" +description: "Linux is an operating system kernel that forms the foundation for a large number of modern UNIX-like operating systems, such as Ubuntu or Red Hat Enterprise Linux. The articles in this category mainly address these Linux-based operating systems and associated tools." +image: cover.png + +# Badge style +style: + background: "#2a9d8f" + color: "#fff" +--- diff --git a/content/categories/linux/cover.png b/content/categories/linux/cover.png new file mode 100644 index 0000000..29ab51d Binary files /dev/null and b/content/categories/linux/cover.png differ diff --git a/content/categories/programming/_index.de.md b/content/categories/programming/_index.de.md new file mode 100644 index 0000000..8f1eaeb --- /dev/null +++ b/content/categories/programming/_index.de.md @@ -0,0 +1,10 @@ +--- +title: "Programmierung" +description: "Programmierung umfasst die Erstellung von Programmen, die durch Computern oder ähnlichen Maschinen ausgeführt werden können." +image: cover.jpg + +# Badge style +style: + background: "#2a9d8f" + color: "#fff" +--- diff --git a/content/categories/programming/_index.en.md b/content/categories/programming/_index.en.md new file mode 100644 index 0000000..765e1c9 --- /dev/null +++ b/content/categories/programming/_index.en.md @@ -0,0 +1,10 @@ +--- +title: "Programming" +description: "Programming is the creation of programs that can be understood and executed by computers or similar machines." +image: cover.jpg + +# Badge style +style: + background: "#2a9d8f" + color: "#fff" +--- diff --git a/content/categories/programming/cover.jpg b/content/categories/programming/cover.jpg new file mode 100644 index 0000000..91b5288 Binary files /dev/null and b/content/categories/programming/cover.jpg differ