https://github.com/ebidel/blog
My Blog
https://github.com/ebidel/blog
awesome-sauce blog
Last synced: 5 months ago
JSON representation
My Blog
- Host: GitHub
- URL: https://github.com/ebidel/blog
- Owner: ebidel
- License: apache-2.0
- Created: 2018-08-29T06:39:25.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T10:32:29.000Z (almost 2 years ago)
- Last Synced: 2025-04-14T09:42:43.445Z (9 months ago)
- Topics: awesome-sauce, blog
- Language: HTML
- Homepage: https://ericbidelman.com
- Size: 4.18 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Site: [ericbidelman.com](https://ericbidelman.com/)
### Development
Get the code:
git clone https://github.com/ebidel/blog --recursive
cd blog
yarn install
To run, start the server. The `env` variable `DEV=true` will recompile
nunjucks templates as edits are made and server the unminified JS/CSS files.
yarn start
DEV=true yarn start
Run `gulp` any time you make changes to JS code.
### Deployment
Ensure you've [installed](https://cloud.google.com/sdk/docs/install) the `gcloud` CLI, then run:
yarn deploy