diff --git a/config.toml b/config.toml index 09f739fe..2c001c53 100644 --- a/config.toml +++ b/config.toml @@ -23,5 +23,11 @@ title = "Thèmes Hugo" [[menu.main]] identifier = "tutorials" name = "Tutorials" - url = "/post/" - weight = 5 \ No newline at end of file + url = "post/" + weight = 5 + + [[menu.main]] + identifier = "about" + name = "About" + url = "about/" + weight = 10 \ No newline at end of file diff --git a/content/about.md b/content/about.md index 77adcf16..cdb01ec8 100644 --- a/content/about.md +++ b/content/about.md @@ -1,7 +1,7 @@ +++ -title = "About Hugo" +title = "About" date = "2014-04-09" -menu = "main" +aliases = ["about-us","about-hugo"] +++ Hugo is the **world’s fastest framework for building websites**. It is written in Go.