This commit is contained in:
		@@ -6,6 +6,7 @@ on:
 | 
				
			|||||||
      - master
 | 
					      - master
 | 
				
			||||||
 | 
					
 | 
				
			||||||
env:
 | 
					env:
 | 
				
			||||||
 | 
					  ZOLA_VERSION: "0.18.0"
 | 
				
			||||||
  HOST: ${{ secrets.SSH_HOSTNAME }}
 | 
					  HOST: ${{ secrets.SSH_HOSTNAME }}
 | 
				
			||||||
  HOST_DIR: ${{ secrets.SSH_TARGET_DIR }}
 | 
					  HOST_DIR: ${{ secrets.SSH_TARGET_DIR }}
 | 
				
			||||||
  SSH_USERNAME: ${{ secrets.SSH_USERNAME }}
 | 
					  SSH_USERNAME: ${{ secrets.SSH_USERNAME }}
 | 
				
			||||||
@@ -29,9 +30,17 @@ jobs:
 | 
				
			|||||||
      - name: Install Chordpro
 | 
					      - name: Install Chordpro
 | 
				
			||||||
        run: cpanm install chordpro
 | 
					        run: cpanm install chordpro
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Build
 | 
					      - name: Install Zola
 | 
				
			||||||
 | 
					        run: |
 | 
				
			||||||
 | 
					          wget https://github.com/getzola/zola/releases/download/v${ZOLA_VERSION}/zola-v${ZOLA_VERSION}-x86_64-unknown-linux-gnu.tar.gz
 | 
				
			||||||
 | 
					          tar -xvzf *.tar.gz
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: Build Chordpro
 | 
				
			||||||
        run: make
 | 
					        run: make
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					      - name: Build Zola
 | 
				
			||||||
 | 
					        run: ./zola build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Deploy
 | 
					      - name: Deploy
 | 
				
			||||||
        run: |
 | 
					        run: |
 | 
				
			||||||
          apt-get install -y --no-install-recommends rsync
 | 
					          apt-get install -y --no-install-recommends rsync
 | 
				
			||||||
@@ -39,4 +48,4 @@ jobs:
 | 
				
			|||||||
          ssh-add - <<< "${SSH_PRIVATE_KEY}"
 | 
					          ssh-add - <<< "${SSH_PRIVATE_KEY}"
 | 
				
			||||||
          mkdir -p ~/.ssh/
 | 
					          mkdir -p ~/.ssh/
 | 
				
			||||||
          ssh-keyscan -H "${HOST}" >> ~/.ssh/known_hosts
 | 
					          ssh-keyscan -H "${HOST}" >> ~/.ssh/known_hosts
 | 
				
			||||||
          rsync -ra --delete-after ./* "${SSH_USERNAME}@${HOST}:${HOST_DIR}"
 | 
					          rsync -ra --delete-after public/* "${SSH_USERNAME}@${HOST}:${HOST_DIR}"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,4 +1,5 @@
 | 
				
			|||||||
*.pdf
 | 
					*.pdf
 | 
				
			||||||
*.html
 | 
					content/*/*.html
 | 
				
			||||||
devel/
 | 
					devel/
 | 
				
			||||||
archive/
 | 
					archive/
 | 
				
			||||||
 | 
					public/
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -9,7 +9,7 @@
 | 
				
			|||||||
		"headspace"    : 40,
 | 
							"headspace"    : 40,
 | 
				
			||||||
		"footspace"    : 20,
 | 
							"footspace"    : 20,
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		"fontdir" : [ "fonts/liberation-fonts-ttf-2.1.5/" ],
 | 
							"fontdir" : [ "static/fonts/liberation-fonts-ttf-2.1.5/" ],
 | 
				
			||||||
		"fontconfig" : {
 | 
							"fontconfig" : {
 | 
				
			||||||
			"serif" : {
 | 
								"serif" : {
 | 
				
			||||||
				""            : "LiberationSerif-Regular.ttf",
 | 
									""            : "LiberationSerif-Regular.ttf",
 | 
				
			||||||
@@ -71,5 +71,10 @@
 | 
				
			|||||||
				"description" : "dingbats 10"
 | 
									"description" : "dingbats 10"
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
						},
 | 
				
			||||||
 | 
						"html" : {
 | 
				
			||||||
 | 
							"styles" : {
 | 
				
			||||||
 | 
								"display" : "/chordpro.css"
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1 +0,0 @@
 | 
				
			|||||||
../chordpro.css
 | 
					 | 
				
			||||||
@@ -1 +0,0 @@
 | 
				
			|||||||
Klasické písničky, které hrajou trampové.
 | 
					 | 
				
			||||||
							
								
								
									
										17
									
								
								config.toml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								config.toml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
				
			|||||||
 | 
					base_url = "https://mixtape.0x45.cz"
 | 
				
			||||||
 | 
					title = "mixtape"
 | 
				
			||||||
 | 
					compile_sass = true
 | 
				
			||||||
 | 
					build_search_index = false
 | 
				
			||||||
 | 
					generate_feed = false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					taxonomies = [
 | 
				
			||||||
 | 
					    { name = "category" },
 | 
				
			||||||
 | 
					    { name = "artist" },
 | 
				
			||||||
 | 
					]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					[markdown]
 | 
				
			||||||
 | 
					highlight_code = false
 | 
				
			||||||
 | 
					smart_punctuation = true
 | 
				
			||||||
 | 
					external_links_target_blank = true
 | 
				
			||||||
 | 
					external_links_no_follow = true
 | 
				
			||||||
 | 
					external_links_no_referrer = true
 | 
				
			||||||
							
								
								
									
										4
									
								
								content/_index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								content/_index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,4 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					page_template = "song.html"
 | 
				
			||||||
 | 
					sort_by = "title"
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/ajee/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/ajee/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Ajéé"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Punk Floyd"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/amazonka/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/amazonka/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Amazonka"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["classic"]
 | 
				
			||||||
 | 
					artist = ["Hop Trop"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										5
									
								
								content/bila/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										5
									
								
								content/bila/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,5 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Bílá"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/brejle/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/brejle/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Brejle (K-classic Mix)"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Morčata na útěku"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/byt-stale-mlad/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/byt-stale-mlad/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Být stále mlád"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Karel Gott"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/cadillac/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/cadillac/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Cadillac"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["classic"]
 | 
				
			||||||
 | 
					artist = ["Pavel Brümer"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/ceske-hity/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/ceske-hity/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "České hity"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Triky a pověry"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/cesta-do-hlubin-punkacovi-duse/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/cesta-do-hlubin-punkacovi-duse/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Cesta Do Hlubin Punkáčovi Duše"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Vision Days"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/chaluj/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/chaluj/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Cháluj"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Morřata na útěku"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/ciro/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/ciro/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Číro"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["E!E"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/cista-jak-vizovice/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/cista-jak-vizovice/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Čistá jak Vizovice"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Fleret"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/deti-raje/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/deti-raje/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Děti Ráje"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Michal David"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/divokej-horskej-tymian/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/divokej-horskej-tymian/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Divokej horskej tymián"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["classic"]
 | 
				
			||||||
 | 
					artist = ["Žalman"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/hudsonsky-sify/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/hudsonsky-sify/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Hudsonský šífy"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["classic"]
 | 
				
			||||||
 | 
					artist = ["Wabi Daněk"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/ital-nezna-ten-zazrak/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/ital-nezna-ten-zazrak/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Ital nezná ten zázrak"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Triky a pověry"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/jaro-na-aljasce/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/jaro-na-aljasce/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Jaro na Aljašce"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["classic"]
 | 
				
			||||||
 | 
					artist = ["K. T. O."]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/jdem-zpatky-do-lesu/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/jdem-zpatky-do-lesu/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Jdem zpátky do lesů"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["classic"]
 | 
				
			||||||
 | 
					artist = ["Žalman"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/jennifer-lady/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/jennifer-lady/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Jennifer Lady"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["classic"]
 | 
				
			||||||
 | 
					artist = ["Nedvědi"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/jolene/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/jolene/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Jolene"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["classic"]
 | 
				
			||||||
 | 
					artist = ["Fešáci"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/jsi-senzacni/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/jsi-senzacni/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Jsi senzační"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Holki"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/karolina/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/karolina/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Karolína"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["classic"]
 | 
				
			||||||
 | 
					artist = ["Kamelot"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/kdybych-ja-byl-kovarem/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/kdybych-ja-byl-kovarem/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Kdybych já byl kovářem"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["classic"]
 | 
				
			||||||
 | 
					artist = ["Petr Spálený"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/kdyz-punkaci-starnou/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/kdyz-punkaci-starnou/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Když punkáči stárnou"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Tragedis"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/kundicka-ruzova/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/kundicka-ruzova/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Kundička růžová"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Standa"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/ldelissimo/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/ldelissimo/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "L'Dělissimo"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Morčata na útěku"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/lidojedi-standa/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/lidojedi-standa/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Lidojedi"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Tři sestry"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/loch-lomond/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/loch-lomond/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Loch Lomond"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["classic"]
 | 
				
			||||||
 | 
					artist = ["Waldemar Matuška"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/ma-mila-ma-mila/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/ma-mila-ma-mila/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Má milá, má milá"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Poletíme?"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/mravenec/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/mravenec/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Mravenec"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["E!E"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/nalej-ruma/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/nalej-ruma/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Nalej ruma"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Standa"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/nejlip-jim-bylo/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/nejlip-jim-bylo/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Nejlíp jim bylo"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Mňága a Žďorp"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/nonstop/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/nonstop/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Non stop"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Alkehol"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/o-zeny-zeny/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/o-zeny-zeny/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Ó ženy ženy"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Triky a pověry"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/par-minut/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/par-minut/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Pár minut"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Cop"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/picovina/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/picovina/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Píčovina"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Morčata na útěku"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/plzenska/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/plzenska/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Hideen Track - Plzeňská"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Morčata na útěku"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/posledni-kovboj/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/posledni-kovboj/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Poslední Kovboj"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["classic"]
 | 
				
			||||||
 | 
					artist = ["Michal Tučný"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/prasnice/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/prasnice/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Prasnice"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Standa"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/prazdny-nadrazi/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/prazdny-nadrazi/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Prázdný nádraží"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["classic"]
 | 
				
			||||||
 | 
					artist = ["Ozvěna"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/rano-bylo-stejny/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/rano-bylo-stejny/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Ráno bylo stejný"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["classic"]
 | 
				
			||||||
 | 
					artist = ["Žalman"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/romidci/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/romidci/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Romídci"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Morčata na útěku"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/sado-maso/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/sado-maso/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Sado maso"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Poletíme?"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/sedmnact-dnu/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/sedmnact-dnu/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Sedmnáct dnů"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["classic"]
 | 
				
			||||||
 | 
					artist = ["Wabi Ryvola"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/severni-vietnam/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/severni-vietnam/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Severní Vietnam"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Morčata na útěku"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/skala/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/skala/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Skála"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["classic"]
 | 
				
			||||||
 | 
					artist = ["Folk Team"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/spalovac-chlastu-standa/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/spalovac-chlastu-standa/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Spalovač chlastu"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Alkehol"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
							
								
								
									
										6
									
								
								content/spalovac-chlastu/index.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										6
									
								
								content/spalovac-chlastu/index.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					+++
 | 
				
			||||||
 | 
					title = "Spalovač chlastu"
 | 
				
			||||||
 | 
					[taxonomies]
 | 
				
			||||||
 | 
					category = ["mixtape"]
 | 
				
			||||||
 | 
					artist = ["Alkehol"]
 | 
				
			||||||
 | 
					+++
 | 
				
			||||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user