-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
42 lines (39 loc) · 1.19 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
name: Micro-Community
company_name: Micro Community, Org
description: The simplest and funny way to play with micro and micro service, crate and share around microservice
meta_description: "The funny and simple way to learn, build, share and achieve with micro services in Cloud Native and beyond"
blog_name: Community-Blog
markdown: kramdown
highlighter: rouge
logo: false
paginate: 15
gems: [jekyll-paginate, redcarpet, jekyll-gist, pygments.rb]
future: true
plugins: [jekyll-paginate, redcarpet, jekyll-gist, pygments.rb]
# Details for the RSS feed generator
url: 'https://micro-community.github.io/m3o-web/'
author: 'micro-community'
author_url: 'https://github.com/crazybber'
twitter_url: 'https://twitter.com/m3oservices'
mailto: '[email protected]'
#CN have GFW
#google_analytics: UA-70478210-1
sidebars:
- home_sidebar
defaults:
-
scope:
path: "docs"
type: "pages"
values:
layout: "docs/page"
comments: true
search: true
sidebar: home_sidebar
lang: en
repository: micro-community/m3o-web
output: web
topnav_title: Micro-Community
site_title: Micro-Community
baseurl: "https://micro-community.github.io/m3o-web"
exclude: [main.go]