jekyll-dewey-decimal 0.1.0 → 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/Gemfile.lock +1 -1
- data/README.md +3 -2
- data/_config.yml +1 -0
- data/_includes/footer.html +1 -1
- data/_includes/header.html +3 -3
- data/_site/2023/10/12/file-1.html +2 -2
- data/_site/2023/10/13/file-2.html +2 -2
- data/_site/README.md +3 -2
- data/_site/about.html +2 -2
- data/_site/contact.html +2 -2
- data/_site/index.html +2 -2
- data/_site/jekyll-dewey-decimal-0.1.0.gem +0 -0
- data/_site/jekyll-dewey-decimal.gemspec +1 -1
- data/_site/resume.html +57 -0
- data/jekyll-dewey-decimal-0.1.0.gem +0 -0
- data/jekyll-dewey-decimal-0.1.1.gem +0 -0
- data/jekyll-dewey-decimal.gemspec +1 -1
- data/resume.md +5 -0
- metadata +7 -4
- data/_site/resume.pdf +0 -0
- data/resume.pdf +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 58ed1b24029ad19ed1752489927dd3d94ddd6bb572297453556f355564bf6f72
|
4
|
+
data.tar.gz: a1d5dd50d2ee3ecabb94b595e1eaa5401d656ab3d278ac7705266bbec8e00dc7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 12be3f2791eb87a19fa868c6c87660ab3bc86bfb8677f7bf6db999e1dc4ea9044bba97094a8d9a435877bae8d66bad748723d44308a7da77ca87756b0d8a6286
|
7
|
+
data.tar.gz: 96a7c9b9aa6666a872bc197ab730fdd735749cd9237cd4d10b45a72af0001c500b1ee980cd595ee9e6a256570c71b836819fc64182b7de8fc9a34ec67c9b4536
|
data/Gemfile.lock
CHANGED
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
|
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
data/_includes/footer.html
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
<footer class="footer">
|
2
2
|
<p class="copyright">
|
3
3
|
© {{ site.copyright_year }}.
|
4
|
-
Made with ♡ by <a href="
|
4
|
+
Made with ♡ by <a href="{{ site.author.github }}" class="hard-anchor" target="_blank">{{ site.author.name }}</a> All rights reserved.
|
5
5
|
</p>
|
6
6
|
</footer>
|
data/_includes/header.html
CHANGED
@@ -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="
|
24
|
-
<li><a href="/resume.
|
25
|
-
<li><a href="
|
23
|
+
<li><a href="/about.html" style="padding-left: 20px;">About</a></li>
|
24
|
+
<li><a href="/resume.html" style="padding-left: 20px;">Resumé</a></li>
|
25
|
+
<li><a href="/contact.html" 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
|
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
|
© YEAR.
|
80
|
-
Made with ♡ by <a href="
|
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
|
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
|
© YEAR.
|
93
|
-
Made with ♡ by <a href="
|
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
|
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
|
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
|
© YEAR.
|
51
|
-
Made with ♡ by <a href="
|
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
|
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
|
© YEAR.
|
51
|
-
Made with ♡ by <a href="
|
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
|
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
|
© YEAR.
|
71
|
-
Made with ♡ by <a href="
|
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>
|
Binary file
|
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
|
+
© 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
|
Binary file
|
data/resume.md
ADDED
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.2
|
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-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.
|
61
|
+
- _site/resume.html
|
61
62
|
- _site/screenshot.png
|
62
63
|
- about.md
|
63
64
|
- assets/styles.css
|
@@ -65,9 +66,11 @@ files:
|
|
65
66
|
- contact.md
|
66
67
|
- favicon.ico
|
67
68
|
- index.md
|
69
|
+
- jekyll-dewey-decimal-0.1.0.gem
|
70
|
+
- jekyll-dewey-decimal-0.1.1.gem
|
68
71
|
- jekyll-dewey-decimal.gemspec
|
69
72
|
- profile.png
|
70
|
-
- resume.
|
73
|
+
- resume.md
|
71
74
|
- screenshot.png
|
72
75
|
homepage: https://github.com/djarty24/jekyll-dewey-decimal
|
73
76
|
licenses:
|
data/_site/resume.pdf
DELETED
Binary file
|
data/resume.pdf
DELETED
Binary file
|