Skip to content

Commit

Permalink
Merge pull request barryclark#57 from sujaykundu777/bug-fixes
Browse files Browse the repository at this point in the history
add firebase support
  • Loading branch information
sujaykundu777 authored Jun 19, 2020
2 parents a802c4d + f656cf2 commit f11282d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "devlopr"
}
}
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ devlopr uses Markdown Files to create data like Blog Posts, Gallery, Shop Produc
### Demo (Hosted Apps)

- Github Pages Demo - [here](https://sujaykundu.com)
- Firebase Demo - [here](https://devlopr.web.app)
- Netlify Demo - [here](https://devlopr.netlify.com)
- Zeit Now Demo - [here](https://devlopr-jekyll.now.sh)
- Heroku Demo - [here](https://devlopr-jekyll.herokuapp.com)
Expand All @@ -41,7 +42,7 @@ devlopr uses Markdown Files to create data like Blog Posts, Gallery, Shop Produc
- Send Newsletters using [Mailchimp](https://mailchimp.com/)
- Contact Forms using [Formspree](https://formspree.io/)
- Coding Activity using [Wakatime](https://wakatime.com/)
- Hosting Support for [Github Pages](https://pages.github.com), [Netlify](https://netlify.com), [Zeit](https://zeit.co), [Heroku](https://heroku.com), [AWS Amplify](aws.amplify.com)
- Hosting Support for [Github Pages](https://pages.github.com), [Netlify](https://netlify.com), [Zeit](https://zeit.co), [Heroku](https://heroku.com), [AWS Amplify](aws.amplify.com), [Firebase](https://firebase.com)
- CI/CD Support using [Travis CI](https://sujaykundu.com/blog/posts/deploy-jekyll-blog-using-github-pages-and-travis-ci/), Buddy , Circle CI

#### Jekyll Admin
Expand Down
15 changes: 15 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"hosting": {
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**",
"Gemfile",
"Gemfile.lock",
"Rakefile",
"CNAME",
"README.md"
]
}
}

0 comments on commit f11282d

Please sign in to comment.