sanjayaksaxena / design-blog

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

Home Page:https://design.wikimedia.org/blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

https://design.wikimedia.org/blog


Languages

Language:HTML 96.2%Language:CSS 2.0%Language:Ruby 1.7%