Skip to content

Instantly share code, notes, and snippets.

@brgnepal
Last active August 12, 2020 08:10
Show Gist options
  • Select an option

  • Save brgnepal/2017f98b3998b2aa83aa82ef3289713b to your computer and use it in GitHub Desktop.

Select an option

Save brgnepal/2017f98b3998b2aa83aa82ef3289713b to your computer and use it in GitHub Desktop.

Revisions

  1. brgnepal revised this gist Aug 12, 2020. 1 changed file with 9 additions and 9 deletions.
    18 changes: 9 additions & 9 deletions test.md
    Original file line number Diff line number Diff line change
    @@ -2,19 +2,19 @@

    This repository powers the website of the Nepal Online School(NOS).

    ### What is Nepal Online School
    ## What is Nepal Online School

    Nepal Online School(NOS) is a **non-profit** digital learning platform working for free education in __Nepal__.
    With dedicated and hardworking mentors, we have created quality videos from academics to yoga.

    ### Getting Started
    ## Getting Started

    #### Prerequisites
    ### Prerequisites

    - [Ruby](https://www.ruby-lang.org/en/)
    - [Jekyll](https://jekyllrb.com/)

    #### Setup project locally
    ### Setup project locally

    1. Git clone project repository

    @@ -39,16 +39,16 @@ With dedicated and hardworking mentors, we have created quality videos from acad

    4. Open the server url [http://localhost:4000](http://localhost:4000) in your browser.

    #### Consider checking following video
    ### Consider checking following video

    <img src="https://i1.ytimg.com/vi/3ebBlzQMdII/mqdefault.jpg"
    alt="How to run the project locally" />

    ### Contributing
    ## Contributing

    We encourage you to contribute to Nepal Online School!
    Join us in this movement of providing __Free Education__ to our Nepalese brothers and sisters.
    We encourage you to contribute to Nepal Online School!
    Join us in this movement of providing __Free Education__ to our Nepalese brothers and sisters.

    ### License
    ## License

    Nepal Online School is released under the [MIT License](LICENSE).
  2. brgnepal revised this gist Aug 12, 2020. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions test.md
    Original file line number Diff line number Diff line change
    @@ -22,6 +22,7 @@ With dedicated and hardworking mentors, we have created quality videos from acad

    ```
    git clone https://github.com/nepal-online-school/noswebsite
    cd noswebsite
    ```

    2. Run following command to install required gems:
    @@ -43,4 +44,11 @@ With dedicated and hardworking mentors, we have created quality videos from acad
    <img src="https://i1.ytimg.com/vi/3ebBlzQMdII/mqdefault.jpg"
    alt="How to run the project locally" />

    ### Contributing

    We encourage you to contribute to Nepal Online School!
    Join us in this movement of providing __Free Education__ to our Nepalese brothers and sisters.

    ### License

    Nepal Online School is released under the [MIT License](LICENSE).
  3. brgnepal revised this gist Aug 12, 2020. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions test.md
    Original file line number Diff line number Diff line change
    @@ -18,9 +18,7 @@ With dedicated and hardworking mentors, we have created quality videos from acad

    1. Git clone project repository

    In order to run the project, you need to get the project source code in your machine.

    Run the following command to clone the repository:
    In order to run the project, you need to get the project source code in your machine. Run the following command to clone the repository:

    ```
    git clone https://github.com/nepal-online-school/noswebsite
  4. brgnepal revised this gist Aug 12, 2020. 1 changed file with 42 additions and 2 deletions.
    44 changes: 42 additions & 2 deletions test.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,48 @@
    # Welcome to Nepal Online School

    ### What is Nepal Online School
    This repository powers the website of the Nepal Online School(NOS).

    Nepal Online School(NOS) is a **non-profit** digital learning platform working for free education in Nepal.
    ### What is Nepal Online School

    Nepal Online School(NOS) is a **non-profit** digital learning platform working for free education in __Nepal__.
    With dedicated and hardworking mentors, we have created quality videos from academics to yoga.

    ### Getting Started

    #### Prerequisites

    - [Ruby](https://www.ruby-lang.org/en/)
    - [Jekyll](https://jekyllrb.com/)

    #### Setup project locally

    1. Git clone project repository

    In order to run the project, you need to get the project source code in your machine.

    Run the following command to clone the repository:

    ```
    git clone https://github.com/nepal-online-school/noswebsite
    ```

    2. Run following command to install required gems:

    ```
    bundle install
    ```

    3. Run the following command to start the Jekyll server:

    ```
    bundle exec jekyll serve
    ```

    4. Open the server url [http://localhost:4000](http://localhost:4000) in your browser.

    #### Consider checking following video

    <img src="https://i1.ytimg.com/vi/3ebBlzQMdII/mqdefault.jpg"
    alt="How to run the project locally" />


  5. brgnepal revised this gist Aug 12, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion test.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    # Welcome to Nepal Online School

    ## What is Nepal Online School
    ### What is Nepal Online School
    This repository powers the website of the Nepal Online School(NOS).

    Nepal Online School(NOS) is a **non-profit** digital learning platform working for free education in Nepal.
  6. brgnepal created this gist Aug 12, 2020.
    8 changes: 8 additions & 0 deletions test.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    # Welcome to Nepal Online School

    ## What is Nepal Online School
    This repository powers the website of the Nepal Online School(NOS).

    Nepal Online School(NOS) is a **non-profit** digital learning platform working for free education in Nepal.
    With dedicated and hardworking mentors, we have created quality videos from academics to yoga.