Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.

Commit d1d5b59

Browse files
committed
tweaks and logo placeholder
1 parent 3fef3b3 commit d1d5b59

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

eleventy.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module.exports = function (eleventyConfig) {
22
eleventyConfig.addPassthroughCopy("src/style.css");
3+
eleventyConfig.addPassthroughCopy("src/static/images/uzu.png");
34
eleventyConfig.addPassthroughCopy("src/CNAME");
45
};
56

src/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
---
22
layout: default-layout.njk
3-
title: Uzu
3+
title: Uzulangs
44
---
55

6-
# Welcome!
6+
<img id="logo" src="static/images/uzu.png" />
77

8-
An *Uzulang* is a member of a family of languages in the style of [TidalCycles](https://tidalcycles.org), [Strudel](https://strudel.cc/) and friends. This website aims to signpost the different uzulangs, and the communities, resources and ideas around them.
8+
Welcome! This website aims to signpost the different uzulangs, and the communities, resources and ideas around them.
99

1010
## What is an Uzulang?
1111

12+
An *Uzulang* is a member of a family of languages in the style of [TidalCycles](https://tidalcycles.org), [Strudel](https://strudel.cc/) and friends.
13+
1214
Uzulangs tend to be based on the same model of representing patterns of time,
1315
and generally feature the same or similar 'mini-notation' for describing
1416
sequences (inspired by the [polymetric

src/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ body {
1111
padding-top: 20px;
1212
}
1313

14+
img#logo {
15+
width: 8em;
16+
float: right;
17+
}
1418

1519
a {
1620
color: #0aa;

0 commit comments

Comments
 (0)