https://github.com/emcfarlane/emcfarlane.github.io
Blog
https://github.com/emcfarlane/emcfarlane.github.io
Last synced: 3 months ago
JSON representation
Blog
- Host: GitHub
- URL: https://github.com/emcfarlane/emcfarlane.github.io
- Owner: emcfarlane
- Created: 2016-05-09T18:20:14.000Z (about 10 years ago)
- Default Branch: blog
- Last Pushed: 2023-01-27T02:49:57.000Z (over 3 years ago)
- Last Synced: 2025-08-07T15:41:05.649Z (11 months ago)
- Language: JavaScript
- Homepage: https://emcfarlane.github.io
- Size: 11.3 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Hello, world!
=============
Static site generation.
### Development
```
$ yarn
$ yarn start
$ yarn build
```
### Deployment
```
$ GIT_USER=emcfarlane USE_SSH=true yarn deploy
```