DEVELOPMENT ENVIRONMENT

~liljamo/liljamo-dev-zola

f4673befd5622bd61b5fae21d9bf9f74141ebb81 — Jonni Liljamo 9 months ago 28e9943
feat: rename test one to example, delete test two
3 files changed, 2 insertions(+), 11 deletions(-)

R content/{one/2023-11-20-001.md => example/2023-11-20-001.md}
R content/{one/_index.md => example/_index.md}
D content/two/_index.md
R content/one/2023-11-20-001.md => content/example/2023-11-20-001.md +0 -0
R content/one/_index.md => content/example/_index.md +2 -2
@@ 1,8 1,8 @@
+++
weight = 100

title = "Test One"
description = "a test project"
title = "Example"
description = "an example project"

sort_by = "date"
template = "project.html"

D content/two/_index.md => content/two/_index.md +0 -9
@@ 1,9 0,0 @@
+++
weight = 101

title = "Test Two"

sort_by = "date"
template = "project.html"
page_template = "log.html"
+++