Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
d1a76649
Commit
d1a76649
authored
Dec 19, 2014
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix paths and baseurl action
parent
547f16b5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
15 deletions
+15
-15
_config.yml
_config.yml
+1
-1
docs/_includes/footer.html
docs/_includes/footer.html
+7
-7
docs/_includes/header.html
docs/_includes/header.html
+7
-7
No files found.
_config.yml
View file @
d1a76649
...
@@ -13,7 +13,7 @@ source: docs
...
@@ -13,7 +13,7 @@ source: docs
destination
:
_gh_pages
destination
:
_gh_pages
host
:
0.0.0.0
host
:
0.0.0.0
port
:
9001
port
:
9001
baseurl
:
/
baseurl
:
"
"
url
:
http://getbootstrap.com
url
:
http://getbootstrap.com
encoding
:
UTF-8
encoding
:
UTF-8
exclude
:
[
assets/less/
,
assets/js/src/
]
exclude
:
[
assets/less/
,
assets/js/src/
]
...
...
docs/_includes/footer.html
View file @
d1a76649
...
@@ -34,21 +34,21 @@
...
@@ -34,21 +34,21 @@
<!-- Placed at the end of the document so the pages load faster -->
<!-- Placed at the end of the document so the pages load faster -->
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"
></script>
{% if site.github %}
{% if site.github %}
<script
src=
"
..
/dist/js/bootstrap.min.js"
></script>
<script
src=
"
{{ site.baseurl }}
/dist/js/bootstrap.min.js"
></script>
{% else %}
{% else %}
<script
src=
"
..
/dist/js/bootstrap.js"
></script>
<script
src=
"
{{ site.baseurl }}
/dist/js/bootstrap.js"
></script>
{% endif %}
{% endif %}
{% if site.github %}
{% if site.github %}
<script
src=
"
..
/assets/js/docs.min.js"
></script>
<script
src=
"
{{ site.baseurl }}
/assets/js/docs.min.js"
></script>
{% else %}
{% else %}
{% for file in site.data.configBridge.paths.docsJs %}
<script
src=
"{{ site.baseurl }}/assets/js/vendor/holder.js"
></script>
<script
src=
"{{
file }}
"
></script>
<script
src=
"{{
site.baseurl }}/assets/js/vendor/ZeroClipboard.min.js
"
></script>
{% endfor %}
<script
src=
"{{ site.baseurl }}/assets/js/src/application.js"
></script>
{% endif %}
{% endif %}
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"
..
/assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"
{{ site.baseurl }}
/assets/js/ie10-viewport-bug-workaround.js"
></script>
{% comment %}
{% comment %}
Inject Twitter widgets asynchronously. Snippet snipped from Twitter's
Inject Twitter widgets asynchronously. Snippet snipped from Twitter's
...
...
docs/_includes/header.html
View file @
d1a76649
...
@@ -15,21 +15,21 @@
...
@@ -15,21 +15,21 @@
<!-- Bootstrap core CSS -->
<!-- Bootstrap core CSS -->
{% if jekyll.environment == "development" %}
{% if jekyll.environment == "development" %}
<link
href=
"{{ site.baseurl }}dist/css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"{{ site.baseurl }}
/
dist/css/bootstrap.css"
rel=
"stylesheet"
>
{% else %}
{% else %}
<link
href=
"{{ site.baseurl }}dist/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"{{ site.baseurl }}
/
dist/css/bootstrap.min.css"
rel=
"stylesheet"
>
{% endif %}
{% endif %}
<!-- Documentation extras -->
<!-- Documentation extras -->
<link
href=
"{{ site.baseurl }}assets/css/docs.min.css"
rel=
"stylesheet"
>
<link
href=
"{{ site.baseurl }}
/
assets/css/docs.min.css"
rel=
"stylesheet"
>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script
src=
"{{ site.baseurl }}assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"{{ site.baseurl }}
/
assets/js/ie10-viewport-bug-workaround.js"
></script>
<script
src=
"{{ site.baseurl }}assets/js/ie-emulation-modes-warning.js"
></script>
<script
src=
"{{ site.baseurl }}
/
assets/js/ie-emulation-modes-warning.js"
></script>
<!-- Favicons -->
<!-- Favicons -->
<link
rel=
"apple-touch-icon-precomposed"
href=
"{{ site.baseurl }}apple-touch-icon-precomposed.png"
>
<link
rel=
"apple-touch-icon-precomposed"
href=
"{{ site.baseurl }}
/
apple-touch-icon-precomposed.png"
>
<link
rel=
"icon"
href=
"{{ site.baseurl }}favicon.ico"
>
<link
rel=
"icon"
href=
"{{ site.baseurl }}
/
favicon.ico"
>
<script>
<script>
(
function
(
i
,
s
,
o
,
g
,
r
,
a
,
m
){
i
[
'
GoogleAnalyticsObject
'
]
=
r
;
i
[
r
]
=
i
[
r
]
||
function
(){
(
function
(
i
,
s
,
o
,
g
,
r
,
a
,
m
){
i
[
'
GoogleAnalyticsObject
'
]
=
r
;
i
[
r
]
=
i
[
r
]
||
function
(){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment