Skip to content

My Personal Website πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰

License

Notifications You must be signed in to change notification settings

swashata/swas.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Swas.io - Swashata's Personal Blog

Hey there πŸŽ‰πŸŽ‰. This is my personal blog built with the awesome Gatsby.

Here I write about things I like and stuff I have learnt. Please feel free to browse.

Swas.io

If you are curious, I have started with the netlify-cms gatsby starter and hacked my way into building the site.

and many a things. Fork away 😎.

New Entries

yarn newEntry

Will walk you through a wizard to create either a blog, page or post entry. Neat! πŸͺ

Access Locally

$ git clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git
$ cd [REPO_NAME]
$ yarn install
$ yarn develop

To test the CMS locally, you'll need run a production build of the site:

$ yarn build
$ yarn serve

Getting Started (Without Netlify)

$ gatsby new [SITE_DIRECTORY_NAME] https://github.com/AustinGreen/gatsby-starter-netlify-cms/
$ cd [SITE_DIRECTORY_NAME]
$ npm run build
$ npm run serve

Setting up the CMS

Follow the Netlify CMS Quick Start Guide to set up authentication, and hosting.

Debugging

Windows users might encounter node-gyp errors when trying to npm install. To resolve, make sure that you have both Python 2.7 and the Visual C++ build environment installed.

npm config set python python2.7
npm install --global --production windows-build-tools

Full details here

About

My Personal Website πŸŽ‰πŸŽ‰πŸŽ‰πŸŽ‰

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published