Skip to content

Commit

Permalink
Upgrade to latest Lanyon
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Nov 16, 2020
1 parent bbb8afe commit e5da0aa
Show file tree
Hide file tree
Showing 5 changed files with 3,211 additions and 3,192 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<script src="/assets/build/app.js"></script>
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<link href="/assets/build/app.css" rel="stylesheet">
4 changes: 2 additions & 2 deletions website/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -71,7 +71,7 @@ <h2 id="activity-feed">On GitHub</h2>
</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),
Expand Down
Loading

0 comments on commit e5da0aa

Please sign in to comment.