Skip to content

Commit 03b32f7

Browse files
committed
fix home image
1 parent 9a4f6fb commit 03b32f7

File tree

7 files changed

+24
-25
lines changed

7 files changed

+24
-25
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!-- logo image -->
2-
<img src="/images/logo.jpg" alt="Computational Musicology SIG Logo" style="display:block; margin:1.5rem auto; width:100%; max-width:400px; height:auto;">
2+
<img src="/computational-musicology/images/logo.jpg" alt="Computational Musicology SIG Logo" style="display:block; margin:1.5rem auto; width:100%; max-width:400px; height:auto;">
33

44
<h1 class="main-title">Computational Musicology SIG</h1>
55
<h2 class="main-title">An MTG Community on Computational Musicology and Music Understanding</h2>

hugo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ languageCode = 'en-us'
33
title = "MTG's Computational Musicology SIG"
44
theme = 'gokarna'
55
ignorelogs = ['warning-goldmark-raw-html']
6-
canonifyURLs = true
76

87
[markup]
98
[markup.goldmark]

public/404.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,25 @@
4040
<link rel="canonical" href="http://localhost:1313/404.html">
4141

4242

43-
<link rel="stylesheet" type="text/css" href="http://localhost:1313/css/normalize.min.css" media="print">
43+
<link rel="stylesheet" type="text/css" href="/css/normalize.min.css" media="print">
4444

4545

4646
<link rel="stylesheet" href="http://localhost:1313/css/main.min.css">
4747

4848

4949

50-
<link id="dark-theme" rel="stylesheet" href="http://localhost:1313/css/dark.min.css">
50+
<link id="dark-theme" rel="stylesheet" href="/css/dark.min.css">
5151

5252

5353

5454

5555

56-
<link rel="stylesheet" href="http://localhost:1313/css/custom.min.css">
56+
<link rel="stylesheet" href="/css/custom.min.css">
5757

5858

5959

6060

61-
<script src="http://localhost:1313/js/bundle.min.70293498aa96b2dbb767ec11a622eb2266d8fc37a0fff88233a82952e3c72b15.js" integrity="sha256-cCk0mKqWstu3Z&#43;wRpiLrImbY/Deg//iCM6gpUuPHKxU="></script>
61+
<script src="/js/bundle.min.70293498aa96b2dbb767ec11a622eb2266d8fc37a0fff88233a82952e3c72b15.js" integrity="sha256-cCk0mKqWstu3Z&#43;wRpiLrImbY/Deg//iCM6gpUuPHKxU="></script>
6262

6363

6464

public/about/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,25 +46,25 @@
4646
<link rel="canonical" href="http://localhost:1313/about/">
4747

4848

49-
<link rel="stylesheet" type="text/css" href="http://localhost:1313/css/normalize.min.css" media="print">
49+
<link rel="stylesheet" type="text/css" href="/css/normalize.min.css" media="print">
5050

5151

5252
<link rel="stylesheet" href="http://localhost:1313/css/main.min.css">
5353

5454

5555

56-
<link id="dark-theme" rel="stylesheet" href="http://localhost:1313/css/dark.min.css">
56+
<link id="dark-theme" rel="stylesheet" href="/css/dark.min.css">
5757

5858

5959

6060

6161

62-
<link rel="stylesheet" href="http://localhost:1313/css/custom.min.css">
62+
<link rel="stylesheet" href="/css/custom.min.css">
6363

6464

6565

6666

67-
<script src="http://localhost:1313/js/bundle.min.70293498aa96b2dbb767ec11a622eb2266d8fc37a0fff88233a82952e3c72b15.js" integrity="sha256-cCk0mKqWstu3Z&#43;wRpiLrImbY/Deg//iCM6gpUuPHKxU="></script>
67+
<script src="/js/bundle.min.70293498aa96b2dbb767ec11a622eb2266d8fc37a0fff88233a82952e3c72b15.js" integrity="sha256-cCk0mKqWstu3Z&#43;wRpiLrImbY/Deg//iCM6gpUuPHKxU="></script>
6868

6969

7070

@@ -143,13 +143,13 @@ <h1>About</h1>
143143
<h1 id="organisers">Organisers</h1>
144144
<div class="people-grid">
145145
<div class="person-card">
146-
<img src="http://localhost:1313/images/andrea.png" alt="Andrea Poltronieri">
146+
<img src="/images/andrea.png" alt="Andrea Poltronieri">
147147
<h3><a href="https://andreapoltronieri.com" target="_blank">Andrea Poltronieri</a></h3>
148148
<p>Music Technology Group</p>
149149
<a href="mailto:[email protected]" class="person-mail">[email protected]</a>
150150
</div>
151151
<div class="person-card">
152-
<img src="http://localhost:1313/images/tom.jpg" alt="Thomas Nuttall">
152+
<img src="/images/tom.jpg" alt="Thomas Nuttall">
153153
<h3><a href="https://thomasgnuttall.github.io/about/" target="_blank">Thomas Nuttall</a></h3>
154154
<p>Music Technology Group</p>
155155
<a href="mailto:[email protected]" class="person-mail">[email protected]</a>

public/categories/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,25 @@
4040
<link rel="canonical" href="http://localhost:1313/categories/">
4141

4242

43-
<link rel="stylesheet" type="text/css" href="http://localhost:1313/css/normalize.min.css" media="print">
43+
<link rel="stylesheet" type="text/css" href="/css/normalize.min.css" media="print">
4444

4545

4646
<link rel="stylesheet" href="http://localhost:1313/css/main.min.css">
4747

4848

4949

50-
<link id="dark-theme" rel="stylesheet" href="http://localhost:1313/css/dark.min.css">
50+
<link id="dark-theme" rel="stylesheet" href="/css/dark.min.css">
5151

5252

5353

5454

5555

56-
<link rel="stylesheet" href="http://localhost:1313/css/custom.min.css">
56+
<link rel="stylesheet" href="/css/custom.min.css">
5757

5858

5959

6060

61-
<script src="http://localhost:1313/js/bundle.min.70293498aa96b2dbb767ec11a622eb2266d8fc37a0fff88233a82952e3c72b15.js" integrity="sha256-cCk0mKqWstu3Z&#43;wRpiLrImbY/Deg//iCM6gpUuPHKxU="></script>
61+
<script src="/js/bundle.min.70293498aa96b2dbb767ec11a622eb2266d8fc37a0fff88233a82952e3c72b15.js" integrity="sha256-cCk0mKqWstu3Z&#43;wRpiLrImbY/Deg//iCM6gpUuPHKxU="></script>
6262

6363

6464

public/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,25 +41,25 @@
4141
<link rel="canonical" href="http://localhost:1313/">
4242

4343

44-
<link rel="stylesheet" type="text/css" href="http://localhost:1313/css/normalize.min.css" media="print">
44+
<link rel="stylesheet" type="text/css" href="/css/normalize.min.css" media="print">
4545

4646

4747
<link rel="stylesheet" href="http://localhost:1313/css/main.min.css">
4848

4949

5050

51-
<link id="dark-theme" rel="stylesheet" href="http://localhost:1313/css/dark.min.css">
51+
<link id="dark-theme" rel="stylesheet" href="/css/dark.min.css">
5252

5353

5454

5555

5656

57-
<link rel="stylesheet" href="http://localhost:1313/css/custom.min.css">
57+
<link rel="stylesheet" href="/css/custom.min.css">
5858

5959

6060

6161

62-
<script src="http://localhost:1313/js/bundle.min.70293498aa96b2dbb767ec11a622eb2266d8fc37a0fff88233a82952e3c72b15.js" integrity="sha256-cCk0mKqWstu3Z&#43;wRpiLrImbY/Deg//iCM6gpUuPHKxU="></script>
62+
<script src="/js/bundle.min.70293498aa96b2dbb767ec11a622eb2266d8fc37a0fff88233a82952e3c72b15.js" integrity="sha256-cCk0mKqWstu3Z&#43;wRpiLrImbY/Deg//iCM6gpUuPHKxU="></script>
6363

6464

6565

@@ -145,7 +145,7 @@ <h2>An MTG community on computational musicology and music understanding.</h2>
145145

146146
<section class="home-content">
147147
<!-- logo image -->
148-
<img src="http://localhost:1313/images/logo.jpg" alt="Computational Musicology SIG Logo" style="display:block; margin:1.5rem auto; width:100%; max-width:400px; height:auto;">
148+
<img src="/computational-musicology/images/logo.jpg" alt="Computational Musicology SIG Logo" style="display:block; margin:1.5rem auto; width:100%; max-width:400px; height:auto;">
149149
<h1 class="main-title">Computational Musicology SIG</h1>
150150
<h2 class="main-title">An MTG Community on Computational Musicology and Music Understanding</h2>
151151
<p>Welcome to the <strong>Computational Musicology Special Interest Group (SIG)</strong> at the <a href="https://www.upf.edu/web/mtg">Music Technology Group (MTG)</a>, Universitat Pompeu Fabra, Barcelona.</p>

public/tags/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,25 @@
4040
<link rel="canonical" href="http://localhost:1313/tags/">
4141

4242

43-
<link rel="stylesheet" type="text/css" href="http://localhost:1313/css/normalize.min.css" media="print">
43+
<link rel="stylesheet" type="text/css" href="/css/normalize.min.css" media="print">
4444

4545

4646
<link rel="stylesheet" href="http://localhost:1313/css/main.min.css">
4747

4848

4949

50-
<link id="dark-theme" rel="stylesheet" href="http://localhost:1313/css/dark.min.css">
50+
<link id="dark-theme" rel="stylesheet" href="/css/dark.min.css">
5151

5252

5353

5454

5555

56-
<link rel="stylesheet" href="http://localhost:1313/css/custom.min.css">
56+
<link rel="stylesheet" href="/css/custom.min.css">
5757

5858

5959

6060

61-
<script src="http://localhost:1313/js/bundle.min.70293498aa96b2dbb767ec11a622eb2266d8fc37a0fff88233a82952e3c72b15.js" integrity="sha256-cCk0mKqWstu3Z&#43;wRpiLrImbY/Deg//iCM6gpUuPHKxU="></script>
61+
<script src="/js/bundle.min.70293498aa96b2dbb767ec11a622eb2266d8fc37a0fff88233a82952e3c72b15.js" integrity="sha256-cCk0mKqWstu3Z&#43;wRpiLrImbY/Deg//iCM6gpUuPHKxU="></script>
6262

6363

6464

0 commit comments

Comments
 (0)