Shorten site description a bit

This commit is contained in:
Philipp Oppermann
2020-02-07 12:29:39 +01:00
parent 4707ea617f
commit 536a37aee9

View File

@@ -1,6 +1,6 @@
title = "Writing an OS in Rust" title = "Writing an OS in Rust"
base_url = "https://os.phil-opp.com" 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, so you can follow along if you like." 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_code = true
highlight_theme = "visual-studio-dark" highlight_theme = "visual-studio-dark"