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.
-
Install ruby using rvm in your system. Installing the stable version is suggested.
-
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. -
Fork this repo and clone your forked repo, by running the
clone
command:git clone https://github.com/your-username/devbae-blog.git
-
Open the directory, and install the dependencies using bundler:
bundle install
-
Update the bundler:
bundle update --bundler
-
Run the jekyll app:
bundle exec jekyll serve
-
The app is now running at https://localhost:4000.
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.
Found any bug in the app? Or any suggestions or corrections in our blogs? Open a new issue here on GitHub!
You can know all about us here.
Devbae is currently maintained by our members.
Copyright 2020 DevBae. Code released under the MIT license.