https://github.com/carlaiau/homepage
GatsbyJS build live at carlaiau.com
https://github.com/carlaiau/homepage
Last synced: 21 days ago
JSON representation
GatsbyJS build live at carlaiau.com
- Host: GitHub
- URL: https://github.com/carlaiau/homepage
- Owner: carlaiau
- License: mit
- Created: 2019-02-11T09:11:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T23:58:03.000Z (about 1 year ago)
- Last Synced: 2025-04-10T12:10:44.971Z (21 days ago)
- Language: JavaScript
- Homepage: https://carlaiau.com
- Size: 3.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Home page
Built from Gatsby + Bulma starter. Hosted on netlify
> A Quick Way to bootstrap your next Gatsby + Bulma site.
## Features 🚀
- Gatsby v2
- Bulma CSS
- Responsive design
- Google Analytics
- SEO
- Netlify Deployment## Languages and Frameworks ⚛️
- Gatsby
- Bulma
- SASS
- GraphQL## How to use it? 👨💻
You need npm and Gatsby CLI installed on your development machine.
### 1. Clone the repository/Installation
If you have Git installed on your system you can run the following command:
`git clone https://github.com/amandeepmittal/gatsby-bulma-quickstart.git`
Otherwise you can directly download it clicking on download button on this repository.
### 2. Running in development mode
Go inside `gatsby-bulma-quickstart/` directory and run the following command:
`npm run dev`
### 3. Open the source code and start editing!
The site is now running at
[http://localhost:8000](http://localhost:8000).Open `gatsby-bulma-quickstart/` directory in your code editor of choice and edit it. Save your changes and the browser will update them in real time!
### 4. Add your own Google Analytics Id
Once you have google-analytics tracking id for your site, you can configure in `gatsby-config.js` file:
```js
resolve: `gatsby-plugin-google-analytics`,
options: {
// Your Tracking Id 👇
trackingId: 'UA-XXXXXXXX-X',
anonymize: true
}
}
```## Contact me
If you find any possible improvement or suggestion related to code or UI/UX please contribute by submitting a PR.
You can also back or support this project for me to keep it updated by [**Buying Me a Coffee**](https://www.paypal.me/amanhimself/2)
**Happy Coding!** 🎉🎉