mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
24 lines
666 B
TOML
24 lines
666 B
TOML
title = "Writing an OS in Rust"
|
|
base_url = "https://os.phil-opp.com"
|
|
description = "This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code."
|
|
|
|
highlight_code = true
|
|
highlight_theme = "visual-studio-dark"
|
|
generate_rss = true
|
|
|
|
languages = [
|
|
{ code = "zh-CN" }, # Chinese (simplified)
|
|
{ code = "zh-TW" }, # Chinese (tradictional)
|
|
]
|
|
|
|
ignored_content = ["*/README.md"]
|
|
|
|
[link_checker]
|
|
skip_anchor_prefixes = [
|
|
"https://github.com/", # see https://github.com/getzola/zola/issues/805
|
|
]
|
|
|
|
[extra]
|
|
subtitle = "Philipp Oppermann's blog"
|
|
author = { name = "Philipp Oppermann" }
|