From a35d3477f5f20efbbe1e9859bebefb32169d9021 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Tue, 27 Apr 2021 22:26:20 +0700 Subject: Update menu - Remove RSS feed for menu sites - Remove redundant pages --- content/about.fr.md | 1 + content/about.md | 1 + content/contact.fr.md | 1 + content/contact.md | 1 + content/homepage/about.md | 7 ------- content/homepage/index.md | 3 --- content/homepage/work.md | 7 ------- content/rss.fr.md | 9 +++++++++ content/rss.md | 11 ++++++++++- content/social.fr.md | 1 + content/social.md | 1 + content/works.md | 1 + 12 files changed, 26 insertions(+), 18 deletions(-) delete mode 100644 content/homepage/about.md delete mode 100644 content/homepage/index.md delete mode 100644 content/homepage/work.md (limited to 'content') diff --git a/content/about.fr.md b/content/about.fr.md index cd164e8..0b311b3 100644 --- a/content/about.fr.md +++ b/content/about.fr.md @@ -2,6 +2,7 @@ title: À propos language: fr languageKey: about +disable_feed: true menu: about: identifier: about diff --git a/content/about.md b/content/about.md index c1c3d0e..0f8922a 100644 --- a/content/about.md +++ b/content/about.md @@ -2,6 +2,7 @@ title: About language: en ref: about +disable_feed: true menu: about: identifier: about diff --git a/content/contact.fr.md b/content/contact.fr.md index e7fdd4a..c6dec52 100644 --- a/content/contact.fr.md +++ b/content/contact.fr.md @@ -2,6 +2,7 @@ title: Contact language: en translationKey: contact +disable_feed: true --- Si vous ne me connaissez pas, ne me contactez que par [courriel][email]. diff --git a/content/contact.md b/content/contact.md index d4133f4..9b78d51 100644 --- a/content/contact.md +++ b/content/contact.md @@ -2,6 +2,7 @@ title: Contact language: en translationKey: contact +disable_feed: true --- If you don't know me, it's probably best to contact me via [email][email]. diff --git a/content/homepage/about.md b/content/homepage/about.md deleted file mode 100644 index 7b4bc91..0000000 --- a/content/homepage/about.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 'Our Difference' -button: 'About us' -weight: 2 ---- - -Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. ipsum dolor sit amet, et essent mediocritatem quo, diff --git a/content/homepage/index.md b/content/homepage/index.md deleted file mode 100644 index ca03031..0000000 --- a/content/homepage/index.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -headless: true ---- diff --git a/content/homepage/work.md b/content/homepage/work.md deleted file mode 100644 index 28c7b89..0000000 --- a/content/homepage/work.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -title: 'We Help Business Grow' -button: 'Our Work' -weight: 1 ---- - -Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. Numquam dolores mel eu, mea docendi omittantur et, mea ea duis erat. Elit melius cu ius. Per ex novum tantas putant, ei his nullam aliquam apeirian. Aeterno quaestio constituto sea an, no eum intellegat assueverit. diff --git a/content/rss.fr.md b/content/rss.fr.md index ac2a2cb..d1b1477 100644 --- a/content/rss.fr.md +++ b/content/rss.fr.md @@ -2,9 +2,18 @@ title: Flux RSS language: fr translationKey: rss +disable_feed: true --- On peut utiliser les liens ici au cas où l'agrégateur ne trouvez pas les flux +# La site entière + - [anglais](/index.xml) - [français](/fr/index.xml) + +# Les posts du blog + +- [anglais](/posts/index.xml) +- [français](/fr/posts/index.xml) + diff --git a/content/rss.md b/content/rss.md index 8d2696f..8d8b2bb 100644 --- a/content/rss.md +++ b/content/rss.md @@ -2,10 +2,19 @@ title: RSS Feed language: en translationKey: rss +disable_feed: true --- If your RSS Feed Reader cannot get the feed from the link, you can find the -feed here: +feeds here: + +# The entire page - [English](/index.xml) - [French](/fr/index.xml) + +# Posts + +- [English](/posts/index.xml) +- [French](/fr/posts/index.xml) + diff --git a/content/social.fr.md b/content/social.fr.md index 93e17c6..aa6aa10 100644 --- a/content/social.fr.md +++ b/content/social.fr.md @@ -3,6 +3,7 @@ title: Média Social language: fr translationKey: social slug: /about/social/ +disable_feed: true menu: about: name: About diff --git a/content/social.md b/content/social.md index 36748d1..d5d4be1 100644 --- a/content/social.md +++ b/content/social.md @@ -3,6 +3,7 @@ title: Social Media language: en translationKey: social slug: /about/social/ +disable_feed: true menu: about: name: About diff --git a/content/works.md b/content/works.md index 0ae784d..8f0959e 100644 --- a/content/works.md +++ b/content/works.md @@ -3,6 +3,7 @@ title: Work language: en ref: works slug: /about/works/ +disable_feed: true menu: about: name: About -- cgit 1.4.1