From 5827594daa5cbfaf0dce36bcb0dc4667e6329b9c Mon Sep 17 00:00:00 2001 From: Damilare Aboaba Date: Tue, 30 Jan 2024 23:45:45 -0500 Subject: [PATCH] Update blog --- _quarto.yml | 11 +++++------ index.qmd | 7 +++++-- lists/_metadata.yml | 4 ++++ posts/_metadata.yml | 4 ++++ posts/future_ideas/index.qmd | 2 ++ 5 files changed, 20 insertions(+), 8 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index 3fea3b6..9083ffc 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -2,8 +2,11 @@ project: type: website website: - title: "shokunin" navbar: + background: "#6488a4" + left: + - href: index.qmd + text: Home right: - about.qmd - lists.qmd @@ -13,14 +16,10 @@ website: href: https://www.linkedin.com/in/daboaba/ format: html: - theme: lumen + theme: yeti css: styles.css highlight-style: zenburn -comments: - giscus: - repo: DAboaba/shokunin - editor: visual execute: diff --git a/index.qmd b/index.qmd index ada5213..add578d 100644 --- a/index.qmd +++ b/index.qmd @@ -1,10 +1,13 @@ --- -title: "shokunin" -subtitle: "A DS & ML blog by Damilare Aboaba" +title: shokunin +subtitle: A DS/ML blog by Damilare Aboaba listing: contents: posts sort: "date desc" type: grid + grid-columns: 3 + image-height: 250px + page-size: 100 categories: true sort-ui: false filter-ui: true diff --git a/lists/_metadata.yml b/lists/_metadata.yml index 2337deb..5699a50 100644 --- a/lists/_metadata.yml +++ b/lists/_metadata.yml @@ -11,3 +11,7 @@ title-block-banner: true author: - name: Damilare Aboaba url: https://daboaba.github.io/shokunin/about.html + +comments: + giscus: + repo: DAboaba/shokunin diff --git a/posts/_metadata.yml b/posts/_metadata.yml index 8ec0feb..15aa4dc 100644 --- a/posts/_metadata.yml +++ b/posts/_metadata.yml @@ -19,3 +19,7 @@ toc-location: right # Default fields for citation citation: true + +comments: + giscus: + repo: DAboaba/shokunin diff --git a/posts/future_ideas/index.qmd b/posts/future_ideas/index.qmd index 1c84619..634817a 100644 --- a/posts/future_ideas/index.qmd +++ b/posts/future_ideas/index.qmd @@ -3,6 +3,8 @@ title: "Ideas" date: "2024-01-26" categories: [news, lists, ideas] image: "image.png" +description: "An exercise in expectation management" +citation: false --- In a [previous post](../about_lists/index.qmd) I discussed keeping running lists of resources I want to come back to. In addition to these, I've decided to also keep a list of [future ideas](../../lists/ideas/index.qmd) for shokunin. Although I initially balked at the idea of posting my unfinished plans, I really do want shokunin to be a "place" where I can cultivate, refine, and share my interconnected thoughts and ideas.[^1] While I think I can cultivate and share my musings already, I think showing the process of refining an initial idea can only be done by showing different ideas at different stages of development. Additionally, I think keeping a list of future ideas can also act as an easy commitment device[^2].