To build a new device agnostic and low bandwidth friendly website of Code for Nepal.
Jekyll instance of codefornepal.org
You need to be a blog publisher to access the following:
https://codefornepal.org/admin
These are our brand color schemes.
Red: #E00015
Blue: #00ADEF
White: #FFFFFF
Light gray: #FCFBFB
- Fedora
$ sudo dnf install ruby-devel$ sudo dnf groupinstall development-tools rpm-development-tools c-development- Ubuntu
$ sudo apt-get install ruby-full$ sudo apt-get install build-essential zlib1g-dev$ gem install bundler$ git clone https://github.com/<yourusername>/codefornepal.github.io.git
$ cd codefornepal.github.io/
$ git remote add upstream https://github.com/CodeforNepal/codefornepal.github.io.git $ bundle install$ bundle exec jekyll serveGo to -> http://127.0.0.1:4000/
- To make server accessible in Network and in diffrent port
$ bundle exec jekyll serve --host=0.0.0.0 --port=3000Go to -> http://<local_ip_of_machine>:3000/
$ git fetch upstream
$ git merge upstream master
$ git push origin master