jekyll-dewey-decimal 0.1.2 → 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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "jekyll-dewey-decimal"
5
- spec.version = "0.1.2"
5
+ spec.version = "0.1.3"
6
6
  spec.authors = ["Revati Tambe"]
7
7
  spec.email = ["109561627+djarty24@users.noreply.github.com"]
8
8
 
data/resume.md CHANGED
@@ -1,5 +1,3 @@
1
1
  ---
2
2
  layout: page
3
- permalink: /resume
4
- ---
5
- resume
3
+ ---
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.2
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-03 00:00:00.000000000 Z
11
+ date: 2023-12-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -50,28 +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.0.gem
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.0.gem
70
- - jekyll-dewey-decimal-0.1.1.gem
71
+ - jekyll-dewey-decimal-0.1.2.gem
71
72
  - jekyll-dewey-decimal.gemspec
72
- - profile.png
73
73
  - resume.md
74
- - screenshot.png
75
74
  homepage: https://github.com/djarty24/jekyll-dewey-decimal
76
75
  licenses:
77
76
  - MIT
@@ -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
Binary file
data/profile.png DELETED
Binary file
File without changes
File without changes
File without changes