jekyll-dewey-decimal 0.1.1 → 0.1.3
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/Gemfile.lock +4 -1
- data/README.md +1 -1
- data/_config.yml +3 -2
- data/_includes/footer.html +1 -1
- data/_includes/header.html +27 -25
- data/_includes/post-list.html +3 -3
- data/_layouts/default.html +7 -8
- data/_layouts/home.html +6 -6
- data/_posts/2023-10-12-file-1.md +1 -1
- data/_posts/2023-10-13-file-2.md +2 -2
- data/_site/2023/10/12/file-1.html +54 -35
- data/_site/2023/10/13/file-2.html +55 -36
- data/_site/README.md +1 -1
- data/_site/about.html +53 -34
- data/_site/assets/css/styles.css +151 -0
- data/_site/assets/img/profile.png +0 -0
- data/_site/contact.html +53 -34
- data/_site/index.html +64 -44
- data/_site/jekyll-dewey-decimal-0.1.2.gem +0 -0
- data/_site/jekyll-dewey-decimal.gemspec +1 -1
- data/_site/resume.html +53 -34
- data/assets/css/styles.css +151 -0
- data/assets/img/profile.png +0 -0
- data/jekyll-dewey-decimal-0.1.2.gem +0 -0
- data/jekyll-dewey-decimal.gemspec +1 -1
- data/resume.md +1 -3
- metadata +12 -12
- data/_site/assets/styles.css +0 -127
- data/_site/jekyll-dewey-decimal-0.1.0.gem +0 -0
- data/_site/profile.png +0 -0
- data/assets/styles.css +0 -127
- data/jekyll-dewey-decimal-0.1.0.gem +0 -0
- data/profile.png +0 -0
- /data/_site/assets/{syntax.css → css/syntax.css} +0 -0
- /data/_site/{screenshot.png → assets/img/screenshot.png} +0 -0
- /data/assets/{syntax.css → css/syntax.css} +0 -0
- /data/{screenshot.png → assets/img/screenshot.png} +0 -0
data/resume.md
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-dewey-decimal
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Revati Tambe
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-12-
|
11
|
+
date: 2023-12-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -50,27 +50,27 @@ files:
|
|
50
50
|
- _site/LICENSE.txt
|
51
51
|
- _site/README.md
|
52
52
|
- _site/about.html
|
53
|
-
- _site/assets/styles.css
|
54
|
-
- _site/assets/syntax.css
|
53
|
+
- _site/assets/css/styles.css
|
54
|
+
- _site/assets/css/syntax.css
|
55
|
+
- _site/assets/img/profile.png
|
56
|
+
- _site/assets/img/screenshot.png
|
55
57
|
- _site/contact.html
|
56
58
|
- _site/favicon.ico
|
57
59
|
- _site/index.html
|
58
|
-
- _site/jekyll-dewey-decimal-0.1.
|
60
|
+
- _site/jekyll-dewey-decimal-0.1.2.gem
|
59
61
|
- _site/jekyll-dewey-decimal.gemspec
|
60
|
-
- _site/profile.png
|
61
62
|
- _site/resume.html
|
62
|
-
- _site/screenshot.png
|
63
63
|
- about.md
|
64
|
-
- assets/styles.css
|
65
|
-
- assets/syntax.css
|
64
|
+
- assets/css/styles.css
|
65
|
+
- assets/css/syntax.css
|
66
|
+
- assets/img/profile.png
|
67
|
+
- assets/img/screenshot.png
|
66
68
|
- contact.md
|
67
69
|
- favicon.ico
|
68
70
|
- index.md
|
69
|
-
- jekyll-dewey-decimal-0.1.
|
71
|
+
- jekyll-dewey-decimal-0.1.2.gem
|
70
72
|
- jekyll-dewey-decimal.gemspec
|
71
|
-
- profile.png
|
72
73
|
- resume.md
|
73
|
-
- screenshot.png
|
74
74
|
homepage: https://github.com/djarty24/jekyll-dewey-decimal
|
75
75
|
licenses:
|
76
76
|
- MIT
|
data/_site/assets/styles.css
DELETED
@@ -1,127 +0,0 @@
|
|
1
|
-
*{
|
2
|
-
font-family: 'EB Garamond', serif;
|
3
|
-
font-family: 'Inconsolata', monospace;
|
4
|
-
}
|
5
|
-
|
6
|
-
.container{
|
7
|
-
margin-left: 25%;
|
8
|
-
margin-right: 25%;
|
9
|
-
}
|
10
|
-
|
11
|
-
.header-container{
|
12
|
-
padding-top: 20px;
|
13
|
-
font-size: 17px;
|
14
|
-
display: flex;
|
15
|
-
justify-content: space-between;
|
16
|
-
padding-bottom: 20px;
|
17
|
-
}
|
18
|
-
|
19
|
-
.header-container ul{
|
20
|
-
margin-left: 0;
|
21
|
-
padding: 0;
|
22
|
-
list-style-type: none;
|
23
|
-
}
|
24
|
-
|
25
|
-
.header-container ul li{
|
26
|
-
display: inline-block;
|
27
|
-
}
|
28
|
-
|
29
|
-
.header-container ul li a{
|
30
|
-
color: #000000;
|
31
|
-
display: block;
|
32
|
-
text-decoration: none;
|
33
|
-
}
|
34
|
-
|
35
|
-
.header-container ul li a:hover{
|
36
|
-
color: #696969;
|
37
|
-
}
|
38
|
-
|
39
|
-
.profile-container {
|
40
|
-
padding-top: 20px;
|
41
|
-
padding-bottom: 20px;
|
42
|
-
text-align: center;
|
43
|
-
}
|
44
|
-
|
45
|
-
.profile-container img{
|
46
|
-
display: block;
|
47
|
-
margin-left: auto;
|
48
|
-
margin-right: auto;
|
49
|
-
width: 13%;
|
50
|
-
}
|
51
|
-
|
52
|
-
.profile-container h2{
|
53
|
-
font-size: 17px;
|
54
|
-
font-weight: 600;
|
55
|
-
}
|
56
|
-
|
57
|
-
.profile-container h3{
|
58
|
-
font-style: italic;
|
59
|
-
font-size: 15px;
|
60
|
-
font-weight: 400;
|
61
|
-
}
|
62
|
-
|
63
|
-
.post-list-container h2{
|
64
|
-
font-size: 17px;
|
65
|
-
font-weight: 600;
|
66
|
-
}
|
67
|
-
|
68
|
-
.post-list-container .posts-list{
|
69
|
-
margin: 0;
|
70
|
-
padding: 0;
|
71
|
-
font-size: 17px;
|
72
|
-
}
|
73
|
-
|
74
|
-
.post-list-container .posts-list li{
|
75
|
-
padding-top: 5px;
|
76
|
-
padding-bottom: 5px;
|
77
|
-
list-style-type: none;
|
78
|
-
}
|
79
|
-
|
80
|
-
.post-list-container .posts-list li:hover{
|
81
|
-
background-color: #B9E7FA;
|
82
|
-
}
|
83
|
-
|
84
|
-
.post-list-container .posts-list li a{
|
85
|
-
color: #000000;
|
86
|
-
text-decoration: none;
|
87
|
-
}
|
88
|
-
|
89
|
-
.post-wrapper .post-content h1{
|
90
|
-
font-weight: 600;
|
91
|
-
}
|
92
|
-
|
93
|
-
.post-wrapper .post-content .post-tags{
|
94
|
-
padding-top: 20px;
|
95
|
-
}
|
96
|
-
|
97
|
-
.post-wrapper .post-content .post-tags a{
|
98
|
-
padding-left: 5px;
|
99
|
-
padding-right: 5px;
|
100
|
-
text-decoration: none;
|
101
|
-
background-color: #B9E7FA;
|
102
|
-
color: #000000;
|
103
|
-
}
|
104
|
-
|
105
|
-
.backwards-link a{
|
106
|
-
text-decoration: none;
|
107
|
-
color: #000000;
|
108
|
-
}
|
109
|
-
|
110
|
-
.backwards-link a:hover{
|
111
|
-
text-decoration: none;
|
112
|
-
color: #696969;
|
113
|
-
}
|
114
|
-
|
115
|
-
.footer{
|
116
|
-
padding-top: 20px;
|
117
|
-
font-size: 14px;
|
118
|
-
}
|
119
|
-
|
120
|
-
.footer a{
|
121
|
-
color: #33B8EE;
|
122
|
-
text-decoration: none;
|
123
|
-
}
|
124
|
-
|
125
|
-
.footer a:hover{
|
126
|
-
color: #696969;
|
127
|
-
}
|
Binary file
|
data/_site/profile.png
DELETED
Binary file
|
data/assets/styles.css
DELETED
@@ -1,127 +0,0 @@
|
|
1
|
-
*{
|
2
|
-
font-family: 'EB Garamond', serif;
|
3
|
-
font-family: 'Inconsolata', monospace;
|
4
|
-
}
|
5
|
-
|
6
|
-
.container{
|
7
|
-
margin-left: 25%;
|
8
|
-
margin-right: 25%;
|
9
|
-
}
|
10
|
-
|
11
|
-
.header-container{
|
12
|
-
padding-top: 20px;
|
13
|
-
font-size: 17px;
|
14
|
-
display: flex;
|
15
|
-
justify-content: space-between;
|
16
|
-
padding-bottom: 20px;
|
17
|
-
}
|
18
|
-
|
19
|
-
.header-container ul{
|
20
|
-
margin-left: 0;
|
21
|
-
padding: 0;
|
22
|
-
list-style-type: none;
|
23
|
-
}
|
24
|
-
|
25
|
-
.header-container ul li{
|
26
|
-
display: inline-block;
|
27
|
-
}
|
28
|
-
|
29
|
-
.header-container ul li a{
|
30
|
-
color: #000000;
|
31
|
-
display: block;
|
32
|
-
text-decoration: none;
|
33
|
-
}
|
34
|
-
|
35
|
-
.header-container ul li a:hover{
|
36
|
-
color: #696969;
|
37
|
-
}
|
38
|
-
|
39
|
-
.profile-container {
|
40
|
-
padding-top: 20px;
|
41
|
-
padding-bottom: 20px;
|
42
|
-
text-align: center;
|
43
|
-
}
|
44
|
-
|
45
|
-
.profile-container img{
|
46
|
-
display: block;
|
47
|
-
margin-left: auto;
|
48
|
-
margin-right: auto;
|
49
|
-
width: 13%;
|
50
|
-
}
|
51
|
-
|
52
|
-
.profile-container h2{
|
53
|
-
font-size: 17px;
|
54
|
-
font-weight: 600;
|
55
|
-
}
|
56
|
-
|
57
|
-
.profile-container h3{
|
58
|
-
font-style: italic;
|
59
|
-
font-size: 15px;
|
60
|
-
font-weight: 400;
|
61
|
-
}
|
62
|
-
|
63
|
-
.post-list-container h2{
|
64
|
-
font-size: 17px;
|
65
|
-
font-weight: 600;
|
66
|
-
}
|
67
|
-
|
68
|
-
.post-list-container .posts-list{
|
69
|
-
margin: 0;
|
70
|
-
padding: 0;
|
71
|
-
font-size: 17px;
|
72
|
-
}
|
73
|
-
|
74
|
-
.post-list-container .posts-list li{
|
75
|
-
padding-top: 5px;
|
76
|
-
padding-bottom: 5px;
|
77
|
-
list-style-type: none;
|
78
|
-
}
|
79
|
-
|
80
|
-
.post-list-container .posts-list li:hover{
|
81
|
-
background-color: #B9E7FA;
|
82
|
-
}
|
83
|
-
|
84
|
-
.post-list-container .posts-list li a{
|
85
|
-
color: #000000;
|
86
|
-
text-decoration: none;
|
87
|
-
}
|
88
|
-
|
89
|
-
.post-wrapper .post-content h1{
|
90
|
-
font-weight: 600;
|
91
|
-
}
|
92
|
-
|
93
|
-
.post-wrapper .post-content .post-tags{
|
94
|
-
padding-top: 20px;
|
95
|
-
}
|
96
|
-
|
97
|
-
.post-wrapper .post-content .post-tags a{
|
98
|
-
padding-left: 5px;
|
99
|
-
padding-right: 5px;
|
100
|
-
text-decoration: none;
|
101
|
-
background-color: #B9E7FA;
|
102
|
-
color: #000000;
|
103
|
-
}
|
104
|
-
|
105
|
-
.backwards-link a{
|
106
|
-
text-decoration: none;
|
107
|
-
color: #000000;
|
108
|
-
}
|
109
|
-
|
110
|
-
.backwards-link a:hover{
|
111
|
-
text-decoration: none;
|
112
|
-
color: #696969;
|
113
|
-
}
|
114
|
-
|
115
|
-
.footer{
|
116
|
-
padding-top: 20px;
|
117
|
-
font-size: 14px;
|
118
|
-
}
|
119
|
-
|
120
|
-
.footer a{
|
121
|
-
color: #33B8EE;
|
122
|
-
text-decoration: none;
|
123
|
-
}
|
124
|
-
|
125
|
-
.footer a:hover{
|
126
|
-
color: #696969;
|
127
|
-
}
|
Binary file
|
data/profile.png
DELETED
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|