Production-ready personal page managed using Contentful.
-
Contentful setup
- Create a free account on Contentful Get started. When filling the
Company
field, put in your name, because this field will be used to name your Organization. Organizations are un-deletable, but you can always create a new one. - Create a Space. You can follow the initial tutorial or skip it and create a Space manually.
- Get an API token (
https://app.contentful.com/spaces/[YOUR SPACE ID]/api/keys
). You can use the example key or create a new one.
- Create a free account on Contentful Get started. When filling the
-
Configure your environment.
Set following environment variables:
CONTENTFUL_SPACE
: Contentful space identifierCONTENTFUL_MANAGEMENT_ACCESS_TOKEN
: Your access token to Contentful management APICONTENTFUL_ACCESS_TOKEN
: Your access token to Contentful APICONTENTFUL_HOST
: (optional) You can set this variable topreview.contentful.com
to see your Drafts.
- Bootstrap Contentful content types and default content
Get your Contentful Management key on https://app.contentful.com/spaces/[YOUR SPACE ID]/api/cma_tokens
. Remember to set it on CONTENTFUL_MANAGEMENT_ACCESS_TOKEN
environment variable.
Run npm contentful:setup
to prepare your space with content types.
On your contentful space, create an Author
entry with default field set as true, and a Setting
called siteName.
After that, you'll be able to launch your application.
- Write your content and deploy it!
After writing your content on CMS, you can run npm build
and deploy out/
folder to your preferred static asset server.
This application contains 4 main pages:
/
: Initial page includes author details, home cards and social links/resume
: Resume page includes professional experiences, academic formation and skills/portfolio
: Portfolio page lists all portfolio entries/blog
: Blog page lists and show Post entries
Currently, material-home-page supports those languages. Remember to create them on Contentful (https://app.contentful.com/spaces/[SPACE ID]/settings/locales
)
- 🇩🇪 Deutsche (de-DE)
- 🇺🇸 English (en-US)
- 🇪🇸 Español (es-ES)
- 🇫🇷 Français (fr-FR)
- 🇮🇹 Italiano (it-IT)
- 🇧🇷 Português do Brasil (pt-BR)