jekyll-dewey-decimal 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d758e90f3e75745468b14718af6ad742e0e65ad414c527fd3fd524710f59256b
4
- data.tar.gz: 44c78ec7621254a30e6aa1c8d432c550bf40374f049528a4013f8c8a41f1e9d7
3
+ metadata.gz: 043bf2a281b287945044d6b8292a90153b3e42311f4904402de1a82ac01e3c56
4
+ data.tar.gz: 1cdb2337972ab9033933828c9a136a7b7b51f3b9191988d48e728c47183b7b1d
5
5
  SHA512:
6
- metadata.gz: 15580cd83b7118b7755f0d33765f91d0bd5f03e1b21184c26b4bdd4c409e9b676ea13bca11f5957796f725e565212b0ea29f8d772fc61cdde4a38fe8b4cbfcfa
7
- data.tar.gz: 36bdb665eb9206c47fd24da424f6e84294ea763db1e357a581161d5b286e89c49e5f6049ae1a73903fb9678ad1c5afcecb2d97709943f7a145c43050d88681f0
6
+ metadata.gz: 1db35f81aba43e4a80b20e67465f5f907079bf6d13fa0e20eed1869333af8b506f87b5c59071d05e65cf1f292aa965fbf156fa51a3210d2d5e4529a5bba35050
7
+ data.tar.gz: ba6bbe9e80c4b84e95b5a43da8908aabddcd0016edc258086d10499649a302bbf910dd9ecdc1a7b0bca21f929c098eb11157e8a84d9d71e3d151294df4c60a0c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- jekyll-dewey-decimal (0.1.0)
4
+ jekyll-dewey-decimal (0.1.1)
5
5
  jekyll (~> 4.3)
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -47,15 +47,16 @@ There are 3 layouts; `page`, `post`, and `home` (home acts as the front page blo
47
47
 
48
48
  To modify set parameters, you need to modify the `_config.yml` `title` and `url`.
49
49
 
50
- Additionally, you need to add the following parameters to edit the author name and email.
50
+ Additionally, you need to add the following parameters to edit the author name and email. You should also add your github profile.
51
51
 
52
52
  ```yaml
53
53
  author:
54
54
  name: Your name
55
55
  email: Your email
56
+ github: Your github profile url
56
57
  ```
57
58
 
58
- To add your resume, favicon, and a custom profile photo, simply copy them into the root folder with the names `resume.pdf`, `favicon.ico`, and `profile.png`.
59
+ To add your favicon, and to add a custom profile photo, simply copy them into the root folder with the names `favicon.ico`, and `profile.png`.
59
60
 
60
61
  ## License
61
62
 
data/_config.yml CHANGED
@@ -3,6 +3,7 @@ description: SITE_DESCRIPTION
3
3
  author:
4
4
  name: AUTHOR_NAME
5
5
  email: EMAIL@EXAMPLE.COM
6
+ github: GITHUB_PAGE_URL
6
7
  copyright_year: YEAR
7
8
 
8
9
  markdown: kramdown
@@ -1,6 +1,6 @@
1
1
  <footer class="footer">
2
2
  <p class="copyright">
3
3
  &copy; {{ site.copyright_year }}.
4
- Made with ♡ by <a href="mailto:{{ site.author.email }}" class="hard-anchor" title="mailto">{{ site.author.name }}</a> All rights reserved.
4
+ Made with ♡ by <a href="{{ site.author.github }}" class="hard-anchor" title="mailto">{{ site.author.name }}</a> All rights reserved.
5
5
  </p>
6
6
  </footer>
@@ -20,8 +20,8 @@
20
20
  <li><a href="{{ '/' | relative_url }}">{{ site.title }}</a></li>
21
21
  </ul>
22
22
  <ul class="nav-right">
23
- <li><a href="{{ '/about' | relative_url }}" style="padding-left: 20px;">About</a></li>
24
- <li><a href="/resume.pdf" target="_blank" style="padding-left: 20px;">Resumé</a></li>
25
- <li><a href="{{ '/contact' | relative_url }}" style="padding-left: 20px;">Contact</a></li>
23
+ <li><a href="/about" style="padding-left: 20px;">About</a></li>
24
+ <li><a href="/resume" style="padding-left: 20px;">Resumé</a></li>
25
+ <li><a href="/contact" style="padding-left: 20px;">Contact</a></li>
26
26
  </ul>
27
27
  </div>
@@ -38,7 +38,7 @@
38
38
  </ul>
39
39
  <ul class="nav-right">
40
40
  <li><a href="/about" style="padding-left: 20px;">About</a></li>
41
- <li><a href="/resume.pdf" target="_blank" style="padding-left: 20px;">Resumé</a></li>
41
+ <li><a href="/resume" style="padding-left: 20px;">Resumé</a></li>
42
42
  <li><a href="/contact" style="padding-left: 20px;">Contact</a></li>
43
43
  </ul>
44
44
  </div>
@@ -77,7 +77,7 @@
77
77
  <footer class="footer">
78
78
  <p class="copyright">
79
79
  &copy; YEAR.
80
- Made with ♡ by <a href="mailto:EMAIL@EXAMPLE.COM" class="hard-anchor" title="mailto">AUTHOR_NAME</a> All rights reserved.
80
+ Made with ♡ by <a href="" class="hard-anchor" title="mailto">AUTHOR_NAME</a> All rights reserved.
81
81
  </p>
82
82
  </footer>
83
83
  </div>
@@ -38,7 +38,7 @@
38
38
  </ul>
39
39
  <ul class="nav-right">
40
40
  <li><a href="/about" style="padding-left: 20px;">About</a></li>
41
- <li><a href="/resume.pdf" target="_blank" style="padding-left: 20px;">Resumé</a></li>
41
+ <li><a href="/resume" style="padding-left: 20px;">Resumé</a></li>
42
42
  <li><a href="/contact" style="padding-left: 20px;">Contact</a></li>
43
43
  </ul>
44
44
  </div>
@@ -90,7 +90,7 @@
90
90
  <footer class="footer">
91
91
  <p class="copyright">
92
92
  &copy; YEAR.
93
- Made with ♡ by <a href="mailto:EMAIL@EXAMPLE.COM" class="hard-anchor" title="mailto">AUTHOR_NAME</a> All rights reserved.
93
+ Made with ♡ by <a href="" class="hard-anchor" title="mailto">AUTHOR_NAME</a> All rights reserved.
94
94
  </p>
95
95
  </footer>
96
96
  </div>
data/_site/README.md CHANGED
@@ -47,15 +47,16 @@ There are 3 layouts; `page`, `post`, and `home` (home acts as the front page blo
47
47
 
48
48
  To modify set parameters, you need to modify the `_config.yml` `title` and `url`.
49
49
 
50
- Additionally, you need to add the following parameters to edit the author name and email.
50
+ Additionally, you need to add the following parameters to edit the author name and email. You should also add your github profile.
51
51
 
52
52
  ```yaml
53
53
  author:
54
54
  name: Your name
55
55
  email: Your email
56
+ github: Your github profile url
56
57
  ```
57
58
 
58
- To add your resume, favicon, and a custom profile photo, simply copy them into the root folder with the names `resume.pdf`, `favicon.ico`, and `profile.png`.
59
+ To add your favicon, and to add a custom profile photo, simply copy them into the root folder with the names `favicon.ico`, and `profile.png`.
59
60
 
60
61
  ## License
61
62
 
data/_site/about.html CHANGED
@@ -38,7 +38,7 @@
38
38
  </ul>
39
39
  <ul class="nav-right">
40
40
  <li><a href="/about" style="padding-left: 20px;">About</a></li>
41
- <li><a href="/resume.pdf" target="_blank" style="padding-left: 20px;">Resumé</a></li>
41
+ <li><a href="/resume" style="padding-left: 20px;">Resumé</a></li>
42
42
  <li><a href="/contact" style="padding-left: 20px;">Contact</a></li>
43
43
  </ul>
44
44
  </div>
@@ -48,7 +48,7 @@
48
48
  <footer class="footer">
49
49
  <p class="copyright">
50
50
  &copy; YEAR.
51
- Made with ♡ by <a href="mailto:EMAIL@EXAMPLE.COM" class="hard-anchor" title="mailto">AUTHOR_NAME</a> All rights reserved.
51
+ Made with ♡ by <a href="" class="hard-anchor" title="mailto">AUTHOR_NAME</a> All rights reserved.
52
52
  </p>
53
53
  </footer>
54
54
  </div>
data/_site/contact.html CHANGED
@@ -38,7 +38,7 @@
38
38
  </ul>
39
39
  <ul class="nav-right">
40
40
  <li><a href="/about" style="padding-left: 20px;">About</a></li>
41
- <li><a href="/resume.pdf" target="_blank" style="padding-left: 20px;">Resumé</a></li>
41
+ <li><a href="/resume" style="padding-left: 20px;">Resumé</a></li>
42
42
  <li><a href="/contact" style="padding-left: 20px;">Contact</a></li>
43
43
  </ul>
44
44
  </div>
@@ -48,7 +48,7 @@
48
48
  <footer class="footer">
49
49
  <p class="copyright">
50
50
  &copy; YEAR.
51
- Made with ♡ by <a href="mailto:EMAIL@EXAMPLE.COM" class="hard-anchor" title="mailto">AUTHOR_NAME</a> All rights reserved.
51
+ Made with ♡ by <a href="" class="hard-anchor" title="mailto">AUTHOR_NAME</a> All rights reserved.
52
52
  </p>
53
53
  </footer>
54
54
  </div>
data/_site/index.html CHANGED
@@ -38,7 +38,7 @@
38
38
  </ul>
39
39
  <ul class="nav-right">
40
40
  <li><a href="/about" style="padding-left: 20px;">About</a></li>
41
- <li><a href="/resume.pdf" target="_blank" style="padding-left: 20px;">Resumé</a></li>
41
+ <li><a href="/resume" style="padding-left: 20px;">Resumé</a></li>
42
42
  <li><a href="/contact" style="padding-left: 20px;">Contact</a></li>
43
43
  </ul>
44
44
  </div>
@@ -68,7 +68,7 @@
68
68
  <footer class="footer">
69
69
  <p class="copyright">
70
70
  &copy; YEAR.
71
- Made with ♡ by <a href="mailto:EMAIL@EXAMPLE.COM" class="hard-anchor" title="mailto">AUTHOR_NAME</a> All rights reserved.
71
+ Made with ♡ by <a href="" class="hard-anchor" title="mailto">AUTHOR_NAME</a> All rights reserved.
72
72
  </p>
73
73
  </footer>
74
74
  </div>
@@ -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.0"
5
+ spec.version = "0.1.1"
6
6
  spec.authors = ["Revati Tambe"]
7
7
  spec.email = ["109561627+djarty24@users.noreply.github.com"]
8
8
 
data/_site/resume.html ADDED
@@ -0,0 +1,57 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <link rel="preconnect" href="https://fonts.googleapis.com">
7
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
8
+ <link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Inconsolata:wght@300;400;500;600;700&family=Outfit:wght@100;200;300;400;500;600;700&display=swap" rel="stylesheet">
9
+ <link rel="stylesheet" href="/assets/styles.css">
10
+ <link rel="stylesheet" href="/assets/syntax.css">
11
+ <link href="https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@1,700&family=Inconsolata:wght@300;400;500;600;700&family=Outfit:wght@100;200;300;400;500;600;700&display=swap" rel="stylesheet">
12
+ <link rel="icon" type="image/x-icon" href="/favicon.ico">
13
+ <title>SITE_TITLE</title>
14
+ </head>
15
+ <body>
16
+ <div class="container">
17
+ <div class="main-container">
18
+ <!-- <div class="header-container">
19
+ <nav>
20
+ <div class="nav-left">
21
+ <ul>
22
+ <li><a href="/">SITE_TITLE</a></li>
23
+ </ul>
24
+ </div>
25
+ <div class="nav-right">
26
+ <ul>
27
+ <li><a href="/about">About</a></li>
28
+ <li><a href="/resume.pdf" target="_blank">Resumé</a></li>
29
+ <li><a href="/contact">Contact</a></li>
30
+ </ul>
31
+ </div>
32
+ </nav>
33
+ </div> -->
34
+
35
+ <div class="header-container">
36
+ <ul class="nav-left">
37
+ <li><a href="/">SITE_TITLE</a></li>
38
+ </ul>
39
+ <ul class="nav-right">
40
+ <li><a href="/about" style="padding-left: 20px;">About</a></li>
41
+ <li><a href="/resume" style="padding-left: 20px;">Resumé</a></li>
42
+ <li><a href="/contact" style="padding-left: 20px;">Contact</a></li>
43
+ </ul>
44
+ </div>
45
+ <p>resume</p>
46
+
47
+
48
+ <footer class="footer">
49
+ <p class="copyright">
50
+ &copy; YEAR.
51
+ Made with ♡ by <a href="" class="hard-anchor" title="mailto">AUTHOR_NAME</a> All rights reserved.
52
+ </p>
53
+ </footer>
54
+ </div>
55
+ </div>
56
+ </body>
57
+ </html>
Binary file
@@ -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.0"
5
+ spec.version = "0.1.1"
6
6
  spec.authors = ["Revati Tambe"]
7
7
  spec.email = ["109561627+djarty24@users.noreply.github.com"]
8
8
 
data/resume.md ADDED
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: page
3
+ permalink: /resume
4
+ ---
5
+ resume
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.0
4
+ version: 0.1.1
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-02 00:00:00.000000000 Z
11
+ date: 2023-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -55,9 +55,10 @@ files:
55
55
  - _site/contact.html
56
56
  - _site/favicon.ico
57
57
  - _site/index.html
58
+ - _site/jekyll-dewey-decimal-0.1.0.gem
58
59
  - _site/jekyll-dewey-decimal.gemspec
59
60
  - _site/profile.png
60
- - _site/resume.pdf
61
+ - _site/resume.html
61
62
  - _site/screenshot.png
62
63
  - about.md
63
64
  - assets/styles.css
@@ -65,9 +66,10 @@ files:
65
66
  - contact.md
66
67
  - favicon.ico
67
68
  - index.md
69
+ - jekyll-dewey-decimal-0.1.0.gem
68
70
  - jekyll-dewey-decimal.gemspec
69
71
  - profile.png
70
- - resume.pdf
72
+ - resume.md
71
73
  - screenshot.png
72
74
  homepage: https://github.com/djarty24/jekyll-dewey-decimal
73
75
  licenses:
data/_site/resume.pdf DELETED
Binary file
data/resume.pdf DELETED
Binary file