Compare commits
No commits in common. "c2107572ea21f2151b0dc9f1b691c1280a6aae9b" and "3115cc528b511016f1e5f9fabd688694d76ac67e" have entirely different histories.
c2107572ea
...
3115cc528b
5
archetypes/art.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
10
config.toml
@ -8,7 +8,7 @@ paginate = 40
|
||||
[taxonomies]
|
||||
category = 'categories'
|
||||
tag = 'tags'
|
||||
# art = 'art'
|
||||
art = 'art'
|
||||
|
||||
[markup]
|
||||
[markup.goldmark]
|
||||
@ -70,10 +70,10 @@ paginate = 40
|
||||
weight = 4
|
||||
url = "music/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Art"
|
||||
weight = 5
|
||||
url = "art/"
|
||||
#[[menu.main]]
|
||||
# name = "Art"
|
||||
# weight = 5
|
||||
# url = "art/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Posts"
|
||||
|
@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 'Art'
|
||||
---
|
||||
|
||||
{{% image-box-link src="/art/animal/gorilla-baby.jpg" href="/art/animal" title="Animals" %}}
|
||||
{{% image-box-link src="/art/portrait/skull.jpg" href="/art/portrait" title="Portraits" %}}
|
||||
{{% image-box-link src="/art/sketchbook/flowers.jpg" href="/art/sketchbook" title="Sketchbook" %}}
|
||||
{{% image-box-link src="/art/life/brown-white.jpg" href="/art/life" title="Life" %}}
|
Before Width: | Height: | Size: 1.1 MiB |
Before Width: | Height: | Size: 1.4 MiB |
@ -1,9 +0,0 @@
|
||||
---
|
||||
title: 'Animals'
|
||||
---
|
||||
|
||||
{{< figure src="zu.jpg" >}}
|
||||
{{< figure src="zu-charcoal.jpg" >}}
|
||||
{{< figure src="orangutan.jpg" >}}
|
||||
{{< figure src="gorilla-baby.jpg" >}}
|
||||
{{< figure src="chimp.jpg" >}}
|
Before Width: | Height: | Size: 2.1 MiB |
Before Width: | Height: | Size: 361 KiB |
Before Width: | Height: | Size: 2.6 MiB |
Before Width: | Height: | Size: 1019 KiB |
Before Width: | Height: | Size: 5.3 MiB |
Before Width: | Height: | Size: 894 KiB |
@ -1,8 +0,0 @@
|
||||
---
|
||||
title: 'Life'
|
||||
---
|
||||
|
||||
{{< figure src="bikini.jpg" >}}
|
||||
{{< figure src="brown-white.jpg" >}}
|
||||
{{< figure src="grey.jpg" >}}
|
||||
{{< figure src="red-blue.jpg" >}}
|
Before Width: | Height: | Size: 4.5 MiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 1.2 MiB |
Before Width: | Height: | Size: 228 KiB |
@ -1,11 +0,0 @@
|
||||
---
|
||||
title: 'Portrait'
|
||||
---
|
||||
|
||||
{{< figure src="freddie.jpg" >}}
|
||||
{{< figure src="girlskull.jpg" >}}
|
||||
{{< figure src="head-back.jpg" >}}
|
||||
{{< figure src="self.jpg" >}}
|
||||
{{< figure src="skull.jpg" >}}
|
||||
{{< figure src="tyler.jpg" >}}
|
||||
{{< figure src="updown.jpg" >}}
|
Before Width: | Height: | Size: 842 KiB |
Before Width: | Height: | Size: 288 KiB |
Before Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 1.4 MiB |
Before Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 562 KiB |
Before Width: | Height: | Size: 1.5 MiB |
@ -1,14 +0,0 @@
|
||||
---
|
||||
title: 'Sketchbook'
|
||||
---
|
||||
|
||||
{{< figure src="blindfold.jpg" >}}
|
||||
{{< figure src="bran.jpg" >}}
|
||||
{{< figure src="buildings.jpg" >}}
|
||||
{{< figure src="flowers.jpg" >}}
|
||||
{{< figure src="grey.jpg" >}}
|
||||
{{< figure src="hand-muscle.jpg" >}}
|
||||
{{< figure src="line-face.jpg" >}}
|
||||
{{< figure src="mushroom.jpg" >}}
|
||||
{{< figure src="smoke.jpg" >}}
|
||||
{{< figure src="spindly.jpg" >}}
|
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 1.8 MiB |
Before Width: | Height: | Size: 3.6 MiB |
@ -21,13 +21,3 @@ Selector is a __Spotify__ listening agent for monitoring what you're listening t
|
||||
[Read More](/selector)
|
||||
|
||||
[Try It Out](https://selector.sarsoo.xyz)
|
||||
|
||||
{{% image-box-link src="/posts/listening-analysis/svm-1.png" href="/posts/listening-analysis" title="Listening Engineering" %}}
|
||||
|
||||
I wanted to explore what insights could be found in my 3 years of __Last.fm__ scrobbles when augmented with __Spotify__ data. Ideally, I also wanted to be able to apply the intelligence to the __Mixonomer__ playlist pipeline.
|
||||
|
||||
__Spotify__ provides audio features for the tracks on its platform. These features describe a number of qualities for the tracks including how much energy it has and how vocal it is. I investigated whether the set of audio features for my larger genre playlists could be used to classify tracks by genre.
|
||||
|
||||
[Read More](/posts/listening-analysis)
|
||||
|
||||
[Have a Look](https://github.com/Sarsoo/listening-analysis)
|