Adding theme
This commit is contained in:
5
content/projects/_index.md
Normal file
5
content/projects/_index.md
Normal file
@@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = "Projects"
|
||||
sort_by = "weight"
|
||||
template = "cards.html"
|
||||
+++
|
||||
BIN
content/projects/project-1.jpg
Normal file
BIN
content/projects/project-1.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 MiB |
11
content/projects/project_1.md
Normal file
11
content/projects/project_1.md
Normal 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
|
||||
11
content/projects/project_2.md
Normal file
11
content/projects/project_2.md
Normal 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
|
||||
10
content/projects/project_3.md
Normal file
10
content/projects/project_3.md
Normal 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
|
||||
10
content/projects/project_4.md
Normal file
10
content/projects/project_4.md
Normal 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
|
||||
7
content/projects/project_5.md
Normal file
7
content/projects/project_5.md
Normal file
@@ -0,0 +1,7 @@
|
||||
+++
|
||||
title = "Project 4"
|
||||
description = "Example description"
|
||||
weight = 1
|
||||
+++
|
||||
|
||||
Example project page
|
||||
Reference in New Issue
Block a user