mirror of
https://github.com/kvz/bash3boilerplate.git
synced 2025-04-19 05:06:14 +00:00
Upgrade to latest Lanyon
This commit is contained in:
parent
bbb8afea4d
commit
e5da0aa249
@ -31,7 +31,7 @@
|
||||
"devDependencies": {
|
||||
"cross-env": "3.1.3",
|
||||
"fakefile": "0.0.8",
|
||||
"lanyon": "0.1.16",
|
||||
"lanyon": "0.2.31",
|
||||
"next-update": "1.5.1",
|
||||
"npm-run-all": "3.1.2",
|
||||
"replace": "0.3.0"
|
||||
|
@ -0,0 +1 @@
|
||||
<script src="/assets/build/app.js"></script>
|
@ -0,0 +1 @@
|
||||
<link href="/assets/build/app.css" rel="stylesheet">
|
@ -12,7 +12,7 @@
|
||||
<meta name="description" content="BASH3 Boilerplate">
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'>
|
||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<link rel="stylesheet" href="{{site.lanyon_assets.app.css}}" media="screen" charset="utf-8">
|
||||
{%include _generated_assets/app-{{jekyll.environment}}-head.html%}
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
@ -71,7 +71,7 @@
|
||||
</body>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/highlight.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.1.0/languages/bash.min.js"></script>
|
||||
<script async src="{{site.lanyon_assets.app.js}}"></script>
|
||||
{%include _generated_assets/app-{{jekyll.environment}}-body.html%}
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
|
Loading…
x
Reference in New Issue
Block a user