diff --git a/_layouts/page.html b/_layouts/page.html index 2eec892..12a68d5 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,7 +1,10 @@ --- layout: default --- +{% include relBase.html %} {% include header.html %} -
+
+
{{ content }} +
\ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index f674195..d9ef305 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -159,18 +159,18 @@ layout: default

Check out more

{% if page.previous.url %} -

{{page.previous.title}}

+

 {{page.previous.title}}

{{ page.previous.description }}

-

 Previous

+ {% endif %}
{% if page.next.url%} -

{{page.next.title}}

+

{{page.next.title}} 

{{ page.next.description }}

-

Next 

+ {% endif %}
@@ -307,6 +307,8 @@ layout: default
{{ content }} +

 

+

Check it out

{% include streamer.html %} @@ -317,16 +319,16 @@ layout: default
{% if page.previous.url %} -

 Previous Post

-

{{page.previous.title}}

+

 {{page.previous.title}}

+

{{ page.previous.description }}

{% endif %}
{% if page.next.url%} -

Next Post 

-

{{page.next.title}}

+

{{page.next.title}} 

+

{{ page.next.description }}

{% endif %}
diff --git a/_posts/2020-08-03-333mix.md b/_posts/2020-08-03-333mix.md new file mode 100644 index 0000000..63a88ae --- /dev/null +++ b/_posts/2020-08-03-333mix.md @@ -0,0 +1,28 @@ +--- +title: 333mix +author: setto +date: 2020-08-03 00:00 +description: >- + Pignu got Chopped & Screwed by KodTreatment +image: /images/posts/333mix.jpg +category: ramblings +link: https://kodtreatment.bandcamp.com/ +check_this_if_cannot_be_bought: true +album: +stores: + - name: + url: + icon: + download: false +--- +## I'm super stoked about this! + +Internet is wonderful: you put something in it and it gets a life, mutates, grows some muscles, finds a passion, duplicates itself, pops out and then back in on repeat! + +Merci Rskp!\ +πŸ‘‘\ +🐧 + + + +Check out the enitre project's bandcamp on the link below! \ No newline at end of file diff --git a/_sass/_elements.scss b/_sass/_elements.scss index 414d0b0..644afae 100644 --- a/_sass/_elements.scss +++ b/_sass/_elements.scss @@ -149,13 +149,68 @@ a:hover { } } -.info { +.info, .info-pages { padding: 40px; > div { - max-width: 700px; + max-width: 1200px; margin: auto; } p { margin: 20px 0; } +} +.info-pages { + h2, h3, h4, h5, h6 { + text-align: left; + } +} + +.news, .links { + margin-top: 40px; + padding: 0; + display: flex; + flex-wrap: wrap; + h2 { + flex: 0 0 100%; + margin-bottom: 20px; + } + > div { + background-size: cover; + background-repeat: no; + background-position: center center; + flex: 1 1 512px; + min-height: 80vh; + + padding: 40px; + box-sizing: border-box; + text-align: left; + + } + .description { + h2, p, a { + text-align: center; + } + p { + margin-top: 20px; + } + p:last-child { + margin-bottom: 20px; + } + min-height: unset; + } +} +.news:nth-child(even), .links:nth-child(even) { + flex-direction: row-reverse; + +} +.links { + > div { + min-height: unset; + } +} +.linksbg { + background-size: 100%; + background: rgb(31,23,41); + background: linear-gradient(180deg, rgba(31,23,41,1) 26%, rgba(56,255,89,0.25) 100%); + } \ No newline at end of file diff --git a/_sass/_layout.scss b/_sass/_layout.scss index 2204d76..f62c6c4 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -77,9 +77,9 @@ section { flex: 1 1 100%; padding: 20px; background-color: _palette(bg); - -webkit-box-shadow: inset 0px 23px 25px -25px rgba(0,0,0,0.1); - -moz-box-shadow: inset 0px 23px 25px -25px rgba(0,0,0,0.1); - box-shadow: inset 0px 23px 25px -25px rgba(0,0,0,0.1); + -webkit-box-shadow: inset 0px 23px 25px -25px _palette(border-alt); + -moz-box-shadow: inset 0px 23px 25px -25px _palette(border-alt); + box-shadow: inset 0px 23px 25px -25px _palette(border-alt); h2 { text-align: center; } diff --git a/_sass/_navigation.scss b/_sass/_navigation.scss index 54e8183..11eb602 100644 --- a/_sass/_navigation.scss +++ b/_sass/_navigation.scss @@ -23,9 +23,9 @@ -webkit-transition: all 400ms ease-in; -moz-transition: all 400ms ease-in; transition: all 400ms ease-in; - -webkit-box-shadow: 0px 3px 29px 0px rgba(0,0,0,0.15); - -moz-box-shadow: 0px 3px 29px 0px rgba(0,0,0,0.15); - box-shadow: 0px 3px 29px 0px rgba(0,0,0,0.15); + -webkit-box-shadow: 0px 3px 29px 0px _palette(border-alt); + -moz-box-shadow: 0px 3px 29px 0px _palette(border-alt); + box-shadow: 0px 3px 29px 0px _palette(border-alt); display: flex; flex-wrap: wrap; justify-content: flex-end; diff --git a/_sass/_player.scss b/_sass/_player.scss index 55fcab5..fc3bac0 100644 --- a/_sass/_player.scss +++ b/_sass/_player.scss @@ -226,9 +226,9 @@ a[id^="btn"]::-moz-focus-inner { margin: 0; padding: 0; background-color: _palette(bg); - -webkit-box-shadow: inset 0px 23px 25px -25px rgba(0,0,0,0.25); - -moz-box-shadow: inset 0px 23px 25px -25px rgba(0,0,0,0.25); - box-shadow: inset 0px 23px 25px -25px rgba(0,0,0,0.25); + -webkit-box-shadow: inset 0px 23px 25px -25px _palette(border-alt); + -moz-box-shadow: inset 0px 23px 25px -25px _palette(border-alt); + box-shadow: inset 0px 23px 25px -25px _palette(border-alt); > h2, a, p { text-align: left; diff --git a/_sass/libs/_vars.scss b/_sass/libs/_vars.scss index bb294b7..b79c2e6 100644 --- a/_sass/libs/_vars.scss +++ b/_sass/libs/_vars.scss @@ -135,13 +135,13 @@ $palette: ( bg: #1f1729, bg-alt: rgba(31, 23, 41, 0.75), - fg: #a38ab6, - fg-alt: rgba(163, 138, 182, 0.25), + fg: #ebdbf8, + fg-alt: rgba(235, 219, 248, 0.25), border: #000000, border-alt: rgba(0, 0, 0, 0.75), accent1: #38ff59, accent1-alt:rgba(56, 255, 89, 0.75), - accent2: #6800ca, - accent2-alt:rgba(104, 0, 202, 0.75), + accent2: #8d3ed8, + accent2-alt:rgba(141, 62, 216, 0.75), ); \ No newline at end of file diff --git a/_sass/trackplayer.scss b/_sass/trackplayer.scss index 48911a3..985efa8 100644 --- a/_sass/trackplayer.scss +++ b/_sass/trackplayer.scss @@ -9,10 +9,7 @@ background-size: 100%; background: rgb(31,23,41); background: linear-gradient(180deg, rgba(31,23,41,1) 26%, rgba(56,255,89,0.25) 100%); - -moz-transition: background-size 2s ease-in-out; - -webkit-transition: background-size 2s ease-in-out; - -ms-transition: background-size 2s ease-in-out; - transition: background-size 2s ease-in-out; + > section { position: absolute; height: 100vh; diff --git a/discography.html b/discography.html index 4d9a9ed..66b6124 100644 --- a/discography.html +++ b/discography.html @@ -13,61 +13,23 @@ video_path: image: /images/pages/jack-hamilton-CMnNiQBkwBI-unsplash.jpg --- - - - -
- -
+{% include relBase.html %} +{% include header.html %} {% assign sorted = site.posts | sort: 'date' | reverse %} -{% for album in sorted %} -{% if album.category == 'releases' %} -
-
-

{{ album.title }}

+{% for post in sorted %} +{% if post.category == 'releases' %} +
+
+
+

{{ post.title }}

+

{% include forloop-dates.html %}

+

{{ post.description }}

+

Read post

+
- -

{{ album.date | date: '%Y' }}

- {% for release in site.albums %} - {% if release.slug == album.album %} - {% for track in release.tracks %} -

- {{ track.common.track.no }}. {{ track.common.title }}
- {% assign round_seconds = track.format.duration | round %}{% assign minutes = round_seconds | divided_by: 60 %}{% assign leftover_seconds = minutes | times: 60 %}{{ minutes }}:{% assign seconds_without_zero = round_seconds | minus: leftover_seconds %}{% if seconds_without_zero < 10 %}0{% endif %}{{ seconds_without_zero }}{% if track.common.genre != null %} | - {{ track.common.genre }} {% endif %} -

- - - - {% endfor %} - {% endif %} - {% endfor %} -
- -
- -
- {{ album.title }} - -
+
{% endif %} -{% endfor %} - -{% include footer.html %} +{% endfor %} \ No newline at end of file diff --git a/images/posts/333mix.jpg b/images/posts/333mix.jpg new file mode 100644 index 0000000..73c074e Binary files /dev/null and b/images/posts/333mix.jpg differ diff --git a/images/setto-logo.svg b/images/setto-logo.svg index 28034c9..8442881 100644 --- a/images/setto-logo.svg +++ b/images/setto-logo.svg @@ -1,4 +1,4 @@ - + diff --git a/images/setto_logo.svg b/images/setto_logo.svg index 09f242d..3a34c49 100644 --- a/images/setto_logo.svg +++ b/images/setto_logo.svg @@ -1,2 +1,2 @@ - + diff --git a/index.html b/index.html index c489021..76a6d41 100644 --- a/index.html +++ b/index.html @@ -1,16 +1,27 @@ --- -title: Yo, webTV crib! γ‚²γƒƒγƒˆγƒΌγƒ»γ‚ΉγƒΌγƒ“γƒ‰ +title: Yo, web-TV crib! γ‚²γƒƒγƒˆγƒΌγƒ»γ‚ΉγƒΌγƒ“γƒ‰ description: >- The music of To Setto Setto is a cypher cloud jam - induced by popcorn chewing threads in obscure chat-rooms.induced by popcorn chewing threads in obscure chat-rooms.induced by popcorn chewing threads in obscure chat-rooms.induced by popcorn chewing threads in obscure chat-rooms. -nebula_image: /images/nebula.jpg + induced by popcorn chewing threads in obscure chat-rooms. image: /siteicon.png --- {% include relBase.html %} {% include header.html %} +{% for post in site.posts limit: 1 %} +
+

Latest News

+
+
+

{{ post.title }}

+

{% include forloop-dates.html %}

+

{{ post.description }}

+

Read post

+
+
+{% endfor %}

EPs and LPs

{% assign sorted = site.albums | sort: 'date' | reverse %} diff --git a/links.html b/links.html index e8833a9..8ce125f 100644 --- a/links.html +++ b/links.html @@ -15,44 +15,24 @@ image: /images/pages/reuben-hustler-YTV2zNt8Zqg-unsplash.jpg --- {% include relBase.html %} - - - +{% include header.html %} {% assign sorted = site.data.links | sort: 'title' %} -{% for link in sorted %} +{% for post in sorted %} +