You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
578 B
19 lines
578 B
---
|
|
layout: layouts/home.njk
|
|
eleventyNavigation:
|
|
key: Home
|
|
order: 1
|
|
---
|
|
<h1 itemprop="name">Bjornmossa</h1>
|
|
<p itemprop="description">
|
|
Bjornmossa is an electronic music project focused on algorithmic and computer music. Inspired by northern nature, musicians create stochastic sound structures using genetic algorithms and random processes and weave them into ambiance sound design.
|
|
</p>
|
|
<nav>
|
|
<ul>
|
|
<li><a href="">albums and singles</a></li>
|
|
<li><a href="">performances</a></li>
|
|
<li><a href="">software</a></li>
|
|
</ul>
|
|
</nav>
|
|
{% include "albumslist.njk" %}
|