minimal-music-project 0.0.6 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/404.html +11 -11
- data/LICENSE.txt +21 -21
- data/README.md +133 -97
- data/_config.yml +37 -37
- data/_data/customs.yml +2 -2
- data/_data/menu.yml +32 -32
- data/_data/metaData.yml +20 -7
- data/_includes/common-head.html +21 -21
- data/_includes/common.js +95 -4
- data/_includes/cookies.js +62 -34
- data/_includes/customizationsScripts.html +6 -6
- data/_includes/customizationsStyles.html +6 -6
- data/_includes/discography-entry-metadata.html +77 -80
- data/_includes/discography-entry.html +36 -24
- data/_includes/footer.html +9 -9
- data/_includes/menu.html +35 -35
- data/_includes/music-player.html +123 -123
- data/_includes/pagination-buttons.html +13 -13
- data/_includes/read-more.html +12 -12
- data/_layouts/cookies.html +29 -0
- data/_layouts/default.html +21 -21
- data/_layouts/discography.html +15 -15
- data/_layouts/post.html +34 -24
- data/_layouts/posts_feed.html +68 -55
- data/_sass/minimal-music-project.scss +1 -1
- data/_sass/styles/_cookies.scss +60 -52
- data/_sass/styles/_defaults.scss +164 -134
- data/_sass/styles/_discography.scss +44 -42
- data/_sass/styles/_embedded-player.scss +9 -0
- data/_sass/styles/_index.scss +10 -8
- data/_sass/styles/_layout.scss +49 -49
- data/_sass/styles/_menu.scss +176 -161
- data/_sass/styles/_modal.scss +30 -0
- data/_sass/styles/_music-player.scss +91 -91
- data/_sass/styles/_post.scss +94 -89
- data/_sass/styles/_posts_feed.scss +73 -72
- data/_sass/variables/_colors.scss +4 -4
- data/_sass/variables/_index.scss +2 -2
- data/_sass/variables/_layout.scss +27 -27
- data/_sass/variables/_mixins.scss +54 -54
- data/assets/img/300.png +0 -0
- data/assets/img/600.png +0 -0
- data/assets/img/browserconfig.xml +9 -9
- data/assets/img/safari-pinned-tab.svg +38 -38
- data/assets/img/site.webmanifest +19 -19
- data/assets/styles/styles.scss +7 -7
- data/pages/about.html +64 -53
- data/pages/cookies.html +9 -0
- data/pages/privacyPolicy.html +10 -0
- metadata +10 -3
data/assets/styles/styles.scss
CHANGED
@@ -1,8 +1,8 @@
|
|
1
|
-
---
|
2
|
-
---
|
3
|
-
// {% if site.data.metaData.lightTheme %}
|
4
|
-
// @import "./variables/light-theme";
|
5
|
-
// {% else %}
|
6
|
-
// @import "./variables/black-theme";
|
7
|
-
// {% endif %}
|
1
|
+
---
|
2
|
+
---
|
3
|
+
// {% if site.data.metaData.lightTheme %}
|
4
|
+
// @import "./variables/light-theme";
|
5
|
+
// {% else %}
|
6
|
+
// @import "./variables/black-theme";
|
7
|
+
// {% endif %}
|
8
8
|
@import "minimal-music-project";
|
data/pages/about.html
CHANGED
@@ -1,54 +1,65 @@
|
|
1
|
-
---
|
2
|
-
layout: default
|
3
|
-
title: About
|
4
|
-
permalink: about.html
|
5
|
-
category: about
|
6
|
-
|
7
|
-
|
8
|
-
<
|
9
|
-
<
|
10
|
-
|
11
|
-
|
12
|
-
<
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
</
|
37
|
-
|
38
|
-
<
|
39
|
-
a
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
1
|
+
---
|
2
|
+
layout: default
|
3
|
+
title: About
|
4
|
+
permalink: about.html
|
5
|
+
category: about
|
6
|
+
---
|
7
|
+
<div class="content-container about">
|
8
|
+
<h1>About</h1>
|
9
|
+
It's a good place to write something about the project. This projects repository is located on <a
|
10
|
+
href="https://github.com/ItsMeaga1n/minimal-music-project" target="_blank">GitHub</a>. Since you are here, feel
|
11
|
+
free to check out my other stuff either on <a href="https://github.com/ItsMeaga1n" target="_blank">GitHub</a> or on
|
12
|
+
my <a href="http://itsmeaga1n.github.io" target="_blank">blog</a>!
|
13
|
+
|
14
|
+
<hr />
|
15
|
+
<p>
|
16
|
+
Listen and get music from this example project at:
|
17
|
+
<ul>
|
18
|
+
<li>
|
19
|
+
<a>
|
20
|
+
YouTube
|
21
|
+
<i class="fab fa-youtube"></i>
|
22
|
+
</a>
|
23
|
+
</li>
|
24
|
+
<li>
|
25
|
+
<a>
|
26
|
+
SoundCloud
|
27
|
+
<i class="fab fa-soundcloud"></i>
|
28
|
+
</a>
|
29
|
+
</li>
|
30
|
+
<li>
|
31
|
+
<a>
|
32
|
+
BandCamp
|
33
|
+
<i class="fab fa-bandcamp"></i>
|
34
|
+
</a>
|
35
|
+
</li>
|
36
|
+
</ul>
|
37
|
+
</p>
|
38
|
+
<hr />
|
39
|
+
<a href="/privacy-policy">
|
40
|
+
Privacy Policy
|
41
|
+
</a>
|
42
|
+
/
|
43
|
+
<a href="/cookies">
|
44
|
+
Cookies
|
45
|
+
</a>
|
46
|
+
</div>
|
47
|
+
|
48
|
+
<style>
|
49
|
+
a {
|
50
|
+
text-decoration: underline;
|
51
|
+
text-decoration-color: transparent;
|
52
|
+
transition: 0.4s;
|
53
|
+
-webkit-text-decoration-color: transparent;
|
54
|
+
-moz-text-decoration-color: transparent;
|
55
|
+
cursor: pointer;
|
56
|
+
color: #290099;
|
57
|
+
}
|
58
|
+
|
59
|
+
a:hover {
|
60
|
+
text-decoration-color: #290099;
|
61
|
+
transition: 0.4s;
|
62
|
+
-webkit-text-decoration-color: #290099;
|
63
|
+
-moz-text-decoration-color: #290099;
|
64
|
+
}
|
54
65
|
</style>
|
data/pages/cookies.html
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
---
|
2
|
+
layout: cookies
|
3
|
+
title: Manage your data
|
4
|
+
permalink: cookies
|
5
|
+
category: about
|
6
|
+
---
|
7
|
+
<h1>Manage your data</h1>
|
8
|
+
<p>This website uses cookies to provide you with the best user experience.</p>
|
9
|
+
<p>Below are checkboxes, that you need to confirm in order to enable/disable specific data collection. Some of them might be needed for specific functionalities on site.</p>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: minimal-music-project
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Patryk Bieszke
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-10-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -50,6 +50,7 @@ files:
|
|
50
50
|
- _includes/music-player.html
|
51
51
|
- _includes/pagination-buttons.html
|
52
52
|
- _includes/read-more.html
|
53
|
+
- _layouts/cookies.html
|
53
54
|
- _layouts/default.html
|
54
55
|
- _layouts/discography.html
|
55
56
|
- _layouts/post.html
|
@@ -58,9 +59,11 @@ files:
|
|
58
59
|
- _sass/styles/_cookies.scss
|
59
60
|
- _sass/styles/_defaults.scss
|
60
61
|
- _sass/styles/_discography.scss
|
62
|
+
- _sass/styles/_embedded-player.scss
|
61
63
|
- _sass/styles/_index.scss
|
62
64
|
- _sass/styles/_layout.scss
|
63
65
|
- _sass/styles/_menu.scss
|
66
|
+
- _sass/styles/_modal.scss
|
64
67
|
- _sass/styles/_music-player.scss
|
65
68
|
- _sass/styles/_post.scss
|
66
69
|
- _sass/styles/_posts_feed.scss
|
@@ -69,6 +72,8 @@ files:
|
|
69
72
|
- _sass/variables/_layout.scss
|
70
73
|
- _sass/variables/_mixins.scss
|
71
74
|
- assets/audio/sample_song.mp3
|
75
|
+
- assets/img/300.png
|
76
|
+
- assets/img/600.png
|
72
77
|
- assets/img/Experimental-Glitches-Cover.png
|
73
78
|
- assets/img/YyY-Cover.png
|
74
79
|
- assets/img/android-chrome-192x192.png
|
@@ -86,6 +91,8 @@ files:
|
|
86
91
|
- assets/img/z-is-for-zero.png
|
87
92
|
- assets/styles/styles.scss
|
88
93
|
- pages/about.html
|
94
|
+
- pages/cookies.html
|
95
|
+
- pages/privacyPolicy.html
|
89
96
|
homepage: https://github.com/ItsMeaga1n/minimal-music-project
|
90
97
|
licenses:
|
91
98
|
- MIT
|
@@ -105,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
105
112
|
- !ruby/object:Gem::Version
|
106
113
|
version: '0'
|
107
114
|
requirements: []
|
108
|
-
rubygems_version: 3.1.
|
115
|
+
rubygems_version: 3.1.4
|
109
116
|
signing_key:
|
110
117
|
specification_version: 4
|
111
118
|
summary: minimal-music-project is a Jekyll theme for GitHub Pages
|