Skip to content

chetangawai/gharwalaswad

Repository files navigation

Install dependencies

yarn

Start dev server

gatsby develop

Build for production

gatsby build

Format with Prettier

npm format


## Folder structure
```bash
├──.circleci # Circleci integration
├── config # Theme and site metadata
├── content # Post markdown and images
├── src
│   ├── components
│   ├── layouts
│   ├── pages
│   ├── style
│   └── templates # For Post and Tag page generation
├── static # Images for logo and favicon, and robots.txt
├── gatsby-config.js # Plugin loading and configuration
└── gatsby-node.js # Generate posts/tags and modify webpack

Releases

No releases published

Packages

No packages published