From a25899ab44efdec4232c4611f32e6c09f11fe78a Mon Sep 17 00:00:00 2001 From: Renne Rocha Date: Mon, 7 Feb 2022 18:59:52 -0300 Subject: [PATCH] Rename articles page --- config.yaml | 4 ++-- content/articles.md | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 content/articles.md diff --git a/config.yaml b/config.yaml index e66ba96..f7ce826 100644 --- a/config.yaml +++ b/config.yaml @@ -35,14 +35,14 @@ params: giscus: repo: WingLim/hugo-tania - id: MDEwOlJlcG9zaXRvcnkzMTYyNjQzMDc= + id: Iv1.85981d64f37d8b52 category: name: Comments id: DIC_kwDOEtnPc84B_WKP menu: header: - - name: Articles + - name: Postagens url: "/articles/" footer: - name: RSS diff --git a/content/articles.md b/content/articles.md new file mode 100644 index 0000000..824d96a --- /dev/null +++ b/content/articles.md @@ -0,0 +1,5 @@ +--- +title: Postagens +subtitle: Postagens, tutoriais, vĂ­deos, e tudo mais que eu publicar. +layout: "archives" +---