Skip to content

mpil-gist/mpil-gist.github.io

 
 

Repository files navigation

MPIL GitHub Webpage (with Jekyll)

mpil_logo_full_name

Development Environment (Windows 11)

Refer to this blog, this blog, and this blog

Install Ruby

Install Ruby first WITH DEVKIT (for Windows). For now, I have installed Ruby+Devkit 3.2.2-1 (x64).

Check Ruby version in cmd:

# check Ruby version
D:\github_local_repository\mpil-gist.github.io>ruby -v
# ruby 3.2.2 (2023-03-30 revision e51014f9c0) [x64-mingw-ucrt]

# check RubyGems version
D:\github_local_repository\mpil-gist.github.io>gem -v
# 3.4.10

Install Jekyll

Simply run the following

gem install bundler jekyll

Check jekyll and bundler version in cmd:

# check jekyll version
D:\github_local_repository\mpil-gist.github.io>jekyll -v
# jekyll 4.3.2

# check bundler version
D:\github_local_repository\mpil-gist.github.io>bundler -v
# Bundler version 2.4.19

Running a Server

You can run a local server as follows:

bundle exec jekyll serve

If it is your first time running a server, execute the below before running a server.

bundle install

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.2%
  • HTML 5.4%
  • SCSS 1.6%
  • TeX 1.4%
  • CSS 1.1%
  • Shell 0.3%