Skip to content

aashish-ak/devbae-blog

 
 

Repository files navigation

Devbae - Technology Made Easy!

Devbae is a tech blogging website to share knowledge about all the latest technology, tech stacks and frameworks. This blog is developed using Jekyll.

Setting up the app

  1. Install ruby using rvm in your system. Installing the stable version is suggested.

  2. After successfully installing ruby, install Jekyll and Bundler gem:

    gem install jekyll bundler

    If you're on macOS, you may want to add -n /usr/local/bin to specify executables' directory. See this for explanation.

  3. Fork this repo and clone your forked repo, by running the clone command:

    git clone https://github.com/your-username/devbae-blog.git
  4. Open the directory, and install the dependencies using bundler:

    bundle install
  5. Update the bundler:

    bundle update --bundler
  6. Run the jekyll app:

    bundle exec jekyll serve
  7. The app is now running at https://localhost:4000.

Submitting a Blog contributions welcome.

You can read about how to submit a blog here on our contribution page. Or you can directly mail your articles directly to us at contact@devbae.tech.

Bugs, Issues and Corrections contributions welcome

Found any bug in the app? Or any suggestions or corrections in our blogs? Open a new issue here on GitHub!

About

You can know all about us here.
Devbae is currently maintained by our members.

Copyright and License

Copyright 2020 DevBae. Code released under the MIT license.

About

DevBae Tech Blog

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 83.1%
  • SCSS 11.9%
  • JavaScript 3.8%
  • Ruby 1.2%