Skeleton project for creating a blog with Nuxt-Content and Netlify CMS.
Built with:
- Vue
- Nuxt
- Skeleton CSS
- Adapted CSS from Skeleton and renamed it to pile-of-bones.css. Mainly because it's a mess. :)
- Netlify
- illlustrations
- A few other packages
- Home Page (custom)
- About Page (markdown)
- Contact Page (markdown)
- Blog Post List Page(s) (with pagination - default to 5 posts per page)
- Blog Post Single Page
- Google Fonts (Header / Body Text can be defined separately)
- Flexbox Grid
- Modified Skeleton CSS
To Do
- Fork the Repository
- Run
npm install
to install the current dependencies ..* Optional: Runnpm run dev
to start a local development server - Link to Github. Create a new empty repo (in browser or CLI). Run
git init
to initiate a new project. Add a remote connection (whatever URL github gave you).git remote add origin https://github.com/[your-username]/[your-repo-name].git
. ..* To add all files to the project, rungit add *
, then rungit commit -m '[your message here]
..* To push files to github, rungit push -u origin master
- Sign up for Netlify, link to your github.
- In netlify options, define:
..* build command:
npm run generate
..* publish directory:dist