vibefolio 0.1.1 → 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/README.md +1 -1
- data/_includes/projects.html +0 -1
- data/assets/css/style.css +14 -9
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b6f2673d9443b87a63d68e5207d1880c7b07b9959c00f0ef5638acb55178896f
|
|
4
|
+
data.tar.gz: ff926477882071fb1056ea33cde3ecdb769a9d1b8441b051ecd60f3a3d1094f0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
data/_includes/projects.html
CHANGED
data/assets/css/style.css
CHANGED
|
@@ -5,8 +5,15 @@ body {
|
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
.container {
|
|
8
|
-
margin:
|
|
9
|
-
|
|
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:
|
|
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.
|
|
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-
|
|
11
|
+
date: 2022-01-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|