From 42e676ef63aef36bbf8a2fe17e5158948a5a59df Mon Sep 17 00:00:00 2001 From: alxshelepenok Date: Tue, 13 Nov 2018 20:35:36 +0300 Subject: [PATCH] Change slugs --- config.js | 4 ++-- content/{ => pages}/about/1.jpg | Bin content/{ => pages}/about/index.md | 0 content/{ => pages}/contacts/1.jpg | Bin content/{ => pages}/contacts/index.md | 0 5 files changed, 2 insertions(+), 2 deletions(-) rename content/{ => pages}/about/1.jpg (100%) rename content/{ => pages}/about/index.md (100%) rename content/{ => pages}/contacts/1.jpg (100%) rename content/{ => pages}/contacts/index.md (100%) diff --git a/config.js b/config.js index 4bfd4ec..261a64c 100644 --- a/config.js +++ b/config.js @@ -15,11 +15,11 @@ module.exports = { }, { label: 'About me', - path: '/about' + path: '/pages/about' }, { label: 'Contact me', - path: '/contacts' + path: '/pages/contacts' } ], author: { diff --git a/content/about/1.jpg b/content/pages/about/1.jpg similarity index 100% rename from content/about/1.jpg rename to content/pages/about/1.jpg diff --git a/content/about/index.md b/content/pages/about/index.md similarity index 100% rename from content/about/index.md rename to content/pages/about/index.md diff --git a/content/contacts/1.jpg b/content/pages/contacts/1.jpg similarity index 100% rename from content/contacts/1.jpg rename to content/pages/contacts/1.jpg diff --git a/content/contacts/index.md b/content/pages/contacts/index.md similarity index 100% rename from content/contacts/index.md rename to content/pages/contacts/index.md