popfolio 0.1.0 → 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/LICENSE.txt +0 -0
- data/README.md +0 -0
- data/_config.yml +0 -0
- data/_includes/footer.html +0 -0
- data/_includes/header.html +0 -0
- data/_includes/projects.html +0 -0
- data/_includes/skills.html +0 -0
- data/_includes/social.html +0 -0
- data/_layouts/default.html +0 -0
- data/_layouts/home.html +0 -0
- data/_layouts/page.html +0 -0
- data/_layouts/post.html +0 -0
- data/_sass/_base.scss +5 -5
- data/_sass/_layout.scss +3 -3
- data/_sass/custom-styles.scss +0 -0
- data/_sass/custom-variables.scss +0 -0
- data/_sass/popfolio.scss +0 -0
- data/_sass/skins/dark.scss +0 -0
- data/_sass/skins/light.scss +0 -0
- data/assets/avatar.png +0 -0
- data/assets/popfolio-skills-icons.svg +0 -0
- data/assets/popfolio-social-icons.svg +0 -0
- data/assets/projects/bootstrap-portfolio.png +0 -0
- data/assets/projects/diceroller.png +0 -0
- data/assets/projects/intouch.gif +0 -0
- data/assets/styles.scss +0 -0
- metadata +4 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 247f2b35bf1e8bc9f1b7d96225aab631b2fe2b776c3ad2086954d6a4e445210f
|
|
4
|
+
data.tar.gz: d82ab75d5a6d51ab251bba5ea095437e481f96e8903f7eada04f8f1608a4c3a7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae8a69206cb9aa8cd2a4089b2da96b7c2b835c342ca9620e0d1d4c7551a184bf8412c74307e298948ed125f8317b56fde24abba66cc65b61fb2444a37e17db85
|
|
7
|
+
data.tar.gz: 78fa21765488438b3fe2c9f77478633d5574cb8c18bee0ec6e6f01324dbad8a2ccbd78483fb755e2330a55abddbf51ba37e4abcc7675e1a98d883040332be4c9
|
data/LICENSE.txt
CHANGED
|
File without changes
|
data/README.md
CHANGED
|
File without changes
|
data/_config.yml
CHANGED
|
File without changes
|
data/_includes/footer.html
CHANGED
|
File without changes
|
data/_includes/header.html
CHANGED
|
File without changes
|
data/_includes/projects.html
CHANGED
|
File without changes
|
data/_includes/skills.html
CHANGED
|
File without changes
|
data/_includes/social.html
CHANGED
|
File without changes
|
data/_layouts/default.html
CHANGED
|
File without changes
|
data/_layouts/home.html
CHANGED
|
File without changes
|
data/_layouts/page.html
CHANGED
|
File without changes
|
data/_layouts/post.html
CHANGED
|
File without changes
|
data/_sass/_base.scss
CHANGED
|
@@ -62,7 +62,7 @@ ol,
|
|
|
62
62
|
dl,
|
|
63
63
|
figure,
|
|
64
64
|
%vertical-rhythm {
|
|
65
|
-
margin-bottom: $spacing-unit / 2;
|
|
65
|
+
margin-bottom: calc($spacing-unit / 2);
|
|
66
66
|
}
|
|
67
67
|
|
|
68
68
|
hr {
|
|
@@ -154,7 +154,7 @@ a {
|
|
|
154
154
|
blockquote {
|
|
155
155
|
color: $brand-color;
|
|
156
156
|
border-left: 4px solid $border-color-01;
|
|
157
|
-
padding-left: $spacing-unit / 2;
|
|
157
|
+
padding-left: calc($spacing-unit / 2);
|
|
158
158
|
@include relative-font-size(1.125);
|
|
159
159
|
font-style: italic;
|
|
160
160
|
|
|
@@ -212,8 +212,8 @@ pre {
|
|
|
212
212
|
max-width: calc(#{$content-width} - (#{$spacing-unit}));
|
|
213
213
|
margin-right: auto;
|
|
214
214
|
margin-left: auto;
|
|
215
|
-
padding-right: $spacing-unit / 2;
|
|
216
|
-
padding-left: $spacing-unit / 2;
|
|
215
|
+
padding-right: calc($spacing-unit / 2);
|
|
216
|
+
padding-left: calc($spacing-unit / 2);
|
|
217
217
|
@extend %clearfix;
|
|
218
218
|
|
|
219
219
|
@media screen and (min-width: $on-large) {
|
|
@@ -270,7 +270,7 @@ table {
|
|
|
270
270
|
}
|
|
271
271
|
th,
|
|
272
272
|
td {
|
|
273
|
-
padding: ($spacing-unit / 3) ($spacing-unit / 2);
|
|
273
|
+
padding: calc($spacing-unit / 3) calc($spacing-unit / 2);
|
|
274
274
|
}
|
|
275
275
|
th {
|
|
276
276
|
background-color: $table-header-bg-color;
|
data/_sass/_layout.scss
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
.site-nav {
|
|
44
44
|
position: absolute;
|
|
45
45
|
top: 9px;
|
|
46
|
-
right: $spacing-unit / 2;
|
|
46
|
+
right: calc($spacing-unit / 2);
|
|
47
47
|
background-color: $background-color;
|
|
48
48
|
border: 1px solid $border-color-01;
|
|
49
49
|
border-radius: 5px;
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
}
|
|
374
374
|
a {
|
|
375
375
|
display: block;
|
|
376
|
-
padding: $spacing-unit / 4;
|
|
376
|
+
padding: calc($spacing-unit / 4);
|
|
377
377
|
// border: 1px solid $border-color-01;
|
|
378
378
|
&:hover {
|
|
379
379
|
border-color: $border-color-02;
|
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
}
|
|
451
451
|
div {
|
|
452
452
|
display: block;
|
|
453
|
-
padding: $spacing-unit / 4;
|
|
453
|
+
padding: calc($spacing-unit / 4);
|
|
454
454
|
border: 1px solid transparent;
|
|
455
455
|
|
|
456
456
|
&.pager-edge {
|
data/_sass/custom-styles.scss
CHANGED
|
File without changes
|
data/_sass/custom-variables.scss
CHANGED
|
File without changes
|
data/_sass/popfolio.scss
CHANGED
|
File without changes
|
data/_sass/skins/dark.scss
CHANGED
|
File without changes
|
data/_sass/skins/light.scss
CHANGED
|
File without changes
|
data/assets/avatar.png
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
data/assets/projects/intouch.gif
CHANGED
|
File without changes
|
data/assets/styles.scss
CHANGED
|
File without changes
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: popfolio
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Matt Shultz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2023-04-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -71,7 +71,7 @@ files:
|
|
|
71
71
|
- assets/projects/diceroller.png
|
|
72
72
|
- assets/projects/intouch.gif
|
|
73
73
|
- assets/styles.scss
|
|
74
|
-
homepage: https://
|
|
74
|
+
homepage: https://github.com/AstroMash/popfolio
|
|
75
75
|
licenses:
|
|
76
76
|
- MIT
|
|
77
77
|
metadata: {}
|
|
@@ -90,8 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
90
90
|
- !ruby/object:Gem::Version
|
|
91
91
|
version: '0'
|
|
92
92
|
requirements: []
|
|
93
|
-
|
|
94
|
-
rubygems_version: 2.7.6.2
|
|
93
|
+
rubygems_version: 3.4.1
|
|
95
94
|
signing_key:
|
|
96
95
|
specification_version: 4
|
|
97
96
|
summary: Simple, minimal portfolio theme for Jekyll sites
|