1 file changed +20
-3
lines changed Original file line number Diff line number Diff line change 112
112
flag : --strict_front_matter
113
113
114
114
115
+ - name : Web Domain URL
116
+ option : " url: SCHEME://HOST[:PORT]"
117
+ description : >-
118
+ The canonical URL of the root of your production deploy, composed of the following components:<br>
119
+ • Protocol scheme (e.g. <code>http://</code>)<br>
120
+ • Hostname or IP address (e.g. <code>example.org</code>)<br>
121
+ • <em>(Optional)</em> The port number of the server, prefixed with a colon
122
+ (e.g. <code>:8080</code>)<br>
123
+ The value of this configuration option should NOT have a trailing slash. It will be appended
124
+ with the <code>baseurl</code> to form the full URL to your Jekyll site when using the
125
+ <a href="/docs/liquid/filters/">Liquid filter <code>absolute_url</code></a>.<br>
126
+ <strong>NOTE:</strong> This setting is automatically configured to the <strong>localhost URL</strong>
127
+ when the <code>jekyll serve</code> command is invoked.
128
+
129
+
115
130
- name : Base URL
116
- description : Serve the website from the given base URL.
117
- option : " baseurl: URL"
118
- flag : -b, --baseurl URL
131
+ description : >-
132
+ Serve the website from the given base URL (the path between web-server or domain root and your landing
133
+ page).
134
+ option : " baseurl: /PATH/TO/SITE"
135
+ flag : -b, --baseurl /PATH/TO/SITE
119
136
120
137
121
138
- name : Trace
0 commit comments