Skip to content

Commit 0c74a35

Browse files
added comments to pages
1 parent 9680a69 commit 0c74a35

5 files changed

Lines changed: 19 additions & 5 deletions

File tree

_freeze/posts/2025-12-29/index/execute-results/html.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"hash": "2b902bb9f226645ff2ec639e7f74aec0",
2+
"hash": "b3d2141055072d11208a5a403cef79bf",
33
"result": {
44
"engine": "knitr",
5-
"markdown": "---\ntitle: \"Test\"\ndescription: \"test\"\ncategories: [Quarto, R]\n---\n\nHello!\n\n\n\n::: {.cell}\n\n```{.r .cell-code}\nlibrary(dplyr)\n```\n\n::: {.cell-output .cell-output-stderr}\n\n```\n\nAttaching package: 'dplyr'\n```\n\n\n:::\n\n::: {.cell-output .cell-output-stderr}\n\n```\nThe following objects are masked from 'package:stats':\n\n filter, lag\n```\n\n\n:::\n\n::: {.cell-output .cell-output-stderr}\n\n```\nThe following objects are masked from 'package:base':\n\n intersect, setdiff, setequal, union\n```\n\n\n:::\n:::\n",
5+
"markdown": "---\ntitle: \"Test\"\ndescription: \"test\"\ncategories: [Quarto, R]\ndate: 2025-12-30\n---\n\nHello! `{dp;yr}`\n\n\n::: {.cell}\n\n```{.r .cell-code}\nlibrary(glue)\nSys.time()\n```\n\n::: {.cell-output .cell-output-stdout}\n\n```\n[1] \"2025-12-29 11:08:31 EAT\"\n```\n\n\n:::\n\n```{.r .cell-code}\nlubridate::ym(\"2025-12-30\")\n```\n\n::: {.cell-output .cell-output-stderr}\n\n```\nWarning: All formats failed to parse. No formats found.\n```\n\n\n:::\n\n::: {.cell-output .cell-output-stdout}\n\n```\n[1] NA\n```\n\n\n:::\n\n```{.r .cell-code}\nprint(\"Hello World!\")\n```\n\n::: {.cell-output .cell-output-stdout}\n\n```\n[1] \"Hello World!\"\n```\n\n\n:::\n\n```{.r .cell-code}\nx <- 5\n```\n:::\n\n",
66
"supporting": [],
77
"filters": [
88
"rmarkdown/pagebreak.lua"

_quarto.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ execute:
77

88
website:
99
title: "Michael Gicheru"
10+
comments:
11+
giscus:
12+
repo: michaelgicheru/blog
13+
theme:
14+
light: light
15+
dark: dark_dimmed
1016
navbar:
1117
title: "<span>&gt; Michael Gicheru </span>"
1218
left:

posts/2025-12-29/index.qmd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,12 @@ categories: [Quarto, R]
55
date: 2025-12-30
66
---
77

8-
Hello!
8+
Hello! `{dp;yr}`
9+
10+
```{r}
11+
library(glue)
12+
Sys.time()
13+
lubridate::ym("2025-12-30")
14+
print("Hello World!")
15+
x <- 5
16+
```

styles-dark.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $navbar-fg: $cream;
2020
$navbar-hl: $light-blue;
2121

2222
// Inline code
23-
$code-bg: $darker-blue;
23+
$code-bg: darken($darker-blue, 5%);
2424
$code-color: $neon-green;
2525
$code-block-bg: $dark-blue;
2626
$code-block-color: $neon-green;

styles-light.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $navbar-fg: $dark-blue;
2121
$navbar-hl: $main-blue;
2222

2323
// Inline code
24-
$code-bg: $cream;
24+
$code-bg: darken($cream, 5%);
2525
$code-color: $dark-blue;
2626
$code-block-bg: $dark-blue;
2727
$code-block-color: $dark-orange;

0 commit comments

Comments
 (0)