diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..65e4acb --- /dev/null +++ b/content/_index.md @@ -0,0 +1,11 @@ +--- +title: "Oscloud Blog" +--- + +Vítej na **Oscloud Blogu**. + +Tady najdeš: +- informace o projektu Oscloud +- novinky a změny služeb +- technické poznámky a rozhodnutí + diff --git a/hugo.toml b/hugo.toml index 3c0ddd7..083bac4 100644 --- a/hugo.toml +++ b/hugo.toml @@ -32,4 +32,10 @@ theme = "PaperMod" url = "/tags/" weight = 30 +[[menu.main]] + name = "🇨🇿" + url = "/" + weight = 1 + +