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