diff --git a/content/categories/books/_index.md b/content/categories/books/_index.md new file mode 100644 index 0000000..3befbf8 --- /dev/null +++ b/content/categories/books/_index.md @@ -0,0 +1,10 @@ +--- +title: Books +description: Anything and everything related to the books i am reading or plan to read +image: books.jpg + +# Badge style +style: + background: "#2a9d8f" + color: "#fff" +--- diff --git a/content/categories/books/books.jpg b/content/categories/books/books.jpg new file mode 100644 index 0000000..78dff0e Binary files /dev/null and b/content/categories/books/books.jpg differ diff --git a/content/categories/events/_index.md b/content/categories/events/_index.md new file mode 100644 index 0000000..7f0121b --- /dev/null +++ b/content/categories/events/_index.md @@ -0,0 +1,10 @@ +--- +title: Events +description: Anything and everything related to events, talks and conferences +image: linux.jpg + +# Badge style +style: + background: "#2a9d8f" + color: "#fff" +--- diff --git a/content/categories/libreboot/_index.md b/content/categories/libreboot/_index.md index f36ca30..1d7701b 100644 --- a/content/categories/libreboot/_index.md +++ b/content/categories/libreboot/_index.md @@ -1,7 +1,7 @@ --- -title: libreboot +title: Libreboot description: Anything and everything related to Libreboot -image: +image: libreboot.jpg # Badge style style: diff --git a/content/categories/libreboot/libreboot.jpg b/content/categories/libreboot/libreboot.jpg new file mode 100644 index 0000000..ad0c45e Binary files /dev/null and b/content/categories/libreboot/libreboot.jpg differ diff --git a/content/categories/linux-mobile/_index.md b/content/categories/linux-mobile/_index.md new file mode 100644 index 0000000..56e4a90 --- /dev/null +++ b/content/categories/linux-mobile/_index.md @@ -0,0 +1,10 @@ +--- +title: Linux Mobile +description: Anything and everything related to Linux on mobile devices +image: linux-mobile.jpg + +# Badge style +style: + background: "#2a9d8f" + color: "#fff" +--- diff --git a/content/categories/linux-mobile/linux-mobile.jpg b/content/categories/linux-mobile/linux-mobile.jpg new file mode 100644 index 0000000..f743177 Binary files /dev/null and b/content/categories/linux-mobile/linux-mobile.jpg differ diff --git a/content/categories/linux/_index.md b/content/categories/linux/_index.md new file mode 100644 index 0000000..94cf5db --- /dev/null +++ b/content/categories/linux/_index.md @@ -0,0 +1,10 @@ +--- +title: Linux +description: Anything and everything related to Linux +image: linux.png + +# Badge style +style: + background: "#2a9d8f" + color: "#fff" +--- diff --git a/content/categories/linux/linux.png b/content/categories/linux/linux.png new file mode 100644 index 0000000..49932f5 Binary files /dev/null and b/content/categories/linux/linux.png differ diff --git a/content/categories/programming/_index.md b/content/categories/programming/_index.md new file mode 100644 index 0000000..3e53197 --- /dev/null +++ b/content/categories/programming/_index.md @@ -0,0 +1,10 @@ +--- +title: Programming +description: Anything and everything related to the world of programming +image: programming.jpg + +# Badge style +style: + background: "#2a9d8f" + color: "#fff" +--- diff --git a/content/categories/programming/programming.jpg b/content/categories/programming/programming.jpg new file mode 100644 index 0000000..5152a6a Binary files /dev/null and b/content/categories/programming/programming.jpg differ diff --git a/content/categories/thinkpad/_index.md b/content/categories/thinkpad/_index.md new file mode 100644 index 0000000..4a90bfc --- /dev/null +++ b/content/categories/thinkpad/_index.md @@ -0,0 +1,10 @@ +--- +title: Thinkpad +description: Anything and everything related those beautiful machines +image: thinkpad.jpg + +# Badge style +style: + background: "#2a9d8f" + color: "#fff" +--- diff --git a/content/categories/thinkpad/thinkpad.jpg b/content/categories/thinkpad/thinkpad.jpg new file mode 100644 index 0000000..cdfa48d Binary files /dev/null and b/content/categories/thinkpad/thinkpad.jpg differ