new site4
parent
17ded24d64
commit
0fbd34a8fd
|
@ -13,8 +13,8 @@ excerpt_separator: "[-----]"
|
||||||
|
|
||||||
# mode: dev
|
# mode: dev
|
||||||
mode: product
|
mode: product
|
||||||
url: paulwalko.github.io
|
url: paul.walko.org
|
||||||
devurl: paulwalko.github.io
|
devurl: paul.walko.org
|
||||||
name: Paul Walko
|
name: Paul Walko
|
||||||
title: Paul Walko
|
title: Paul Walko
|
||||||
description: "Paul Walko's personal website"
|
description: "Paul Walko's personal website"
|
||||||
|
|
|
@ -24,10 +24,10 @@
|
||||||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
|
||||||
<meta name="theme-color" content="#ffffff">
|
<meta name="theme-color" content="#ffffff">
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="{{crturl}}stylesheets/base.css">
|
<link rel="stylesheet" type="text/css" href="{{crturl}}/stylesheets/base.css">
|
||||||
<link rel="stylesheet" type="text/css" href="{{crturl}}stylesheets/simplePagination.css">
|
<link rel="stylesheet" type="text/css" href="{{crturl}}/stylesheets/simplePagination.css">
|
||||||
|
|
||||||
<script type="text/javascript" src="{{crturl}}javascripts/jquery.js"></script>
|
<script type="text/javascript" src="{{crturl}}/javascripts/jquery.js"></script>
|
||||||
|
|
||||||
<!--[if lt IE 9]>
|
<!--[if lt IE 9]>
|
||||||
<script src="{{crturl}}javascripts/html5shiv.js"></script>
|
<script src="{{crturl}}javascripts/html5shiv.js"></script>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
<link rel="stylesheet" type="text/css" href="{{crturl}}stylesheets/markdownreader.css">
|
<link rel="stylesheet" type="text/css" href="{{crturl}}/stylesheets/markdownreader.css">
|
||||||
<link rel="stylesheet" type="text/css" href="{{crturl}}stylesheets/pygments_monokai.css">
|
<link rel="stylesheet" type="text/css" href="{{crturl}}/stylesheets/pygments_monokai.css">
|
||||||
<link rel="stylesheet" type="text/css" href="{{crturl}}stylesheets/code_block.css">
|
<link rel="stylesheet" type="text/css" href="{{crturl}}/stylesheets/code_block.css">
|
||||||
|
|
Loading…
Reference in New Issue