Skip to content

Commit a51bcea

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 eb8fe66 commit a51bcea

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed
File renamed without changes.

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<html>
22
<head>
33
<title>GitGitGadget - contributing git.git patches via GitHub PRs</title>
4-
<link rel="stylesheet" href="main.css">
4+
<link rel="stylesheet" href="assets/sass/main.scss">
55
</head>
66
<body>
77
<div class="banner">
8-
<img src="images/gitgitgadget-explanation.png" alt="An arrow from git logo to an envelop with git logo. The arrow is labelled by famous Inspector Gadget hat."/>
8+
<img src="static/images/gitgitgadget-explanation.png" alt="An arrow from git logo to an envelop with git logo. The arrow is labelled by famous Inspector Gadget hat."/>
99
<big>GitGitGadget</big><br />
1010
Contributing git.git patches via GitHub PRs<br />
1111
<small>... one iteration at a time... </small>

markdown-template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<title>GitGitGadget - contributing git.git patches via GitHub PRs</title>
5-
<link rel="stylesheet" href="main.css">
5+
<link rel="stylesheet" href="assets/sass/main.scss">
66
</head>
77
<body>
88
<div class="banner">

0 commit comments

Comments
 (0)