update project statuses, move TILs into regular posts with tag, revamp site colors to kimber base16 palette
This commit is contained in:
@@ -5,6 +5,7 @@ lastmod: {{ .Date }}
|
||||
showTableOfContents: true
|
||||
type: "projects"
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
active: true
|
||||
status: ""
|
||||
statusColor: "" # green #99c899 | blue - #537c9c | yellow - #d8b56d | red - #704f4f | grey - #c3c3b4 | pink - #c88c8c
|
||||
tags: []
|
||||
---
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
---
|
||||
date: {{ .Date }}
|
||||
description: ""
|
||||
lastmod: {{ .Date }}
|
||||
showTableOfContents: true
|
||||
type: "tils"
|
||||
title: "TIL: {{ replace .Name "-" " " | title }}"
|
||||
image: ""
|
||||
image_credit: ""
|
||||
image_alt: ""
|
||||
tags: []
|
||||
---
|
||||
|
||||
# Context
|
||||
|
||||
# Reflection
|
||||
Reference in New Issue
Block a user