diff --git a/config.toml b/config.toml index 626f26b..9b0941b 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ baseURL = "https://mrtraduccions.cat/" -title = "Marc Riera Irigoyen" +title = "MRTraduccions" theme = "marcriera" DefaultContentLanguage = "ca" removePathAccents = true @@ -16,14 +16,14 @@ removePathAccents = true [languages.ca] languageName = "Català" weight = 1 -description = "Traductor i localitzador" +description = "Traducció i localització" [languages.es] languageName = "Castellano" weight = 2 -description = "Traductor y localizador" +description = "Traducción y localización" [languages.en] languageName = "English" weight = 3 -description = "Translator and localiser" +description = "Translation and localisation" diff --git a/content/_index.en.md b/content/_index.en.md index 30b92bf..e1bc6ae 100644 --- a/content/_index.en.md +++ b/content/_index.en.md @@ -1,7 +1,7 @@ --- menu: main: - name: "Start" + name: "Home" weight: 1 url: "/" --- diff --git a/content/localitzacio/_index.md b/content/localitzacio/_index.md new file mode 100644 index 0000000..c65c8cd --- /dev/null +++ b/content/localitzacio/_index.md @@ -0,0 +1,9 @@ +--- +title: "Localització" +menu: + main: + name: "Localització" + weight: 3 + url: "/localitzacio/" +--- + diff --git a/content/localitzacio/programari/_index.md b/content/localitzacio/programari/_index.md new file mode 100644 index 0000000..8ec3366 --- /dev/null +++ b/content/localitzacio/programari/_index.md @@ -0,0 +1,10 @@ +--- +title: "Localització de programari" +menu: + main: + name: "Programari" + weight: 2 + url: "/localitzacio/programari/" + parent: "Localització" +--- + diff --git a/content/localitzacio/videojocs/_index.md b/content/localitzacio/videojocs/_index.md new file mode 100644 index 0000000..10107d9 --- /dev/null +++ b/content/localitzacio/videojocs/_index.md @@ -0,0 +1,10 @@ +--- +title: "Localització de videojocs" +menu: + main: + name: "Videojocs" + weight: 3 + url: "/localitzacio/videojocs/" + parent: "Localització" +--- + diff --git a/content/localitzacio/web/_index.md b/content/localitzacio/web/_index.md new file mode 100644 index 0000000..9629268 --- /dev/null +++ b/content/localitzacio/web/_index.md @@ -0,0 +1,10 @@ +--- +title: "Localització de pàgines web" +menu: + main: + name: "Pàgines web" + weight: 1 + url: "/localitzacio/web/" + parent: "Localització" +--- + diff --git a/content/contacta.md b/content/marcriera/_index.ca.md similarity index 93% rename from content/contacta.md rename to content/marcriera/_index.ca.md index 6e77afa..25a51bc 100644 --- a/content/contacta.md +++ b/content/marcriera/_index.ca.md @@ -1,10 +1,10 @@ --- -title: "Contacta" +title: "Marc Riera" menu: main: - name: "Contacta" + name: "Marc Riera" weight: 6 - url: "/contacta/" + url: "/marcriera/" ---