Skip to content

Commit

Permalink
Externe Abhängigkeiten lokal laden lassen
Browse files Browse the repository at this point in the history
  • Loading branch information
Art4 committed Nov 14, 2016
1 parent 05a9ed2 commit e28404c
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 7 deletions.
2 changes: 2 additions & 0 deletions docs/_data/topnav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ topnav_dropdowns:
folders:
- title: Links
folderitems:
- title: Youthweb
external_url: https://youthweb.net
- title: Github Repo
external_url: https://github.com/youthweb/youthweb-api
- title: Gitter Chat
Expand Down
12 changes: 6 additions & 6 deletions docs/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
<link rel="stylesheet" href="{{ "css/syntax.css" }}">


<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="{{ "css/font-awesome.min.css" }}">
<!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">-->
<link rel="stylesheet" href="{{ "css/modern-business.css" }}">
<link rel="stylesheet" href="{{ "css/lavish-bootstrap.css" }}">
<link rel="stylesheet" href="{{ "css/customstyles.css" }}">
<link rel="stylesheet" href="{{ "css/theme-blue.css" }}">

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<script src="{{ "js/jquery.min.js" }}"></script>
<script src="{{ "js/jquery.cookie.min.js" }}"></script>
<script src="{{ "js/jquery.navgoco.min.js" }}"></script>


<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/2.0.0/anchor.min.js"></script>
<script src="{{ "js/bootstrap.min.js" }}"></script>
<script src="{{ "js/anchor.min.js" }}"></script>
<script src="{{ "js/toc.js" }}"></script>
<script src="{{ "js/customscripts.js" }}"></script>

Expand All @@ -33,4 +33,4 @@
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->

<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "feed.xml" | prepend: site.baseurl | prepend: site.url }}">
2 changes: 1 addition & 1 deletion docs/css/customstyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ a[data-toggle] {
font-size:120%;
color: #808080;
margin:20px 0px 20px 0px;
border-left: 5px solid #1c60a1;
border-left: 5px solid #ED1951;
padding-left: 10px;

}
Expand Down
6 changes: 6 additions & 0 deletions docs/js/anchor.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions docs/js/bootstrap.min.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/js/jquery.cookie.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions docs/js/jquery.min.js

Large diffs are not rendered by default.

0 comments on commit e28404c

Please sign in to comment.