-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
93 lines (66 loc) · 2.74 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
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
title: Dynamo Developer Page
description: Learn how to code, develop, and share your own Dynamo tools.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
# Headers
box_header: "Out-of-the-Box"
network_header: "Third-Party Libraries"
custom_node_header: "Node and Package Development"
publish_header: "Publishing Your Work"
more_header: "More..."
# Images
box_logo: "images/box.svg"
network_logo: "images/network.svg"
custom_node_logo: "images/custom_nodes.svg"
publish_logo: "images/publish.svg"
more_logo: "images/more.svg"
# Page Links
box_link: "box"
network_link: "network"
custom_node_link: "custom-node"
publish_link: "publish"
more_link: "more"
# Primary Site URLs
dynamo: "http://dynamobim.org"
forums: "https://forum.dynamobim.com"
twitter: "https://twitter.com/DynamoBIM"
facebook: "https://www.facebook.com/DynamoBIM"
# Resources
# Core Library
dynamo_primer: "http://dynamoprimer.com/en/"
dynamo_dictionary: "http://dictionary.dynamobim.com"
dynamo_blog: "http://dynamobim.org/blog/"
# Code Block
intro_to_code_block: "http://dynamoprimer.com/en/07_Code-Block/7-1_what-is-a-code-block.html"
designscript_guide: "http://dynamobim.org/wp-content/links/DesignScriptGuide.pdf"
designscript_doc: "http://dynamobim.org/wp-content/links/DesignScriptDocumentation.pdf"
# Python
python_in_dynamo: "http://dynamoprimer.com/en/09_Custom-Nodes/9-4_Python.html"
# Third-Party libraries
dynamo_package_manager: "https://dynamopackages.com/"
installing_packages: "http://dynamoprimer.com/en/10_Packages/10-1_Introduction.html"
# Node and Package Development
developing_nodes: "http://dynamoprimer.com/en/09_Custom-Nodes/9-1_Introduction.html"
developing_packages: "http://dynamoprimer.com/en/10_Packages/10-3_Developing.html"
# Customizing with Dynamo
create_custom_nodes: "https://github.com/DynamoDS/Dynamo/wiki/How-To-Create-Your-Own-Nodes"
# Customizing with C# with Visual Studio - Zero-Touch
dynamo_api: "https://dynamods.github.io/DynamoAPI/"
zero_touch_development: "https://github.com/DynamoDS/Dynamo/wiki/Zero-Touch-Plugin-Development"
nodes_with_custom_ui: "https://github.com/DynamoDS/Dynamo/wiki/How-To-Create-Your-Own-Nodes#method-3-nodes-with-custom-ui"
developing_c_sharp_packages: "https://github.com/DynamoDS/Dynamo/wiki/Building-a-Package-for-Dynamo-in-Visual-Studio"
# Publishing your work
publishing_a_package: "https://github.com/DynamoDS/Dynamo/wiki/Building-a-Package-for-Dynamo-in-Visual-Studio"
example_packages: "https://github.com/DynamoDS/DynamoSamples"
# More
dynamo_wiki: "https://github.com/DynamoDS/Dynamo/wiki"
# Build settings
sass:
sass_dir: _sass
style: compressed
include: ['_pages']
permalink: /:title/
markdown: kramdown
exclude:
- Gemfile
- Gemfile.lock