diff --git a/README.md b/README.md index 8843a6b..4a78429 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,9 @@ ## 🍱 Adding content -### Writings +### Portfolio -Add a new `.md` file in `/content/writings/` and follow the same pattern as the other articles. Add images -in `/public/writings/`. +Add a new `.md` file in `/content/portfolio/` and follow the same pattern as the other articles. Add images in `/public/portflio/`. ### Uses diff --git a/app/components/AppHeader.vue b/app/components/AppHeader.vue index 186f3cb..eebeec0 100644 --- a/app/components/AppHeader.vue +++ b/app/components/AppHeader.vue @@ -25,10 +25,10 @@ const navs = [ }, { label: { - en: 'writings', + en: 'portfolio', fr: 'écrits', }, - to: '/writings', + to: '/portfolio', icon: 'books-duotone', }, { diff --git a/app/pages/writings/[slug].vue b/app/pages/portfolio/[slug].vue similarity index 93% rename from app/pages/writings/[slug].vue rename to app/pages/portfolio/[slug].vue index 1c82b17..072f1dd 100644 --- a/app/pages/writings/[slug].vue +++ b/app/pages/portfolio/[slug].vue @@ -1,10 +1,10 @@