jekyll-simple-blue 0.4.0
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 +7 -0
- data/Gemfile +4 -0
- data/Gemfile.lock +76 -0
- data/LICENSE.txt +21 -0
- data/README.md +71 -0
- data/_config.yml +8 -0
- data/_includes/header.html +12 -0
- data/_layouts/home.html +35 -0
- data/_layouts/page.html +21 -0
- data/_layouts/post.html +15 -0
- data/_posts/2023-10-16-example-post-1.md +8 -0
- data/_posts/2023-10-17-example-post-2.md +8 -0
- data/_posts/2023-10-18-example-post-3.md +8 -0
- data/_site/LICENSE.txt +21 -0
- data/_site/README.md +71 -0
- data/_site/about.html +45 -0
- data/_site/assets/styles.css +128 -0
- data/_site/contact.html +40 -0
- data/_site/favicon.ico +0 -0
- data/_site/index.html +62 -0
- data/_site/jekyll/update/2023/10/17/example-post-1.html +44 -0
- data/_site/jekyll/update/2023/10/17/example-post-2.html +44 -0
- data/_site/jekyll/update/2023/10/18/example-post-3.html +44 -0
- data/_site/jekyll-simple-blue.gemspec +16 -0
- data/_site/resume.pdf +0 -0
- data/_site/screenshot.png +0 -0
- data/about.md +18 -0
- data/assets/styles.css +128 -0
- data/contact.md +11 -0
- data/favicon.ico +0 -0
- data/index.md +4 -0
- data/jekyll-simple-blue.gemspec +16 -0
- data/resume.pdf +0 -0
- data/screenshot.png +0 -0
- metadata +91 -0
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 9d767a9d5a3e3a4f6bf2d35be7353e68bc5175a13f20b694ee7de9dcb99ec213
|
4
|
+
data.tar.gz: f391bc4465d8ddd98aefd5a298b607a891a634ff58b5e0a1aa6dd72f37b934c0
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 306f89e80c5f59e1840d77fab14dc39eadbafe31330cf360fafae796265ccc7efc6328c87ccc3b73fc3326a31f5390c433898c25a35fa7967dbb1a83cb726ae6
|
7
|
+
data.tar.gz: 63e0207abea79462939039ba6c1feb10fb6f1c2c457c19128d3a3c4eb0ad4a3b058f25c7960e89c0ee77cc45f8dee48eb467f84876ff14c289c595378b82a609
|
data/Gemfile
ADDED
data/Gemfile.lock
ADDED
@@ -0,0 +1,76 @@
|
|
1
|
+
PATH
|
2
|
+
remote: .
|
3
|
+
specs:
|
4
|
+
jekyll-simple-blue (0.1.0)
|
5
|
+
jekyll (~> 4.3)
|
6
|
+
|
7
|
+
GEM
|
8
|
+
remote: https://rubygems.org/
|
9
|
+
specs:
|
10
|
+
addressable (2.8.5)
|
11
|
+
public_suffix (>= 2.0.2, < 6.0)
|
12
|
+
colorator (1.1.0)
|
13
|
+
concurrent-ruby (1.2.2)
|
14
|
+
em-websocket (0.5.3)
|
15
|
+
eventmachine (>= 0.12.9)
|
16
|
+
http_parser.rb (~> 0)
|
17
|
+
eventmachine (1.2.7)
|
18
|
+
ffi (1.16.3)
|
19
|
+
forwardable-extended (2.6.0)
|
20
|
+
google-protobuf (3.24.4-x86_64-darwin)
|
21
|
+
http_parser.rb (0.8.0)
|
22
|
+
i18n (1.14.1)
|
23
|
+
concurrent-ruby (~> 1.0)
|
24
|
+
jekyll (4.3.2)
|
25
|
+
addressable (~> 2.4)
|
26
|
+
colorator (~> 1.0)
|
27
|
+
em-websocket (~> 0.5)
|
28
|
+
i18n (~> 1.0)
|
29
|
+
jekyll-sass-converter (>= 2.0, < 4.0)
|
30
|
+
jekyll-watch (~> 2.0)
|
31
|
+
kramdown (~> 2.3, >= 2.3.1)
|
32
|
+
kramdown-parser-gfm (~> 1.0)
|
33
|
+
liquid (~> 4.0)
|
34
|
+
mercenary (>= 0.3.6, < 0.5)
|
35
|
+
pathutil (~> 0.9)
|
36
|
+
rouge (>= 3.0, < 5.0)
|
37
|
+
safe_yaml (~> 1.0)
|
38
|
+
terminal-table (>= 1.8, < 4.0)
|
39
|
+
webrick (~> 1.7)
|
40
|
+
jekyll-sass-converter (3.0.0)
|
41
|
+
sass-embedded (~> 1.54)
|
42
|
+
jekyll-watch (2.2.1)
|
43
|
+
listen (~> 3.0)
|
44
|
+
kramdown (2.4.0)
|
45
|
+
rexml
|
46
|
+
kramdown-parser-gfm (1.1.0)
|
47
|
+
kramdown (~> 2.0)
|
48
|
+
liquid (4.0.4)
|
49
|
+
listen (3.8.0)
|
50
|
+
rb-fsevent (~> 0.10, >= 0.10.3)
|
51
|
+
rb-inotify (~> 0.9, >= 0.9.10)
|
52
|
+
mercenary (0.4.0)
|
53
|
+
pathutil (0.16.2)
|
54
|
+
forwardable-extended (~> 2.6)
|
55
|
+
public_suffix (5.0.3)
|
56
|
+
rb-fsevent (0.11.2)
|
57
|
+
rb-inotify (0.10.1)
|
58
|
+
ffi (~> 1.0)
|
59
|
+
rexml (3.2.6)
|
60
|
+
rouge (4.1.3)
|
61
|
+
safe_yaml (1.0.5)
|
62
|
+
sass-embedded (1.69.4-x86_64-darwin)
|
63
|
+
google-protobuf (~> 3.23)
|
64
|
+
terminal-table (3.0.2)
|
65
|
+
unicode-display_width (>= 1.1.1, < 3)
|
66
|
+
unicode-display_width (2.5.0)
|
67
|
+
webrick (1.8.1)
|
68
|
+
|
69
|
+
PLATFORMS
|
70
|
+
x86_64-darwin-23
|
71
|
+
|
72
|
+
DEPENDENCIES
|
73
|
+
jekyll-simple-blue!
|
74
|
+
|
75
|
+
BUNDLED WITH
|
76
|
+
2.3.26
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2023 Revati Tambe
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/README.md
ADDED
@@ -0,0 +1,71 @@
|
|
1
|
+
# jekyll-simple-blue
|
2
|
+
|
3
|
+
⛅︎ A minimal, white-blue Jekyll theme, including about, resume, and contact pages.
|
4
|
+
|
5
|
+

|
6
|
+
|
7
|
+
## Contents
|
8
|
+
- [Installation](#installation)
|
9
|
+
- [Customizing](#customizing)
|
10
|
+
- [Page Layouts](#page-layouts)
|
11
|
+
- [Site Settings](#site-settings)
|
12
|
+
- [License](#license)
|
13
|
+
- [Credits](#credits)
|
14
|
+
## Installation
|
15
|
+
|
16
|
+
Add this line to your Jekyll site's `Gemfile`:
|
17
|
+
|
18
|
+
```ruby
|
19
|
+
gem "jekyll-simple-blue"
|
20
|
+
```
|
21
|
+
|
22
|
+
And add this line to your Jekyll site's `_config.yml`:
|
23
|
+
|
24
|
+
```yaml
|
25
|
+
theme: jekyll-simple-blue
|
26
|
+
```
|
27
|
+
|
28
|
+
And then execute:
|
29
|
+
|
30
|
+
$ bundle
|
31
|
+
|
32
|
+
Or install it yourself as:
|
33
|
+
|
34
|
+
$ gem install jekyll-simple-blue
|
35
|
+
|
36
|
+
## Customizing
|
37
|
+
|
38
|
+
Using simple-blue as a theme means you can take advantage of the file overriding method. This allows you to overwrite any file in this theme with your own custom file, by matching the file name and path. The most common example of this would be if you want to add your own styles or change the core style settings.
|
39
|
+
|
40
|
+
To add your own styles copy the [`styles.css`](https://github.com/djarty24/jekyll-simple-blue/raw/main/assets/styles.css) into your own project with the same file path (`assets/styles.css`). From there you can add your own styles, and modify or even remove existing ones.
|
41
|
+
|
42
|
+
## Page-Layouts
|
43
|
+
|
44
|
+
There are 3 layouts; `page`, `post`, and `home` (home acts as the font page blog).
|
45
|
+
|
46
|
+
## Site-Settings
|
47
|
+
|
48
|
+
To modify set parameters, you need to modify the `_config.yml` `title` and `url`.
|
49
|
+
|
50
|
+
Additionally, you need to add the following parameters to edit the author name, email, and optionall, the file path to your resume:
|
51
|
+
|
52
|
+
```yaml
|
53
|
+
author:
|
54
|
+
name: Your name
|
55
|
+
email: Your email
|
56
|
+
```
|
57
|
+
|
58
|
+
To add your resume and favicon, simply copy ithemt into the root folder with the names `resume.pdf` and `favicon.ico`. If you'd like custom names, you will have to modify the `_config.yml` file:
|
59
|
+
|
60
|
+
```yaml
|
61
|
+
resume: "/resume.pdf" # add your resume filepath here
|
62
|
+
favicon: "/favicon.ico" # add your favicon filepath here
|
63
|
+
```
|
64
|
+
|
65
|
+
## License
|
66
|
+
|
67
|
+
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
68
|
+
|
69
|
+
## Credits
|
70
|
+
|
71
|
+
- Thanks to Aditi Mishra for website design inspiration.
|
data/_config.yml
ADDED
@@ -0,0 +1,8 @@
|
|
1
|
+
title: Your Awesome Title
|
2
|
+
author:
|
3
|
+
name: Your Name
|
4
|
+
email: youremail@example.com
|
5
|
+
|
6
|
+
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
7
|
+
resume: "/resume.pdf" # add your resume to the project folder and add the filepath here.
|
8
|
+
favicon: "/favicon.png" # this is the default favicon. If you'd like a custom icon, add it to the project folder and add the filepath here.
|
@@ -0,0 +1,12 @@
|
|
1
|
+
|
2
|
+
<div class="header-container">
|
3
|
+
<h1 class="title">The <a href="/index.html" class="hover-underline-animation"><em class="blue-bold">personal weblog</em></a> of
|
4
|
+
<a href="/index.html" class="hover-underline-animation"><em class="blue-bold">{{ site.author.name }}</em></a>.</h1>
|
5
|
+
<div class="navbar">
|
6
|
+
<ul>
|
7
|
+
<li><a href="/about.html" class="hover-underline-animation"><em class="blue">About</em></a></li><li class="navbar-bar"> | </li>
|
8
|
+
<li><a href="{{ site.resume }}" target="_blank" class="hover-underline-animation"><em class="blue">Resume</em></a></li><li class="navbar-bar"> | </li>
|
9
|
+
<li><a href="/contact.html" class="hover-underline-animation"><em class="blue">Contact</em></a></li>
|
10
|
+
</ul>
|
11
|
+
</div>
|
12
|
+
</div>
|
data/_layouts/home.html
ADDED
@@ -0,0 +1,35 @@
|
|
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=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="icon" type="image/x-icon" href="/favicon.ico">
|
11
|
+
<title>{{ site.title }}</title>
|
12
|
+
</head>
|
13
|
+
<body>
|
14
|
+
<div class="container">
|
15
|
+
<div class="main-container">
|
16
|
+
{% include header.html %}
|
17
|
+
<div class="blog-container">
|
18
|
+
<div class="posts">
|
19
|
+
<div class="post">
|
20
|
+
{% for post in site.posts %}
|
21
|
+
<div class="post-preview">
|
22
|
+
<h2 class="post-title hover-underline-animation"><a href="{{ post.url }}" class="blue">{{ post.title }}</a></h2>
|
23
|
+
<p class="post-date">{{ post.date | date: "%B %d, %Y" }}</p>
|
24
|
+
<div class="post-summary">
|
25
|
+
{{ post.summary | strip_html }}
|
26
|
+
</div>
|
27
|
+
</div>
|
28
|
+
{% endfor %}
|
29
|
+
</div>
|
30
|
+
</div>
|
31
|
+
</div>
|
32
|
+
</div>
|
33
|
+
</div>
|
34
|
+
</body>
|
35
|
+
</html>
|
data/_layouts/page.html
ADDED
@@ -0,0 +1,21 @@
|
|
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=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="icon" type="image/x-icon" href="/favicon.ico">
|
11
|
+
<title>{{ site.title }}</title>
|
12
|
+
</head>
|
13
|
+
<body>
|
14
|
+
<div class="container">
|
15
|
+
<div class="main-container">
|
16
|
+
{% include header.html %}
|
17
|
+
{{ content }}
|
18
|
+
</div>
|
19
|
+
</div>
|
20
|
+
</body>
|
21
|
+
</html>
|
data/_layouts/post.html
ADDED
@@ -0,0 +1,15 @@
|
|
1
|
+
---
|
2
|
+
layout: page
|
3
|
+
---
|
4
|
+
|
5
|
+
<style>
|
6
|
+
h4 a{
|
7
|
+
text-decoration: none;
|
8
|
+
}
|
9
|
+
</style>
|
10
|
+
<body>
|
11
|
+
<div class="post-body">
|
12
|
+
{{ content }}
|
13
|
+
</div>
|
14
|
+
<h4><a href="/index.html" class="hover-underline-animation"><em class="blue">Back to homepage</em></a></h4>
|
15
|
+
</body>
|
@@ -0,0 +1,8 @@
|
|
1
|
+
---
|
2
|
+
layout: post
|
3
|
+
title: "Example Post 1"
|
4
|
+
date: 2023-10-17 12:32:50 -0700
|
5
|
+
categories: jekyll update
|
6
|
+
summary: "This is a short summary of your blogpost! sLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book."
|
7
|
+
---
|
8
|
+
Add your content here!
|
@@ -0,0 +1,8 @@
|
|
1
|
+
---
|
2
|
+
layout: post
|
3
|
+
title: "Example Post 2"
|
4
|
+
date: 2023-10-17 12:32:50 -0700
|
5
|
+
categories: jekyll update
|
6
|
+
summary: "This is a short summary of your blogpost! sLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book."
|
7
|
+
---
|
8
|
+
Add your content here!
|
@@ -0,0 +1,8 @@
|
|
1
|
+
---
|
2
|
+
layout: post
|
3
|
+
title: "Example Post 3"
|
4
|
+
date: 2023-10-18 7:32:50 -0700
|
5
|
+
categories: jekyll update
|
6
|
+
summary: "This is a short summary of your blogpost! sLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book."
|
7
|
+
---
|
8
|
+
Add your content here!
|
data/_site/LICENSE.txt
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2023 Revati Tambe
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in
|
13
|
+
all copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
21
|
+
THE SOFTWARE.
|
data/_site/README.md
ADDED
@@ -0,0 +1,71 @@
|
|
1
|
+
# jekyll-simple-blue
|
2
|
+
|
3
|
+
⛅︎ A minimal, white-blue Jekyll theme, including about, resume, and contact pages.
|
4
|
+
|
5
|
+

|
6
|
+
|
7
|
+
## Contents
|
8
|
+
- [Installation](#installation)
|
9
|
+
- [Customizing](#customizing)
|
10
|
+
- [Page Layouts](#page-layouts)
|
11
|
+
- [Site Settings](#site-settings)
|
12
|
+
- [License](#license)
|
13
|
+
- [Credits](#credits)
|
14
|
+
## Installation
|
15
|
+
|
16
|
+
Add this line to your Jekyll site's `Gemfile`:
|
17
|
+
|
18
|
+
```ruby
|
19
|
+
gem "jekyll-simple-blue"
|
20
|
+
```
|
21
|
+
|
22
|
+
And add this line to your Jekyll site's `_config.yml`:
|
23
|
+
|
24
|
+
```yaml
|
25
|
+
theme: jekyll-simple-blue
|
26
|
+
```
|
27
|
+
|
28
|
+
And then execute:
|
29
|
+
|
30
|
+
$ bundle
|
31
|
+
|
32
|
+
Or install it yourself as:
|
33
|
+
|
34
|
+
$ gem install jekyll-simple-blue
|
35
|
+
|
36
|
+
## Customizing
|
37
|
+
|
38
|
+
Using simple-blue as a theme means you can take advantage of the file overriding method. This allows you to overwrite any file in this theme with your own custom file, by matching the file name and path. The most common example of this would be if you want to add your own styles or change the core style settings.
|
39
|
+
|
40
|
+
To add your own styles copy the [`styles.css`](https://github.com/djarty24/jekyll-simple-blue/raw/main/assets/styles.css) into your own project with the same file path (`assets/styles.css`). From there you can add your own styles, and modify or even remove existing ones.
|
41
|
+
|
42
|
+
## Page-Layouts
|
43
|
+
|
44
|
+
There are 3 layouts; `page`, `post`, and `home` (home acts as the font page blog).
|
45
|
+
|
46
|
+
## Site-Settings
|
47
|
+
|
48
|
+
To modify set parameters, you need to modify the `_config.yml` `title` and `url`.
|
49
|
+
|
50
|
+
Additionally, you need to add the following parameters to edit the author name, email, and optionall, the file path to your resume:
|
51
|
+
|
52
|
+
```yaml
|
53
|
+
author:
|
54
|
+
name: Your name
|
55
|
+
email: Your email
|
56
|
+
```
|
57
|
+
|
58
|
+
To add your resume and favicon, simply copy ithemt into the root folder with the names `resume.pdf` and `favicon.ico`. If you'd like custom names, you will have to modify the `_config.yml` file:
|
59
|
+
|
60
|
+
```yaml
|
61
|
+
resume: "/resume.pdf" # add your resume filepath here
|
62
|
+
favicon: "/favicon.ico" # add your favicon filepath here
|
63
|
+
```
|
64
|
+
|
65
|
+
## License
|
66
|
+
|
67
|
+
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
68
|
+
|
69
|
+
## Credits
|
70
|
+
|
71
|
+
- Thanks to Aditi Mishra for website design inspiration.
|
data/_site/about.html
ADDED
@@ -0,0 +1,45 @@
|
|
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=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="icon" type="image/x-icon" href="/favicon.ico">
|
11
|
+
<title>Your Awesome Title</title>
|
12
|
+
</head>
|
13
|
+
<body>
|
14
|
+
<div class="container">
|
15
|
+
<div class="main-container">
|
16
|
+
|
17
|
+
<div class="header-container">
|
18
|
+
<h1 class="title">The <a href="/index.html" class="hover-underline-animation"><em class="blue-bold">personal weblog</em></a> of
|
19
|
+
<a href="/index.html" class="hover-underline-animation"><em class="blue-bold">Your Name</em></a>.</h1>
|
20
|
+
<div class="navbar">
|
21
|
+
<ul>
|
22
|
+
<li><a href="/about.html" class="hover-underline-animation"><em class="blue">About</em></a></li><li class="navbar-bar"> | </li>
|
23
|
+
<li><a href="/resume.pdf" target="_blank" class="hover-underline-animation"><em class="blue">Resume</em></a></li><li class="navbar-bar"> | </li>
|
24
|
+
<li><a href="/contact.html" class="hover-underline-animation"><em class="blue">Contact</em></a></li>
|
25
|
+
</ul>
|
26
|
+
</div>
|
27
|
+
</div>
|
28
|
+
<div class="about-me">
|
29
|
+
<h1>Hi there. I'm <em class="blue-bold">Your Name</em>.</h1>
|
30
|
+
<p></p>
|
31
|
+
<h2>Welcome to my space on the Internet.</h2>
|
32
|
+
<p></p>
|
33
|
+
<h2>Add a description about you here!
|
34
|
+
</h2>
|
35
|
+
<p></p>
|
36
|
+
<h2>That's all for now, but feel free to keep looking around my website! You can <a href="/index.html" class="hover-underline-animation"><em class="blue">check out my blog</em></a>,
|
37
|
+
<a href="/resume.pdf" target="_blank" class="hover-underline-animation"><em class="blue">resume</em></a>,
|
38
|
+
or <a href="/contact/" class="hover-underline-animation"><em class="blue">shoot me an email</em></a> if you have any questions.</h2>
|
39
|
+
<h2><br />Happy exploring!</h2>
|
40
|
+
</div>
|
41
|
+
|
42
|
+
</div>
|
43
|
+
</div>
|
44
|
+
</body>
|
45
|
+
</html>
|
@@ -0,0 +1,128 @@
|
|
1
|
+
*{
|
2
|
+
background: #FAFAFA;
|
3
|
+
font-family: 'Inconsolata', monospace;
|
4
|
+
font-family: 'Outfit', sans-serif;
|
5
|
+
font-weight: 300;
|
6
|
+
}
|
7
|
+
|
8
|
+
h1{
|
9
|
+
margin-top: 0.27em;
|
10
|
+
margin-bottom: 0.27em;
|
11
|
+
}
|
12
|
+
|
13
|
+
h2{
|
14
|
+
margin-top: 0.27em;
|
15
|
+
margin-bottom: 0.27em;
|
16
|
+
}
|
17
|
+
|
18
|
+
.blue{
|
19
|
+
font-style: normal;
|
20
|
+
font-weight: 300;
|
21
|
+
text-decoration: none;
|
22
|
+
color: #33B8EE;
|
23
|
+
}
|
24
|
+
|
25
|
+
.blue-bold{
|
26
|
+
font-style: normal;
|
27
|
+
font-weight: bold;
|
28
|
+
text-decoration: none;
|
29
|
+
color: #33B8EE;
|
30
|
+
}
|
31
|
+
|
32
|
+
.hover-underline-animation {
|
33
|
+
display: inline-block;
|
34
|
+
position: relative;
|
35
|
+
color: #33B8EE;
|
36
|
+
}
|
37
|
+
|
38
|
+
.hover-underline-animation::after {
|
39
|
+
content: '';
|
40
|
+
position: absolute;
|
41
|
+
width: 100%;
|
42
|
+
transform: scaleX(0);
|
43
|
+
height: 2px;
|
44
|
+
bottom: 0;
|
45
|
+
left: 0;
|
46
|
+
background-color: #33B8EE;
|
47
|
+
transform-origin: bottom right;
|
48
|
+
transition: transform 0.25s ease-out;
|
49
|
+
}
|
50
|
+
|
51
|
+
.hover-underline-animation:hover::after {
|
52
|
+
transform: scaleX(1);
|
53
|
+
transform-origin: bottom left;
|
54
|
+
}
|
55
|
+
|
56
|
+
.container{
|
57
|
+
padding-top: 50px;
|
58
|
+
margin: auto;
|
59
|
+
width: 50%;
|
60
|
+
}
|
61
|
+
|
62
|
+
.main-container{
|
63
|
+
margin: auto;
|
64
|
+
width: 75%;
|
65
|
+
}
|
66
|
+
|
67
|
+
.header-container{
|
68
|
+
padding-bottom: 40px;
|
69
|
+
}
|
70
|
+
|
71
|
+
.header-container h1{
|
72
|
+
font-size: 30px;
|
73
|
+
}
|
74
|
+
|
75
|
+
.header-container h2 a{
|
76
|
+
text-decoration: none;
|
77
|
+
}
|
78
|
+
|
79
|
+
.title a{
|
80
|
+
text-decoration: none;
|
81
|
+
}
|
82
|
+
|
83
|
+
.navbar ul{
|
84
|
+
list-style-type: none;
|
85
|
+
margin: 0;
|
86
|
+
padding: 0;
|
87
|
+
}
|
88
|
+
|
89
|
+
.navbar li{
|
90
|
+
font-size: 27px;
|
91
|
+
display: inline;
|
92
|
+
}
|
93
|
+
|
94
|
+
.navbar li a{
|
95
|
+
color: black;
|
96
|
+
text-decoration: none;
|
97
|
+
text-align: center;
|
98
|
+
}
|
99
|
+
|
100
|
+
.navbar-bar{
|
101
|
+
font-size: 28px;
|
102
|
+
}
|
103
|
+
|
104
|
+
.blog-container{
|
105
|
+
display: grid;
|
106
|
+
margin: auto;
|
107
|
+
}
|
108
|
+
|
109
|
+
.post h2{
|
110
|
+
padding-top: 50px;
|
111
|
+
margin: 0px;
|
112
|
+
}
|
113
|
+
|
114
|
+
.post-body{
|
115
|
+
padding-top: 40px;
|
116
|
+
}
|
117
|
+
|
118
|
+
.about-me{
|
119
|
+
padding-top: 40px;
|
120
|
+
}
|
121
|
+
|
122
|
+
.about-me h2{
|
123
|
+
font-size: 18px;
|
124
|
+
}
|
125
|
+
|
126
|
+
.about-me a{
|
127
|
+
text-decoration: none;
|
128
|
+
}
|
data/_site/contact.html
ADDED
@@ -0,0 +1,40 @@
|
|
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=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="icon" type="image/x-icon" href="/favicon.ico">
|
11
|
+
<title>Your Awesome Title</title>
|
12
|
+
</head>
|
13
|
+
<body>
|
14
|
+
<div class="container">
|
15
|
+
<div class="main-container">
|
16
|
+
|
17
|
+
<div class="header-container">
|
18
|
+
<h1 class="title">The <a href="/index.html" class="hover-underline-animation"><em class="blue-bold">personal weblog</em></a> of
|
19
|
+
<a href="/index.html" class="hover-underline-animation"><em class="blue-bold">Your Name</em></a>.</h1>
|
20
|
+
<div class="navbar">
|
21
|
+
<ul>
|
22
|
+
<li><a href="/about.html" class="hover-underline-animation"><em class="blue">About</em></a></li><li class="navbar-bar"> | </li>
|
23
|
+
<li><a href="/resume.pdf" target="_blank" class="hover-underline-animation"><em class="blue">Resume</em></a></li><li class="navbar-bar"> | </li>
|
24
|
+
<li><a href="/contact.html" class="hover-underline-animation"><em class="blue">Contact</em></a></li>
|
25
|
+
</ul>
|
26
|
+
</div>
|
27
|
+
</div>
|
28
|
+
<style>
|
29
|
+
h3{padding-top: 40px;}
|
30
|
+
|
31
|
+
a{text-decoration: none;}
|
32
|
+
</style>
|
33
|
+
|
34
|
+
<h3>You can email me at <a href="mailto:youremail@example.com" target="_blank" class="blue-bold hover-underline-animation">youremail@example.com</a>.
|
35
|
+
Can't wait to hear from you!<br /><br />Cheers!<br />Your Name</h3>
|
36
|
+
|
37
|
+
</div>
|
38
|
+
</div>
|
39
|
+
</body>
|
40
|
+
</html>
|
data/_site/favicon.ico
ADDED
Binary file
|
data/_site/index.html
ADDED
@@ -0,0 +1,62 @@
|
|
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=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="icon" type="image/x-icon" href="/favicon.ico">
|
11
|
+
<title>Your Awesome Title</title>
|
12
|
+
</head>
|
13
|
+
<body>
|
14
|
+
<div class="container">
|
15
|
+
<div class="main-container">
|
16
|
+
|
17
|
+
<div class="header-container">
|
18
|
+
<h1 class="title">The <a href="/index.html" class="hover-underline-animation"><em class="blue-bold">personal weblog</em></a> of
|
19
|
+
<a href="/index.html" class="hover-underline-animation"><em class="blue-bold">Your Name</em></a>.</h1>
|
20
|
+
<div class="navbar">
|
21
|
+
<ul>
|
22
|
+
<li><a href="/about.html" class="hover-underline-animation"><em class="blue">About</em></a></li><li class="navbar-bar"> | </li>
|
23
|
+
<li><a href="/resume.pdf" target="_blank" class="hover-underline-animation"><em class="blue">Resume</em></a></li><li class="navbar-bar"> | </li>
|
24
|
+
<li><a href="/contact.html" class="hover-underline-animation"><em class="blue">Contact</em></a></li>
|
25
|
+
</ul>
|
26
|
+
</div>
|
27
|
+
</div>
|
28
|
+
<div class="blog-container">
|
29
|
+
<div class="posts">
|
30
|
+
<div class="post">
|
31
|
+
|
32
|
+
<div class="post-preview">
|
33
|
+
<h2 class="post-title hover-underline-animation"><a href="/jekyll/update/2023/10/18/example-post-3.html" class="blue">Example Post 3</a></h2>
|
34
|
+
<p class="post-date">October 18, 2023</p>
|
35
|
+
<div class="post-summary">
|
36
|
+
This is a short summary of your blogpost! sLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
|
37
|
+
</div>
|
38
|
+
</div>
|
39
|
+
|
40
|
+
<div class="post-preview">
|
41
|
+
<h2 class="post-title hover-underline-animation"><a href="/jekyll/update/2023/10/17/example-post-2.html" class="blue">Example Post 2</a></h2>
|
42
|
+
<p class="post-date">October 17, 2023</p>
|
43
|
+
<div class="post-summary">
|
44
|
+
This is a short summary of your blogpost! sLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
|
45
|
+
</div>
|
46
|
+
</div>
|
47
|
+
|
48
|
+
<div class="post-preview">
|
49
|
+
<h2 class="post-title hover-underline-animation"><a href="/jekyll/update/2023/10/17/example-post-1.html" class="blue">Example Post 1</a></h2>
|
50
|
+
<p class="post-date">October 17, 2023</p>
|
51
|
+
<div class="post-summary">
|
52
|
+
This is a short summary of your blogpost! sLorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.
|
53
|
+
</div>
|
54
|
+
</div>
|
55
|
+
|
56
|
+
</div>
|
57
|
+
</div>
|
58
|
+
</div>
|
59
|
+
</div>
|
60
|
+
</div>
|
61
|
+
</body>
|
62
|
+
</html>
|
@@ -0,0 +1,44 @@
|
|
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=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="icon" type="image/x-icon" href="/favicon.ico">
|
11
|
+
<title>Your Awesome Title</title>
|
12
|
+
</head>
|
13
|
+
<body>
|
14
|
+
<div class="container">
|
15
|
+
<div class="main-container">
|
16
|
+
|
17
|
+
<div class="header-container">
|
18
|
+
<h1 class="title">The <a href="/index.html" class="hover-underline-animation"><em class="blue-bold">personal weblog</em></a> of
|
19
|
+
<a href="/index.html" class="hover-underline-animation"><em class="blue-bold">Your Name</em></a>.</h1>
|
20
|
+
<div class="navbar">
|
21
|
+
<ul>
|
22
|
+
<li><a href="/about.html" class="hover-underline-animation"><em class="blue">About</em></a></li><li class="navbar-bar"> | </li>
|
23
|
+
<li><a href="/resume.pdf" target="_blank" class="hover-underline-animation"><em class="blue">Resume</em></a></li><li class="navbar-bar"> | </li>
|
24
|
+
<li><a href="/contact.html" class="hover-underline-animation"><em class="blue">Contact</em></a></li>
|
25
|
+
</ul>
|
26
|
+
</div>
|
27
|
+
</div>
|
28
|
+
<style>
|
29
|
+
h4 a{
|
30
|
+
text-decoration: none;
|
31
|
+
}
|
32
|
+
</style>
|
33
|
+
<body>
|
34
|
+
<div class="post-body">
|
35
|
+
<p>Add your content here!</p>
|
36
|
+
|
37
|
+
</div>
|
38
|
+
<h4><a href="/index.html" class="hover-underline-animation"><em class="blue">Back to homepage</em></a></h4>
|
39
|
+
</body>
|
40
|
+
|
41
|
+
</div>
|
42
|
+
</div>
|
43
|
+
</body>
|
44
|
+
</html>
|
@@ -0,0 +1,44 @@
|
|
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=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="icon" type="image/x-icon" href="/favicon.ico">
|
11
|
+
<title>Your Awesome Title</title>
|
12
|
+
</head>
|
13
|
+
<body>
|
14
|
+
<div class="container">
|
15
|
+
<div class="main-container">
|
16
|
+
|
17
|
+
<div class="header-container">
|
18
|
+
<h1 class="title">The <a href="/index.html" class="hover-underline-animation"><em class="blue-bold">personal weblog</em></a> of
|
19
|
+
<a href="/index.html" class="hover-underline-animation"><em class="blue-bold">Your Name</em></a>.</h1>
|
20
|
+
<div class="navbar">
|
21
|
+
<ul>
|
22
|
+
<li><a href="/about.html" class="hover-underline-animation"><em class="blue">About</em></a></li><li class="navbar-bar"> | </li>
|
23
|
+
<li><a href="/resume.pdf" target="_blank" class="hover-underline-animation"><em class="blue">Resume</em></a></li><li class="navbar-bar"> | </li>
|
24
|
+
<li><a href="/contact.html" class="hover-underline-animation"><em class="blue">Contact</em></a></li>
|
25
|
+
</ul>
|
26
|
+
</div>
|
27
|
+
</div>
|
28
|
+
<style>
|
29
|
+
h4 a{
|
30
|
+
text-decoration: none;
|
31
|
+
}
|
32
|
+
</style>
|
33
|
+
<body>
|
34
|
+
<div class="post-body">
|
35
|
+
<p>Add your content here!</p>
|
36
|
+
|
37
|
+
</div>
|
38
|
+
<h4><a href="/index.html" class="hover-underline-animation"><em class="blue">Back to homepage</em></a></h4>
|
39
|
+
</body>
|
40
|
+
|
41
|
+
</div>
|
42
|
+
</div>
|
43
|
+
</body>
|
44
|
+
</html>
|
@@ -0,0 +1,44 @@
|
|
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=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="icon" type="image/x-icon" href="/favicon.ico">
|
11
|
+
<title>Your Awesome Title</title>
|
12
|
+
</head>
|
13
|
+
<body>
|
14
|
+
<div class="container">
|
15
|
+
<div class="main-container">
|
16
|
+
|
17
|
+
<div class="header-container">
|
18
|
+
<h1 class="title">The <a href="/index.html" class="hover-underline-animation"><em class="blue-bold">personal weblog</em></a> of
|
19
|
+
<a href="/index.html" class="hover-underline-animation"><em class="blue-bold">Your Name</em></a>.</h1>
|
20
|
+
<div class="navbar">
|
21
|
+
<ul>
|
22
|
+
<li><a href="/about.html" class="hover-underline-animation"><em class="blue">About</em></a></li><li class="navbar-bar"> | </li>
|
23
|
+
<li><a href="/resume.pdf" target="_blank" class="hover-underline-animation"><em class="blue">Resume</em></a></li><li class="navbar-bar"> | </li>
|
24
|
+
<li><a href="/contact.html" class="hover-underline-animation"><em class="blue">Contact</em></a></li>
|
25
|
+
</ul>
|
26
|
+
</div>
|
27
|
+
</div>
|
28
|
+
<style>
|
29
|
+
h4 a{
|
30
|
+
text-decoration: none;
|
31
|
+
}
|
32
|
+
</style>
|
33
|
+
<body>
|
34
|
+
<div class="post-body">
|
35
|
+
<p>Add your content here!</p>
|
36
|
+
|
37
|
+
</div>
|
38
|
+
<h4><a href="/index.html" class="hover-underline-animation"><em class="blue">Back to homepage</em></a></h4>
|
39
|
+
</body>
|
40
|
+
|
41
|
+
</div>
|
42
|
+
</div>
|
43
|
+
</body>
|
44
|
+
</html>
|
@@ -0,0 +1,16 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
Gem::Specification.new do |spec|
|
4
|
+
spec.name = "jekyll-simple-blue"
|
5
|
+
spec.version = "0.3.1"
|
6
|
+
spec.authors = ["Revati Tambe"]
|
7
|
+
spec.email = ["24revati@gmail.com"]
|
8
|
+
|
9
|
+
spec.summary = "Simple blue is a theme I'm currently working on for my own blog. Feel free to use it as your own!"
|
10
|
+
spec.homepage = "https://github.com/djarty24/jekyll-simple-blue"
|
11
|
+
spec.license = "MIT"
|
12
|
+
|
13
|
+
spec.files = Dir["**/*"]
|
14
|
+
|
15
|
+
spec.add_runtime_dependency "jekyll", "~> 4.3"
|
16
|
+
end
|
data/_site/resume.pdf
ADDED
Binary file
|
Binary file
|
data/about.md
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
---
|
2
|
+
layout: page
|
3
|
+
title: About Me
|
4
|
+
---
|
5
|
+
|
6
|
+
<div class="about-me">
|
7
|
+
<h1>Hi there. I'm <em class="blue-bold">{{ site.author.name }}</em>.</h1>
|
8
|
+
<p></p>
|
9
|
+
<h2>Welcome to my space on the Internet.</h2>
|
10
|
+
<p></p>
|
11
|
+
<h2>Add a description about you here!
|
12
|
+
</h2>
|
13
|
+
<p></p>
|
14
|
+
<h2>That's all for now, but feel free to keep looking around my website! You can <a href="/index.html" class="hover-underline-animation"><em class="blue">check out my blog</em></a>,
|
15
|
+
<a href="/resume.pdf" target="_blank" class="hover-underline-animation"><em class="blue">resume</em></a>,
|
16
|
+
or <a href="/contact/" class="hover-underline-animation"><em class="blue">shoot me an email</em></a> if you have any questions.</h2>
|
17
|
+
<h2><br>Happy exploring!</h2>
|
18
|
+
</div>
|
data/assets/styles.css
ADDED
@@ -0,0 +1,128 @@
|
|
1
|
+
*{
|
2
|
+
background: #FAFAFA;
|
3
|
+
font-family: 'Inconsolata', monospace;
|
4
|
+
font-family: 'Outfit', sans-serif;
|
5
|
+
font-weight: 300;
|
6
|
+
}
|
7
|
+
|
8
|
+
h1{
|
9
|
+
margin-top: 0.27em;
|
10
|
+
margin-bottom: 0.27em;
|
11
|
+
}
|
12
|
+
|
13
|
+
h2{
|
14
|
+
margin-top: 0.27em;
|
15
|
+
margin-bottom: 0.27em;
|
16
|
+
}
|
17
|
+
|
18
|
+
.blue{
|
19
|
+
font-style: normal;
|
20
|
+
font-weight: 300;
|
21
|
+
text-decoration: none;
|
22
|
+
color: #33B8EE;
|
23
|
+
}
|
24
|
+
|
25
|
+
.blue-bold{
|
26
|
+
font-style: normal;
|
27
|
+
font-weight: bold;
|
28
|
+
text-decoration: none;
|
29
|
+
color: #33B8EE;
|
30
|
+
}
|
31
|
+
|
32
|
+
.hover-underline-animation {
|
33
|
+
display: inline-block;
|
34
|
+
position: relative;
|
35
|
+
color: #33B8EE;
|
36
|
+
}
|
37
|
+
|
38
|
+
.hover-underline-animation::after {
|
39
|
+
content: '';
|
40
|
+
position: absolute;
|
41
|
+
width: 100%;
|
42
|
+
transform: scaleX(0);
|
43
|
+
height: 2px;
|
44
|
+
bottom: 0;
|
45
|
+
left: 0;
|
46
|
+
background-color: #33B8EE;
|
47
|
+
transform-origin: bottom right;
|
48
|
+
transition: transform 0.25s ease-out;
|
49
|
+
}
|
50
|
+
|
51
|
+
.hover-underline-animation:hover::after {
|
52
|
+
transform: scaleX(1);
|
53
|
+
transform-origin: bottom left;
|
54
|
+
}
|
55
|
+
|
56
|
+
.container{
|
57
|
+
padding-top: 50px;
|
58
|
+
margin: auto;
|
59
|
+
width: 50%;
|
60
|
+
}
|
61
|
+
|
62
|
+
.main-container{
|
63
|
+
margin: auto;
|
64
|
+
width: 75%;
|
65
|
+
}
|
66
|
+
|
67
|
+
.header-container{
|
68
|
+
padding-bottom: 40px;
|
69
|
+
}
|
70
|
+
|
71
|
+
.header-container h1{
|
72
|
+
font-size: 30px;
|
73
|
+
}
|
74
|
+
|
75
|
+
.header-container h2 a{
|
76
|
+
text-decoration: none;
|
77
|
+
}
|
78
|
+
|
79
|
+
.title a{
|
80
|
+
text-decoration: none;
|
81
|
+
}
|
82
|
+
|
83
|
+
.navbar ul{
|
84
|
+
list-style-type: none;
|
85
|
+
margin: 0;
|
86
|
+
padding: 0;
|
87
|
+
}
|
88
|
+
|
89
|
+
.navbar li{
|
90
|
+
font-size: 27px;
|
91
|
+
display: inline;
|
92
|
+
}
|
93
|
+
|
94
|
+
.navbar li a{
|
95
|
+
color: black;
|
96
|
+
text-decoration: none;
|
97
|
+
text-align: center;
|
98
|
+
}
|
99
|
+
|
100
|
+
.navbar-bar{
|
101
|
+
font-size: 28px;
|
102
|
+
}
|
103
|
+
|
104
|
+
.blog-container{
|
105
|
+
display: grid;
|
106
|
+
margin: auto;
|
107
|
+
}
|
108
|
+
|
109
|
+
.post h2{
|
110
|
+
padding-top: 50px;
|
111
|
+
margin: 0px;
|
112
|
+
}
|
113
|
+
|
114
|
+
.post-body{
|
115
|
+
padding-top: 40px;
|
116
|
+
}
|
117
|
+
|
118
|
+
.about-me{
|
119
|
+
padding-top: 40px;
|
120
|
+
}
|
121
|
+
|
122
|
+
.about-me h2{
|
123
|
+
font-size: 18px;
|
124
|
+
}
|
125
|
+
|
126
|
+
.about-me a{
|
127
|
+
text-decoration: none;
|
128
|
+
}
|
data/contact.md
ADDED
@@ -0,0 +1,11 @@
|
|
1
|
+
---
|
2
|
+
layout: page
|
3
|
+
title: Contact
|
4
|
+
---
|
5
|
+
<style>
|
6
|
+
h3{padding-top: 40px;}
|
7
|
+
|
8
|
+
a{text-decoration: none;}
|
9
|
+
</style>
|
10
|
+
<h3>You can email me at <a href="mailto:{{ site.author.email }}" target="_blank" class="blue-bold hover-underline-animation">{{ site.author.email }}</a>.
|
11
|
+
Can't wait to hear from you!<br><br>Cheers!<br>{{ site.author.name }}</h3>
|
data/favicon.ico
ADDED
Binary file
|
data/index.md
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
Gem::Specification.new do |spec|
|
4
|
+
spec.name = "jekyll-simple-blue"
|
5
|
+
spec.version = "0.4.0"
|
6
|
+
spec.authors = ["Revati Tambe"]
|
7
|
+
spec.email = ["24revati@gmail.com"]
|
8
|
+
|
9
|
+
spec.summary = "Simple blue is a theme I'm currently working on for my own blog. Feel free to use it as your own!"
|
10
|
+
spec.homepage = "https://github.com/djarty24/jekyll-simple-blue"
|
11
|
+
spec.license = "MIT"
|
12
|
+
|
13
|
+
spec.files = Dir["**/*"]
|
14
|
+
|
15
|
+
spec.add_runtime_dependency "jekyll", "~> 4.3"
|
16
|
+
end
|
data/resume.pdf
ADDED
Binary file
|
data/screenshot.png
ADDED
Binary file
|
metadata
ADDED
@@ -0,0 +1,91 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: jekyll-simple-blue
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.4.0
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Revati Tambe
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2023-10-19 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: jekyll
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - "~>"
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '4.3'
|
20
|
+
type: :runtime
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - "~>"
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '4.3'
|
27
|
+
description:
|
28
|
+
email:
|
29
|
+
- 24revati@gmail.com
|
30
|
+
executables: []
|
31
|
+
extensions: []
|
32
|
+
extra_rdoc_files: []
|
33
|
+
files:
|
34
|
+
- Gemfile
|
35
|
+
- Gemfile.lock
|
36
|
+
- LICENSE.txt
|
37
|
+
- README.md
|
38
|
+
- _config.yml
|
39
|
+
- _includes/header.html
|
40
|
+
- _layouts/home.html
|
41
|
+
- _layouts/page.html
|
42
|
+
- _layouts/post.html
|
43
|
+
- _posts/2023-10-16-example-post-1.md
|
44
|
+
- _posts/2023-10-17-example-post-2.md
|
45
|
+
- _posts/2023-10-18-example-post-3.md
|
46
|
+
- _site/LICENSE.txt
|
47
|
+
- _site/README.md
|
48
|
+
- _site/about.html
|
49
|
+
- _site/assets/styles.css
|
50
|
+
- _site/contact.html
|
51
|
+
- _site/favicon.ico
|
52
|
+
- _site/index.html
|
53
|
+
- _site/jekyll-simple-blue.gemspec
|
54
|
+
- _site/jekyll/update/2023/10/17/example-post-1.html
|
55
|
+
- _site/jekyll/update/2023/10/17/example-post-2.html
|
56
|
+
- _site/jekyll/update/2023/10/18/example-post-3.html
|
57
|
+
- _site/resume.pdf
|
58
|
+
- _site/screenshot.png
|
59
|
+
- about.md
|
60
|
+
- assets/styles.css
|
61
|
+
- contact.md
|
62
|
+
- favicon.ico
|
63
|
+
- index.md
|
64
|
+
- jekyll-simple-blue.gemspec
|
65
|
+
- resume.pdf
|
66
|
+
- screenshot.png
|
67
|
+
homepage: https://github.com/djarty24/jekyll-simple-blue
|
68
|
+
licenses:
|
69
|
+
- MIT
|
70
|
+
metadata: {}
|
71
|
+
post_install_message:
|
72
|
+
rdoc_options: []
|
73
|
+
require_paths:
|
74
|
+
- lib
|
75
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
76
|
+
requirements:
|
77
|
+
- - ">="
|
78
|
+
- !ruby/object:Gem::Version
|
79
|
+
version: '0'
|
80
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
|
+
requirements:
|
82
|
+
- - ">="
|
83
|
+
- !ruby/object:Gem::Version
|
84
|
+
version: '0'
|
85
|
+
requirements: []
|
86
|
+
rubygems_version: 3.3.26
|
87
|
+
signing_key:
|
88
|
+
specification_version: 4
|
89
|
+
summary: Simple blue is a theme I'm currently working on for my own blog. Feel free
|
90
|
+
to use it as your own!
|
91
|
+
test_files: []
|