add music
This commit is contained in:
parent
c8dbd7cc05
commit
f3e9f97505
1
build.mb
1
build.mb
|
@ -17,6 +17,7 @@ sector c_rules
|
|||
section sites
|
||||
list str input
|
||||
'index',
|
||||
'music',
|
||||
'projects/fpc-sitegen',
|
||||
'projects/sad',
|
||||
'projects/mariebuild',
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{$begin-section} about
|
||||
{$head} about
|
||||
|
||||
I'm Marie and I like C, Freepascal and Rust.
|
||||
I'm Marie and I like programming (particularly in C, Freepascal and Rust), <a href="/music.html">music</a> and Half-Life.
|
||||
|
||||
This website was made using <a href="https://github.com/FelixEcker/fpc-sitegen">my own static-site generator</a> written in 100% freepascal. Since I am too lazy to make a nice
|
||||
template this also looks like shit :)
|
||||
|
|
112
data/music.sad
Normal file
112
data/music.sad
Normal file
|
@ -0,0 +1,112 @@
|
|||
{$start}
|
||||
{$title} music (which I like)
|
||||
|
||||
(non exhaustive listing)
|
||||
|
||||
{$begin-section} artists-by-genre
|
||||
{$head} artists by genre
|
||||
|
||||
{$begin-section} rock
|
||||
{$sub-head} rock
|
||||
|
||||
* Dick Dale <br>
|
||||
* Fanny <br>
|
||||
* Farm <br>
|
||||
* Hexvessel <br>
|
||||
* Jim Croce <br>
|
||||
* Lucifer's Friend <br>
|
||||
* Nirvana <br>
|
||||
* The Alan Parsons Project <br>
|
||||
* The Beatles <br>
|
||||
* The Doors <br>
|
||||
* Yura Yura Teikoku <br>
|
||||
|
||||
{$end-section}
|
||||
{$begin-section} progrock
|
||||
{$sub-head} progrock
|
||||
|
||||
* Focus <br>
|
||||
* Gebärväterli <br>
|
||||
* King Gizzard <br>
|
||||
* Pink Floyd <br>
|
||||
* Primus (could be argued to be Funk Metal) <br>
|
||||
* Procol Harum <br>
|
||||
* Yes <br>
|
||||
|
||||
{$end-section}
|
||||
{$begin-section} postpunk
|
||||
{$sub-head} postpunk (and similar)
|
||||
|
||||
* Alyans <br>
|
||||
* Bauhaus <br>
|
||||
* Хуго-Уго (Hugo-Ugo) <br>
|
||||
* Joy Division <br>
|
||||
* Molchat Doma <br>
|
||||
* Nuage & Das Bassorchester <br>
|
||||
* The Sound <br>
|
||||
|
||||
{$end-section}
|
||||
{$begin-section} electronic
|
||||
{$sub-head} electronic (generally categorised as such by me)
|
||||
|
||||
* Jean-Michel Jarre <br>
|
||||
* Kraftwerk <br>
|
||||
* Yellow Magic Orchestra <br>
|
||||
* The Half-Life OST (1, 2 and the Episodes) <br>
|
||||
* KFC Murder Chicks <br>
|
||||
|
||||
{$end-section}
|
||||
{$begin-section} other
|
||||
{$sub-head} other
|
||||
|
||||
* Black Sabbath <br>
|
||||
* David Bowie <br>
|
||||
* Donovan <br>
|
||||
* Farmer Boys <br>
|
||||
* Kryzys <br>
|
||||
* Nico <br>
|
||||
* Pisse <br>
|
||||
* Rodríguez <br>
|
||||
* The Walker Brothers <br>
|
||||
* Wipers <br>
|
||||
|
||||
{$end-section}
|
||||
{$end-section}
|
||||
{$begin-section} favorite-albums
|
||||
{$head} favorite albums
|
||||
|
||||
(in no particular order):
|
||||
|
||||
* Focus - In And Out Of Focus <br>
|
||||
* The Alan Parsons Project - I Robot <br>
|
||||
* Kraftwerk - Trans Europa Express <br>
|
||||
* Lucifer's Friend - Lucifer's Friend <br>
|
||||
* Lucifer's Friend - Banquet <br>
|
||||
* Nico - The Marble Index <br>
|
||||
* Primus - Frizzle Fry <br>
|
||||
* Primus - Sailing The Seas Of Cheese <br>
|
||||
* The Doors - Strange Days <br>
|
||||
* Yellow Magic Orchestra - Technodelic <br>
|
||||
* Joy Division - Closer <br>
|
||||
* Joy Division - Unknown Pleasuers <br>
|
||||
* Hexvessel - When We Are Death <br>
|
||||
* Donovan - What's Bin Did and What's Bin Hid <br>
|
||||
* The Walker Brothers - Nite Flights <br>
|
||||
|
||||
{$end-section}
|
||||
{$begin-section} currently-favorite-songs
|
||||
{$head} currently favorite songs
|
||||
|
||||
(in no particular order):
|
||||
|
||||
* Focus - Anonymous <br>
|
||||
* Procol Harum - Conquistador <br>
|
||||
* Primus - John The Fisherman <br>
|
||||
* Primus - Too Many Puppies <br>
|
||||
* Primus - Those Damned Blue-Collar Tweekers <br>
|
||||
* Dick Dale (& His Del-Tones) - Surfing Drums <br>
|
||||
* Focus - Eruption (Live, Teatro Municipal Joao Caetano, Brazil, 14 September 2017) <br>
|
||||
* ESG - U.F.O <br>
|
||||
* Rodríguez - Hate Street Dialogue <br>
|
||||
|
||||
{$end-section}
|
Loading…
Reference in a new issue