mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
14 lines
316 B
TOML
14 lines
316 B
TOML
title = "Writing an OS in Rust"
|
|
description = "test"
|
|
base_url = "https://os.phil-opp.com.com"
|
|
|
|
highlight_code = true
|
|
highlight_theme = "monokai"
|
|
insert_anchor_links = true
|
|
generate_rss = true
|
|
|
|
[extra]
|
|
# Put all your custom variables here
|
|
subtitle = "Philipp Oppermann's blog"
|
|
author = { name = "Philipp Oppermann" }
|