Skip to content

VietnamMUN/vietnammun.github.io

Repository files navigation

vietnammun.github.io

The static website for VietnamMUN.org . Built on Jekyll Serif (Open Source) Theme written by Robert Austin

Codespace installation (experimental never tried)

Install project

  1. Fork the project

  2. Create the Codespace

  3. Install bundle gems

$ bundle install
  1. Run the server for development
$ bundle exec jekyll serve
  1. (Optional) build the static project
$ bundle exec jekyll build

Local Installation

Installing Ruby & Jekyll

Mac

  1. Install Homebrew
  2. Install rbenv
  3. Install Ruby (latest is 3.2.2) with rbenv

Linux (Debian/Ubuntu)

  1. Install rbenv with git
  2. Install Ruby (latest is 3.2.2) with rbenv

Install project

  1. Fork the project
  2. Clone the project
$ git clone git@github.com:<YourGithubUsername>/vietnammun.github.io.git
$ cd vietnammun.github.io
  1. Install bundle gems
$ bundle install
  1. Run the server for development
$ bundle exec jekyll serve
  1. (Optional) build the static project
$ bundle exec jekyll build

add port request after change

Create pull request

  1. Open Pull Requests tab
  2. Click "New pull request button"
  3. click "compare accross forks."
  4. change head repository to your fork repository
  5. (Optional) link pull request to an issue

Releases

No releases published

Packages

No packages published

Languages