Skip to content

Commit 4622e9c

Browse files
committed
update html docs
1 parent 5c23014 commit 4622e9c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/source/default.html

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>{{ page.title }}</title>
7+
<link rel="icon" href="./_static/imgs/logo.png" type="image/x-icon">
8+
</head>
9+
<body>
10+
{{ content }}
11+
</body>
12+
</html>

docs/source/index.md

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
---
55
maxdepth: 2
66
hidden:
7+
layout: default
78
---
89
910
Getting started <Tutorial>
@@ -45,6 +46,7 @@ repo](https://github.com/DIDONEproject/musif/).
4546
2. F. Simonetta, A. Llorens, M. Serrano, E. García-Portugués, and Á. Torrente, “Optimizing Feature Extraction for Symbolic Music,” in Proceedings of the 24th International Society for Music Information Retrieval Conference, Milan, Nov. 2023.
4647

4748
<link rel="shortcut icon" href="./_static/imgs/logo.png"/>
49+
4850
<p style="text-align:center;margin:100px 0;">
4951
<a href="https://www.ucm.es" target="_blank"><img src="./_static/imgs/ucm.jpg" alt="Logo UCM" align="middle"></a>
5052
<a href="https://iccmu.es/" target="_blank"> <img src="./_static/imgs/iccmu.png" alt="Logo ICCMU" align="middle"></a>

0 commit comments

Comments
 (0)