Personal website and Blog built with NuxtJS, GraphCms and hosted on Netlify
- Hosted on Netlify
- GraphCms as Headless CMS
- BEM as CSS naming convention
- Nuxt.js frontend framework
-
Install dependencies
npm install
-
Set environment variables
touch .env
-
Start the development server
npm start dev
-
Build for production and launch server
npm run build
-
Generate static project
npm run generate
Color | Hex |
---|---|
Primary | #78FFF1 |
Background | #392B99 |
Text | #8A9EFF |
Dark blue | #29217A |
Light | #FFFFFF |
Feel free to fork this repo. If you do, please let me know so I can see what beautiful things you did with it. If you use it as your perosnal website, don't forget to credit me by linking back to my website, https://zelen-co.com.
README inspired from @lecoueyl