Skip to content

Commit 2220483

Browse files
committed
Start moving files around for Hugo
Hugo has a bit of an opinionated directory layout, at least on its paved path. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 876d8bb commit 2220483

38 files changed

+34
-33
lines changed

32-bit.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="description" content="We bring the awesome Git VCS to Windows">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:300,400,700">
10-
<link rel="stylesheet" href="css/pack.css">
10+
<link rel="stylesheet" href="assets/sass/pack.css">
1111
<style type="text/css">
1212
body {
1313
color: #FFF;
@@ -23,10 +23,10 @@
2323
width: 65%;
2424
}
2525
</style>
26-
<link rel="shortcut icon" href="favicon.ico">
26+
<link rel="shortcut icon" href="static/favicon.ico">
2727
<!--[if lt IE 9]>
28-
<script src="js/html5shiv.js"></script>
29-
<script src="js/respond.js"></script>
28+
<script src="static/js/html5shiv.js"></script>
29+
<script src="static/js/respond.js"></script>
3030
<![endif]-->
3131
</head>
3232
<body>
@@ -70,7 +70,7 @@ <h3 id="after-april-2029-end-of-32-bit-support">After April 2029: End of 32-bit
7070
<div class="stud"></div>
7171
</div>
7272
</footer>
73-
<script src="js/pack.js"></script>
73+
<script src="static/js/pack.js"></script>
7474
<script>
7575
$(document).ready(function() {
7676
$(".fancybox-thumb").fancybox({
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)