Skip to content

The-Ofek-Foundation/blog

Repository files navigation

Ofek Gila's Official Blog

How to get started editing (for Ubuntu/Linut Mint)

Step 1: Install dependencies

  1. Jekyll, Ruby/Ruby-dev

    sudo apt install jekyll
    sudo apt-get install ruby-dev

Step 2: Setup repository

  1. Clone the repository from here, e.g.:

    git clone https://github.com/The-Ofek-Foundation/blog.git

Step 3: Install ruby dependencies from Gemfile

  1. Install ruby dependencies using bundler

    sudo apt install ruby-bundler
    # from inside parent blog directory:
    bundle install

And that's it!

Start running with:

bundle exec jekyll serve

And view the website live here or here!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published