https://github.com/bastienwirtz/b4bz.io
Just a simple personal page build with Gridsome and Bulma.
https://github.com/bastienwirtz/b4bz.io
personal-website
Last synced: 2 months ago
JSON representation
Just a simple personal page build with Gridsome and Bulma.
- Host: GitHub
- URL: https://github.com/bastienwirtz/b4bz.io
- Owner: bastienwirtz
- License: gpl-3.0
- Created: 2019-09-20T21:12:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T01:41:57.000Z (over 4 years ago)
- Last Synced: 2025-02-09T06:27:02.540Z (4 months ago)
- Topics: personal-website
- Language: Vue
- Homepage: https://b4bz.io
- Size: 475 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `b4bz.io`
Source code of https://b4bz.io.
Just a simple personal page build with [Gridsome](https://gridsome.org/) and [Bulma](https://bulma.io/).### Start the local dev server
```bash
yarn install
yarn develop
```### Build for production
```bash
yarn install
yarn build
```