Code Monkey home page Code Monkey logo

incubator-servicecomb-website's Introduction

ServiceComb Website

The Web Site of ServiceComb is based on Minimal Mistakes Jekyll Theme.

NOTE for PR

As this website is using the gitpubsub and we use Jekyll to generate the site. We choose master branch to hold all the site source change and asf-site for apache gitpubsub. Please sent your PR to the master branch instead of asf-site.

How to run the site locally

  • Change to non-root user

  • Install Ruby and Gem

  • Install Jekyll and Bundler

    sudo gem install jekyll bundler

  • Clone the site files

    git clone https://github.com/apache/incubator-servicecomb-website.git

  • cd incubator-servicecomb-website

  • Install the gems with bundle

    sudo bundle install

  • Start the jekyll server

    sudo bundle exec jekyll server

  • Start web browser to access http://localhost:4000

Note that tested versions of the tools covered in this section are as following,

  • Ruby 2.3
  • Gem 2.7.6
  • Bundler 2.3

Multiple language support

The website supports English now and English is used as the default language.

Things to be cautious:

There are two language labels: en and cn.

  1. When you write a post, add the following front matters under the title(if you write an Chinese post):
    lang: cn
    ref: unique_post_ref_just_like_the_url
    And remember to add the prefix /cn to your permalink, e.g. before:
    permalink: /about/me/
    after:
    permalink: /cn/about/me/
    Besides, if contents of your post contains links to the Chinese version of pages, remember to add the prefix /cn before the link. e.g. /about/community/ becomes /cn/about/community/ Notes: English Posts do not need to add any prefixes as it's the default language.
  2. When you add items in _data/navigation.yml file, remember to add both English and Chinese version of that links.
  3. If you want to provide both English and Chinese versions of your bio in your blogs, add biocn property in _data/authors.yml.
  4. Posts of Chinese Language please put under the cn folder. It is just a good convention and won't affect what your posts suppose to be whether or not you obey this rule.

Add caption to image

Add the annotation {: .figure-caption} below the Image Caption line as follows:

![image alt text](image_path)
Image Caption
{: .figure-caption}

incubator-servicecomb-website's People

Contributors

willemjiang avatar eric-lee-ltk avatar seanyinx avatar zenlint avatar asifdxtreme avatar wangkirin avatar tanktian avatar yangbor avatar crystaldust avatar zhuhoudong avatar weichao666 avatar zhenghaibo1008 avatar jyseanl avatar mabingo avatar lyonjack avatar lihaol avatar zhangshuaitao avatar linqingxiang avatar joeyee2015 avatar eshaoliu avatar liubao68 avatar huangliangjun avatar jinyabin111 avatar kongbinghit avatar little-cui avatar ljfbleach avatar lujunruhit avatar sixgodhuang avatar songkv5 avatar sunius avatar

Stargazers

VonVictor V. Rosenchild avatar

Watchers

James Cloos avatar  avatar

Forkers

vonrosenchild

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.