Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dentednerd/hotaru
https://joeyimlay.dev
https://github.com/dentednerd/hotaru
blog cv gatsby gatsby-starter gatsbyjs journal netlify portfolio react resume
Last synced: about 2 hours ago
JSON representation
https://joeyimlay.dev
- Host: GitHub
- URL: https://github.com/dentednerd/hotaru
- Owner: dentednerd
- License: mit
- Created: 2017-06-25T19:21:27.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T17:31:48.000Z (11 months ago)
- Last Synced: 2024-12-06T22:40:50.562Z (2 months ago)
- Topics: blog, cv, gatsby, gatsby-starter, gatsbyjs, journal, netlify, portfolio, react, resume
- Language: JavaScript
- Homepage: https://joeyimlay.dev
- Size: 79.5 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Hotaru](https://joanneimlay.dev)
My professional site, built in [Gatsby](https://www.gatsbyjs.org/) and hosted on [Netlify](https:///www.netlify.com).
[![Netlify Status](https://api.netlify.com/api/v1/badges/5dafda63-13c3-41e3-bd7d-68c386fca16f/deploy-status)](https://app.netlify.com/sites/joanneimlay/deploys)
## Prerequisites
- install Gatsby CLI: `npm install -g gatsby-cli`
## Installation
```sh
git clone https://github.com/dentednerd/hotaru.git
cd ./hotaru
yarn
```## Development
```sh
yarn dev
```In browser, navigate to [localhost:8000](http://localhost:8000).
## Deployment
```sh
git push
```Pushing to the master branch triggers a Netlify deployment.