diff --git a/archetypes/posts.md b/archetypes/posts.md index afdb40e..bc598c7 100644 --- a/archetypes/posts.md +++ b/archetypes/posts.md @@ -1,11 +1,11 @@ -+++ -draft = true -date = {{ .Date }} -title = "" -description = "" -slug = "" -tags = [] -categories = [] -externalLink = "" -series = [] -+++ +--- +draft: true +date: {{ .Date }} +title: "" +description: "" +slug: "" +tags: [] +categories: [] +externalLink: "" +series: [] +--- diff --git a/config.toml b/config.toml index b325309..19732c2 100644 --- a/config.toml +++ b/config.toml @@ -3,7 +3,7 @@ title = "Gregory Trolliet" theme = "hugo-coder" -languagecode = "fr" +languagecode = "fr-fr" defaultcontentlanguage = "fr" # disableLanguages = ["en"] diff --git a/content/contact.fr.md b/content/contact.fr.md index 59a32ca..13feb5a 100644 --- a/content/contact.fr.md +++ b/content/contact.fr.md @@ -3,6 +3,6 @@ title = "Me contacter" slug = "contact" +++ -Pour me contacter, envoyez moi un e-mail. +Je suis disponible par e-mail pour toutes questions. [gregory@trolliet.info](mailto:gregory@trolliet.info) diff --git a/themes/hugo-coder/layouts/404.html b/layouts/404.html similarity index 100% rename from themes/hugo-coder/layouts/404.html rename to layouts/404.html diff --git a/themes/hugo-coder/layouts/_default/baseof.html b/layouts/_default/baseof.html similarity index 100% rename from themes/hugo-coder/layouts/_default/baseof.html rename to layouts/_default/baseof.html diff --git a/themes/hugo-coder/layouts/_default/list.html b/layouts/_default/list.html similarity index 100% rename from themes/hugo-coder/layouts/_default/list.html rename to layouts/_default/list.html diff --git a/themes/hugo-coder/layouts/_default/single.html b/layouts/_default/single.html similarity index 100% rename from themes/hugo-coder/layouts/_default/single.html rename to layouts/_default/single.html diff --git a/themes/hugo-coder/layouts/index.html b/layouts/index.html similarity index 100% rename from themes/hugo-coder/layouts/index.html rename to layouts/index.html diff --git a/themes/hugo-coder/layouts/partials/404.html b/layouts/partials/404.html similarity index 100% rename from themes/hugo-coder/layouts/partials/404.html rename to layouts/partials/404.html diff --git a/themes/hugo-coder/layouts/partials/footer.html b/layouts/partials/footer.html similarity index 100% rename from themes/hugo-coder/layouts/partials/footer.html rename to layouts/partials/footer.html diff --git a/themes/hugo-coder/layouts/partials/header.html b/layouts/partials/header.html similarity index 100% rename from themes/hugo-coder/layouts/partials/header.html rename to layouts/partials/header.html diff --git a/themes/hugo-coder/layouts/partials/home.html b/layouts/partials/home.html similarity index 100% rename from themes/hugo-coder/layouts/partials/home.html rename to layouts/partials/home.html diff --git a/themes/hugo-coder/layouts/partials/list.html b/layouts/partials/list.html similarity index 100% rename from themes/hugo-coder/layouts/partials/list.html rename to layouts/partials/list.html diff --git a/themes/hugo-coder/layouts/partials/page.html b/layouts/partials/page.html similarity index 100% rename from themes/hugo-coder/layouts/partials/page.html rename to layouts/partials/page.html diff --git a/themes/hugo-coder/layouts/partials/pagination.html b/layouts/partials/pagination.html similarity index 100% rename from themes/hugo-coder/layouts/partials/pagination.html rename to layouts/partials/pagination.html diff --git a/themes/hugo-coder/layouts/partials/posts/disqus.html b/layouts/partials/posts/disqus.html similarity index 100% rename from themes/hugo-coder/layouts/partials/posts/disqus.html rename to layouts/partials/posts/disqus.html diff --git a/themes/hugo-coder/layouts/partials/posts/math.html b/layouts/partials/posts/math.html similarity index 100% rename from themes/hugo-coder/layouts/partials/posts/math.html rename to layouts/partials/posts/math.html diff --git a/themes/hugo-coder/layouts/partials/posts/series.html b/layouts/partials/posts/series.html similarity index 100% rename from themes/hugo-coder/layouts/partials/posts/series.html rename to layouts/partials/posts/series.html diff --git a/themes/hugo-coder/layouts/partials/taxonomy/categories.html b/layouts/partials/taxonomy/categories.html similarity index 100% rename from themes/hugo-coder/layouts/partials/taxonomy/categories.html rename to layouts/partials/taxonomy/categories.html diff --git a/themes/hugo-coder/layouts/partials/taxonomy/tags.html b/layouts/partials/taxonomy/tags.html similarity index 100% rename from themes/hugo-coder/layouts/partials/taxonomy/tags.html rename to layouts/partials/taxonomy/tags.html diff --git a/themes/hugo-coder/layouts/posts/li.html b/layouts/posts/li.html similarity index 100% rename from themes/hugo-coder/layouts/posts/li.html rename to layouts/posts/li.html diff --git a/themes/hugo-coder/layouts/posts/list.html b/layouts/posts/list.html similarity index 100% rename from themes/hugo-coder/layouts/posts/list.html rename to layouts/posts/list.html diff --git a/themes/hugo-coder/layouts/posts/single.html b/layouts/posts/single.html similarity index 100% rename from themes/hugo-coder/layouts/posts/single.html rename to layouts/posts/single.html diff --git a/static/images/avatar2.png b/static/images/avatar_color.png similarity index 100% rename from static/images/avatar2.png rename to static/images/avatar_color.png diff --git a/themes/hugo-coder/static/images/avatar.jpg b/themes/hugo-coder/static/images/avatar.jpg deleted file mode 100644 index 0431831..0000000 Binary files a/themes/hugo-coder/static/images/avatar.jpg and /dev/null differ diff --git a/themes/hugo-coder/static/images/favicon-16x16.png b/themes/hugo-coder/static/images/favicon-16x16.png deleted file mode 100644 index c0ce306..0000000 Binary files a/themes/hugo-coder/static/images/favicon-16x16.png and /dev/null differ diff --git a/themes/hugo-coder/static/images/favicon-32x32.png b/themes/hugo-coder/static/images/favicon-32x32.png deleted file mode 100644 index f2f0316..0000000 Binary files a/themes/hugo-coder/static/images/favicon-32x32.png and /dev/null differ