From 1c01e74d3afa5bee79a08592db8481d16e654aef Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sat, 30 Apr 2016 14:29:43 +0200 Subject: [PATCH] Set base url --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 0a09cf3c..dcd10ba5 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseurl = "http://replace-this-with-your-hugo-site.com/" +baseurl = "http://os.phil-opp.com/" languageCode = "en-us" title = "Writing an OS in Rust" rssURI = "atom.xml"