forked from softlayer/softlayer-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
97 lines (81 loc) · 2.77 KB
/
_config.yml
File metadata and controls
97 lines (81 loc) · 2.77 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
#
# * Config
# * Stores static configuration and project info
# *
# * Copyright © SoftLayer, an IBM Company
# * Released under the MIT license
#
# ==============================
# Project
# ==============================
project:
name: Python CLI
alias: Python Client
tagline: Put your resources to work effortlessly from the command line
version: 2.4.0 # framework version (not the product version)
# ==============================
# Owner (An individual, group, or company)
# ==============================
owner:
name: "SoftLayer, an IBM Company" # wrap in quotes whenever punctuation is used
www: http://www.softlayer.com
twitter: SoftLayerDevs
freenode: "#softlayer"
# ==============================
# License
# ==============================
license:
type: MIT
www: https://raw.githubusercontent.com/softlayer/softlayer-python/master/LICENSE
# ==============================
# Markdown
# ==============================
highlighter: pygments
markdown: redcarpet
redcarpet:
extensions: ["autolink",
"fenced_code_blocks",
"lax_spacing",
"smart",
"strikethrough",
"superscript",
"tables",
"underline",
"with_toc_data"]
# ==============================
# Server
# ==============================
baseurl: /softlayer-python
permalink: pretty
exclude: [".gitignore",
"Gemfile",
"Gruntfile.js",
"plugins",
"less",
"node_modules",
"package.json",
"assets/packages"
]
gems:
- jekyll-sitemap
- jekyll-gist
# ==============================
# Analytics
# ==============================
google:
id: UA-40037365-3
# ==============================
# GitHub
# ==============================
github:
fork: http://github.com/softlayer/softlayer-python/fork
star: http://github.com/softlayer/softlayer-python/stargazers
watch: http://github.com/softlayer/softlayer-python/watchers
contributors: http://github.com/softlayer/softlayer-python/contributors
pulls: http://github.com/softlayer/softlayer-python/pulls
download:
tarball: https://github.com/softlayer/softlayer-python/tarball/master
zipball: https://github.com/softlayer/softlayer-python/zipball/master
clone:
https: https://github.com/softlayer/softlayer-python.git
ssh: [email protected]:softlayer/softlayer-python.git