Skip to content

Github mirror of "design/blog" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

Notifications You must be signed in to change notification settings

Sayantani-sunshine/design-blog

 
 

Repository files navigation

Prerequisites

  • Ruby (Ruby 2.6+)
  • Bundler (if missing, install with gem install bundler)

Development

  • Install Jekyll and plugins:

    bundle install
    
  • Update Jekyll and plugins versions:

    bundle update
    
  • Start a Jekyll server for local development at at http://localhost:4000/blog/ (automatically watches for changes and updates in real-time):

    bundle exec jekyll serve
    
  • To just build the site to stage and commit with Git:

    bundle exec jekyll build
    

About

Github mirror of "design/blog" - our actual code is hosted with Gerrit (please see https://www.mediawiki.org/wiki/Developer_access for contributing)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.1%
  • CSS 1.6%
  • Ruby 1.3%