blog: Zola site, nginx image, Forgejo deploy pipeline
This commit is contained in:
commit
a4b677f898
23 changed files with 561 additions and 0 deletions
14
config.toml
Normal file
14
config.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
base_url = "https://blog.asxp.io"
|
||||
title = "asxp.io · blog"
|
||||
description = "Notes on DevOps and infrastructure engineering by Sergei Poljanski."
|
||||
default_language = "en"
|
||||
author = "Sergei Poljanski"
|
||||
|
||||
compile_sass = false
|
||||
build_search_index = false
|
||||
generate_feeds = true
|
||||
feed_filenames = ["atom.xml"]
|
||||
|
||||
[markdown.highlighting]
|
||||
enabled = true
|
||||
theme = "ayu-dark"
|
||||
Loading…
Add table
Add a link
Reference in a new issue