/main.whi.hoon

Primary LanguageHTMLMIT LicenseMIT

main.whi.hoon - Travel, Explore, Dream!

main.whi.hoon is a travel blogging/portfolio website to share travel blogs, tutorials and my journals. 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 hello@mainwhihoon.in.

Bugs, Issues and Corrections contributions welcome

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

About

You can know all about me here.

Copyright and License

Copyright 2022 main.whi.hoon Code released under the MIT license.