Adding theme

This commit is contained in:
2022-11-08 08:18:38 -05:00
parent 3697085412
commit 1d217d27ed
15 changed files with 151 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
+++
title = "Projects"
sort_by = "weight"
template = "cards.html"
+++

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 MiB

View File

@@ -0,0 +1,11 @@
+++
title = "Apollo"
description = "Modern and minimalistic blog theme."
weight = 1
[extra]
local_image = "/projects/project-1.jpg"
link_to = "https://github.com/not-matthias/apollo"
+++
Example project page

View File

@@ -0,0 +1,11 @@
+++
title = "Project 2"
description = "Example description"
weight = 1
[extra]
# You can also crop the image in the url by adjusting w=/h=
remote_image = "https://images.unsplash.com/photo-1523821741446-edb2b68bb7a0?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80"
+++
Example project page

View File

@@ -0,0 +1,10 @@
+++
title = "Project 3"
description = "Example description"
weight = 1
[extra]
remote_image = "https://images.unsplash.com/photo-1462556791646-c201b8241a94?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1465&q=80"
+++
Example project page

View File

@@ -0,0 +1,10 @@
+++
title = "Project 4"
description = "Example description with a lot of words but without any meaning. Why use lorem ipsum when you can just write a lot of text that has no underlying meaning?"
weight = 1
[extra]
remote_image = "https://images.unsplash.com/photo-1620121692029-d088224ddc74?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1632&q=80"
+++
Example project page

View File

@@ -0,0 +1,7 @@
+++
title = "Project 4"
description = "Example description"
weight = 1
+++
Example project page