-
Notifications
You must be signed in to change notification settings - Fork 46
/
_config.yml
118 lines (107 loc) · 4.15 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# Site settings
title: Browsersync
tagline: "Time-saving synchronised browser testing."
description: "Browsersync makes your browser testing workflow faster by synchronising URLs, interactions and code changes across multiple devices. It’s wicked-fast and totally free."
baseurl: "http://browsersync.io/"
highlighter: pygments
url: "http://browsersync.io"
twitter_username: browsersync
github_username: shakshane
cliCommands:
- name: start
options: true
- name: recipe
options: true
- name: reload
options: true
- name: init
options: false
# Assets
cssFile: "/css/core.min.css"
mailchimp:
url: "https://browsersync.us11.list-manage.com/subscribe"
u: "fe62ed4e9f3fa1d6efb09da31"
id: "22216352ac"
env: "production"
navigation:
- label: "Documentation"
url: "/docs"
# - label: "Community"
# url: "https://browsersync.herokuapp.com/"
footer-navigation:
- label: "Documentation"
url: "/docs"
# - label: "Community"
# url: "https://browsersync.herokuapp.com/"
- label: "Brand Assets"
url: "/brand-assets"
docs-navigation:
- label: "+ Gulp"
url: "/docs/gulp"
- label: "+ Grunt"
url: "/docs/grunt"
- label: "API"
url: "/docs/api"
- label: "Command line"
url: "/docs/command-line"
- label: "Options"
url: "/docs/options"
- label: "Recipes"
url: "/docs/recipes"
- label: "HTTP Protocol"
url: "/docs/http-protocol"
links:
jh: "http://www.wearejh.com/"
source: "https://github.com/Browsersync/browser-sync"
twitter: "https://twitter.com/browsersync"
npm: "https://npmjs.org/shakyshane/browser-sync"
site-github: "https://github.com/Browsersync/browsersync.github.io"
grunt-github: "https://github.com/shakyShane/grunt-browser-sync"
docs: "/docs"
gulp: "/docs/gulp"
grunt: "/docs/grunt"
options: "/docs/options"
command-line: "/docs/command-line"
api: "/docs/api"
license: "https://github.com/Browsersync/browser-sync/blob/master/LICENSE"
issues: "https://github.com/Browsersync/browser-sync/issues"
help: "http://stackoverflow.com/questions/tagged/browser-sync"
videos: "https://github.com/Browsersync/browser-sync/wiki/Screencasts"
crossbow: "https://github.com/shakyShane/crossbow.JS_ENTRY"
npmdocs: "https://docs.npmjs.com/getting-started/fixing-npm-permissions"
snippet: "/docs/options/#option-snippetOptions"
recipes: "https://github.com/Browsersync/recipes"
slack: "https://browsersync.herokuapp.com"
dependants: "https://github.com/BrowserSync/browser-sync/network/dependents?package_id=UGFja2FnZS0xMzgxNjkyNg%3D%3D"
img:
jh: "/img/jh-300-trans.png"
videos:
main: "http://quick.as/embed/az3sxrb"
icons:
- title: "Install and run anywhere"
icon: "check"
tagline: "Built on Node.JS_ENTRY to support Windows, MacOS and Linux. Setup in less than 5 minutes."
- title: "Free to run and reuse"
icon: "creative-commons-noncommercial-us"
tagline: "Browsersync is an open source project available to use under the Apache 2.0 License."
- title: "Build-tool compatible"
icon: "back-in-time"
tagline: "Easily integrated with task runners like Grunt and Gulp, or included in other Node projects."
- title: "Network Throttle"
icon: "time-slot"
tagline: "Test your website against a slower connection. Even when devices are connected to wifi."
- title: "Interaction sync"
icon: "merge"
tagline: "Your scroll, click, refresh and form actions are mirrored between browsers while you test."
- title: "File sync"
icon: "text"
tagline: "Browsers are automatically updated as you change HTML, CSS, images and other project files."
- title: "UI or CLI control"
icon: "tv"
tagline: "Run the new browser-based UI for quick control, or stick with the original command line usage."
- title: "Sync customisation"
icon: "block"
tagline: "Toggle individual sync settings to create your preferred test environment."
- title: "URL history"
icon: "list"
tagline: "Records your test URLs so you can push them back out to all devices with a single click."