Skip to content

Commit

Permalink
add markup theme
Browse files Browse the repository at this point in the history
  • Loading branch information
masci committed Jun 13, 2023
1 parent 73fc1ef commit bad3c65
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion site/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,21 @@ description = "Ingest metrics from a Datadog Agent and send them to a custom sto
[[params.active_project]]
name = "actions/elastic-logs"
url = "https://github.com/masci/elastic-logs"
description = "Fetch logs from GitHub workflows and ingest them to Elasticsearch"
description = "Fetch logs from GitHub workflows and ingest them to Elasticsearch"

# Syntax highlight
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'catppuccin-macchiato'
tabWidth = 4

0 comments on commit bad3c65

Please sign in to comment.