feat: improved categories
created official categories and added images to them
This commit is contained in:
parent
503623bf53
commit
29f571bfcb
13 changed files with 62 additions and 2 deletions
10
content/categories/books/_index.md
Normal file
10
content/categories/books/_index.md
Normal file
|
@ -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"
|
||||
---
|
BIN
content/categories/books/books.jpg
Normal file
BIN
content/categories/books/books.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.2 KiB |
10
content/categories/events/_index.md
Normal file
10
content/categories/events/_index.md
Normal file
|
@ -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"
|
||||
---
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: libreboot
|
||||
title: Libreboot
|
||||
description: Anything and everything related to Libreboot
|
||||
image:
|
||||
image: libreboot.jpg
|
||||
|
||||
# Badge style
|
||||
style:
|
||||
|
|
BIN
content/categories/libreboot/libreboot.jpg
Normal file
BIN
content/categories/libreboot/libreboot.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
10
content/categories/linux-mobile/_index.md
Normal file
10
content/categories/linux-mobile/_index.md
Normal file
|
@ -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"
|
||||
---
|
BIN
content/categories/linux-mobile/linux-mobile.jpg
Normal file
BIN
content/categories/linux-mobile/linux-mobile.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.3 KiB |
10
content/categories/linux/_index.md
Normal file
10
content/categories/linux/_index.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Linux
|
||||
description: Anything and everything related to Linux
|
||||
image: linux.png
|
||||
|
||||
# Badge style
|
||||
style:
|
||||
background: "#2a9d8f"
|
||||
color: "#fff"
|
||||
---
|
BIN
content/categories/linux/linux.png
Normal file
BIN
content/categories/linux/linux.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.4 KiB |
10
content/categories/programming/_index.md
Normal file
10
content/categories/programming/_index.md
Normal file
|
@ -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"
|
||||
---
|
BIN
content/categories/programming/programming.jpg
Normal file
BIN
content/categories/programming/programming.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 8 KiB |
10
content/categories/thinkpad/_index.md
Normal file
10
content/categories/thinkpad/_index.md
Normal file
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
title: Thinkpad
|
||||
description: Anything and everything related those beautiful machines
|
||||
image: thinkpad.jpg
|
||||
|
||||
# Badge style
|
||||
style:
|
||||
background: "#2a9d8f"
|
||||
color: "#fff"
|
||||
---
|
BIN
content/categories/thinkpad/thinkpad.jpg
Normal file
BIN
content/categories/thinkpad/thinkpad.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
Loading…
Reference in a new issue