popfolio 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b37f73be178176f20a51090e26bb82507a7bf8e7d53ff492a64685508dcab3c7
4
- data.tar.gz: 5feb1ba3749c44fdef3091fa72a3124f6db9d13fed1b6311ac11af7b31ebf002
3
+ metadata.gz: 247f2b35bf1e8bc9f1b7d96225aab631b2fe2b776c3ad2086954d6a4e445210f
4
+ data.tar.gz: d82ab75d5a6d51ab251bba5ea095437e481f96e8903f7eada04f8f1608a4c3a7
5
5
  SHA512:
6
- metadata.gz: 1e987f88e501bba311b5fe8980348e78632eacec07f57a778cca7b2f06af7a00f1a0c726001d2a29637decd7a19a51e7be6d113e8fc67fb140418bfc396c8112
7
- data.tar.gz: 40dcb2a7d664436d76fa0acd00e92914c3c49b6b243cf22af79592a0667697157a9c94c8c76b0907db64b66bb66549af0879f7f73f9db3d0730320813c125aba
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
File without changes
File without changes
File without changes
File without changes
File without changes
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 {
File without changes
File without changes
data/_sass/popfolio.scss CHANGED
File without changes
File without changes
File without changes
data/assets/avatar.png CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
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.0
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: 2020-10-12 00:00:00.000000000 Z
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://shultz.dev
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
- rubyforge_project:
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