vibefolio 0.1.1 → 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: 18b54091eece8cedd37634b8f6928f0a90d3ca7311270189928b605e7a85b27b
4
- data.tar.gz: 3d49ac3e933470f603d608d391bfe9f5a1d071a71e886d425b2868c8ebc75850
3
+ metadata.gz: b6f2673d9443b87a63d68e5207d1880c7b07b9959c00f0ef5638acb55178896f
4
+ data.tar.gz: ff926477882071fb1056ea33cde3ecdb769a9d1b8441b051ecd60f3a3d1094f0
5
5
  SHA512:
6
- metadata.gz: 529bb3737278d57b76450aa62869fa597369f76bd98f8cb10cad356a014ea46fa0b64e3f0851ab7fc48ae4d7fdd0deba0b289906ab78441dfe9fbad33b813295
7
- data.tar.gz: 5b29d606472e12ddf7881686901868bb75b37dc25c54aefa31888da2bcc142f5007b7ea009b3758c44bb00d869ef9cdba1405a6c2269049fa35b5c47d34be14f
6
+ metadata.gz: a354f82e144de22c3bf761e247b27289875480e735acdcba79cae10ea2fd22256880ecb4bd5c5dc08fbc0d32be42658a9e9d67ae1579673daf8b1c4a19ad59c8
7
+ data.tar.gz: 4a1cd567715680615164928be8e34f045b6e6e4289b8d1247b1f2e458bdd6a243b454c0d759e3ee85b19bd1d2dcbc87a9c1fd0f2721e8215e0c296f5a5358c4b
data/README.md CHANGED
@@ -18,4 +18,4 @@ Vibefolio is a minimalist [Jekyll](https://jekyllrb.com) theme made for text-foc
18
18
  You can add the Javascript into the `home.html` [layout](https://jekyllrb.com/docs/layouts/) right above the `</body>` tag.
19
19
 
20
20
  ## Future Updates
21
- Vibefolio is currently in v0.1.0. I initially created this theme for my personal website, where I didn't need to build additional pages like blog posts, contact page, about page, etc. As I eventually update my personal website to add these features, I will update this repository as well. No concrete plans or timeline as of now.
21
+ Vibefolio is currently in v0.1.2. I initially created this theme for my personal website, where I didn't need to build additional pages like blog posts, contact page, about page, etc. As I eventually update my personal website to add these features, I will update this repository as well. No concrete plans or timeline as of now.
@@ -9,6 +9,5 @@
9
9
  <span class="year">{{ proj.yyyymm | slice: 0, 4 }}</span>
10
10
  </a>
11
11
  </li>
12
- <br><br>
13
12
  {% endfor %}
14
13
  </ul>
data/assets/css/style.css CHANGED
@@ -5,8 +5,15 @@ body {
5
5
  }
6
6
 
7
7
  .container {
8
- margin: 0 auto;
9
- width: 560px;
8
+ margin: auto;
9
+ padding: 3em 1em;
10
+ max-width: 60ch;
11
+ line-height: 2;
12
+ font-size: 1em;
13
+ }
14
+
15
+ p {
16
+ color: #1d1d1d;
10
17
  }
11
18
 
12
19
  a {
@@ -15,8 +22,7 @@ a {
15
22
  }
16
23
 
17
24
  header {
18
- margin-bottom: 10%;
19
- padding-top: 5%;
25
+ margin-bottom: 3em;
20
26
  display: flex;
21
27
  }
22
28
 
@@ -60,19 +66,18 @@ header table {
60
66
  margin-bottom: 10%;
61
67
  }
62
68
 
63
- p {
64
- line-height: 2em;
65
- }
66
-
67
69
  ul.projects {
68
70
  width: 100%;
69
71
  padding: 0;
70
72
  list-style-type: none;
71
73
  }
72
74
 
75
+ ul.projects li {
76
+ padding: 0 0 3em 0;
77
+ }
78
+
73
79
  ul.projects li a span.desc {
74
80
  float:left;
75
- border-bottom: 1px solid #F92C85;
76
81
  }
77
82
 
78
83
  ul.projects li a span.year {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vibefolio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dheer Toprani
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-01-03 00:00:00.000000000 Z
11
+ date: 2022-01-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll