modern-resume-theme 1.8.5 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ddf4a23ca8c7d13eafff22e329fffe8209f65dd08c57ed06ca80c46403679519
4
- data.tar.gz: 5af81059f5dd8062e2c3d5144e3f949083218a9b0b17b7e39369437516e1588c
3
+ metadata.gz: 8fa83f662a358b1e089e6e87ec065a3d7fef0b51eb04ea17cba5a0cf3c393c39
4
+ data.tar.gz: 592781d788558cc428a61682e62a48ceb3f2ec62ababe18a4d62c51d4bed6508
5
5
  SHA512:
6
- metadata.gz: faac51b58e8ba46f2b6fee48a44926e5024e09ab783a7cab7fdffe715ac0aee38e12f6ebbbdf9c4d04038c7b8c0d00ff4b0c6ffae5a4a03165af3bc63f1fe7bc
7
- data.tar.gz: 7ba3a51b0596acf3f52a0d0b3bf34730a412500c8a114319b81121a6c2027719db6fe6ed4898f739b59d046b60ff1100aa1395905bc54b91aa0a95000aa3fc9e
6
+ metadata.gz: 612491416cba06bc5a230bfc7d42d8ae61ed9b39e219152a81fe9a70a6a1e47f3a8bfe0751d00cdfd9c0bdd293bf10d1f5b14e4cc96e7097a64d8dbbcaef0e46
7
+ data.tar.gz: 64e71fe0f1b418a5d1f045d46546bff0b6814a6226fc844a42be0ce888a8353f122cb504d26c49e0a04c49fd4d2b982b9c168909499593c4cdc4629cab22c400
data/README.md CHANGED
@@ -1,119 +1,122 @@
1
1
  # modern-resume-theme [![Gem Version](https://badge.fury.io/rb/modern-resume-theme.svg)](https://badge.fury.io/rb/modern-resume-theme) [![Build Status](https://travis-ci.com/sproogen/modern-resume-theme.svg?branch=master)](https://travis-ci.com/sproogen/modern-resume-theme)
2
2
 
3
- *A modern simple static resume template and theme. Powered by Jekyll and GitHub pages.*
3
+ *A modern simple static resume template and theme. Powered by Jekyll and GitHub pages.*
4
4
  *Host your own resume on GitHub for **free!***
5
5
 
6
- Now includes **Dark Mode**
7
-
8
6
  [View Demo](https://sproogen.github.io/modern-resume-theme/)
9
7
 
8
+ ----
9
+
10
+ ## Announcements
11
+
12
+ - **Nov 2020** - Content configuration version 2 released. Added a new more configurable way of adding data to the resume. Add as many content sections as you like in what ever order you want. Currently just *text* and *list* but future categories coming soon.
13
+ Full backwards compatibilty with version 1 remains and the documentation for version 1 can be found [here (Version 1 Readme)](https://github.com/sproogen/modern-resume-theme/blob/1.x/README.md).
14
+
15
+ - **Dec 2019** - Now includes **Dark Mode**
16
+
17
+ ----
18
+
10
19
  ![img](screenshot.png)
11
20
 
12
- *Thank you for checking out my resume theme / template. If you have any feedback or suggestions for things I can add please let me know by either by raising an [issue](https://github.com/sproogen/modern-resume-theme/issues/new/choose) or feel free to send me an email to [sprog31@gmail.com](mailto:sprog31@gmail.com), I'm always happy to help.*
21
+ Thank you for checking out my resume theme / template. If you have any feedback or suggestions for things I can add please let me know by by raising an [issue](https://github.com/sproogen/modern-resume-theme/issues/new/choose), I'm always happy to help.
13
22
 
14
- *I always enjoy seeing how people are using my creations and if you would like to say thanks feel free to [buy me a coffee (buymeacoffee.com/vJ6HfLu)](https://buymeacoff.ee/vJ6HfLu).*
23
+ I always enjoy seeing how people are using my creations and if you would like to say thanks feel free to [buy me a coffee (buymeacoffee.com/vJ6HfLu)](https://buymeacoff.ee/vJ6HfLu).
15
24
 
16
- *If you would like to see how I am using this then you can view my resume [here (jameswgrant.co.uk)](http://www.jameswgrant.co.uk/) and find the code [here (sproogen/jameswgrant)](https://github.com/sproogen/jameswgrant), hopefully this might help you.*
25
+ If you would like to see how I am using this then you can view my resume [here (jameswgrant.co.uk)](http://www.jameswgrant.co.uk/) and find the code [here (sproogen/jameswgrant)](https://github.com/sproogen/jameswgrant), hopefully this might help you.
17
26
 
18
27
  You can view the project [roadmap here](https://github.com/sproogen/modern-resume-theme/projects/1).
19
28
 
29
+ ----
30
+
20
31
  ## Installation & setup guide
21
32
  This template is designed to be hosted using GitHub pages and so that's what these instructions will cover. If you plan on hosting it seperately then there might be some extra steps that we wont cover.
22
33
 
23
34
  Before starting it might be useful to familiarise yourself with [Jekyll](https://jekyllrb.com/docs/home/), [Markdown](https://www.markdownguide.org/getting-started) and [GitHub pages](https://pages.github.com/).
24
35
 
25
- ##### Step 1 - GitHub
36
+ ### Step 1 - GitHub
26
37
  Start by creating an account on [GitHub](https://github.com/join)
27
38
 
28
- ##### Step 2 - Create Repository
39
+ ### Step 2 - Create Repository
29
40
  Create a repository on GitHub to hold your files and host your resume. You can find out how to do that [here](https://pages.github.com/)
30
41
 
31
- ##### Step 3 - Download Resume Template
42
+ ### Step 3 - Download Resume Template
32
43
  Download and extract the following zip into the git repository you have just created. [resume-template.zip](https://github.com/sproogen/modern-resume-theme/archive/gh-pages.zip)
33
44
 
34
- ##### Step 4 - Push it
45
+ ### Step 4 - Push it
35
46
  Commit and push the resume template to github
36
47
  ```
37
48
  $ git add --all
38
49
  $ git commit -m "Initial resume setup"
39
50
  $ git push -u origin master
40
51
  ```
41
- ##### Set 5 - See it
52
+ ### Step 5 - See it
42
53
  You should now be able to see the demo resume template using this theme at `[your-username].github.io`
43
54
 
55
+ ----
56
+
44
57
  ## Usage
45
58
 
46
- So now you will be able to see the demo template at your github url. You can can edit the yml files and replace the demo content with your own. Hopefully it will be fairly simple to work out where all the content goes, but here is a quick overview.
59
+ So now you will be able to see the demo template at your github URL. You can can edit the yml files and replace the demo content with your own. Hopefully it will be fairly simple to work out where all the content goes, but here is a quick overview.
47
60
 
48
- ##### _config.yml
49
- This will contain all the of the main configuration for your resume such as your name, email, social media links and about me content. It will also allow you to change the titles of some of the content sections.
61
+ ### `_config.yml`
62
+ This will contain all the of the main configuration for your resume such as your name, email, social media links and about me content. It also contains all the content for your resume.
50
63
  A full example of the _config.yml can be found [here](https://github.com/sproogen/modern-resume-theme/blob/master/_config.yml)
51
64
 
52
- ##### Dark Mode
53
- Dark mode is configured via _config.yml
54
- ```
55
- darkmode: true/false
56
- ```
65
+ #### Content
66
+ The main content for you resume will all come under the content property in the `_config.yml` file. This can be quite complex and a good understanding on [YAML](https://docs.ansible.com/ansible/latest/reference_appendices/YAMLSyntax.html) will be helpful here.
57
67
 
58
- ##### _data/education.yml
59
- A list of all your education, each education will follow this format
60
- ```
61
- - layout: left (options: left, right, top, top-right, top-middle)
62
- name: Institution name
63
- dates: Date Range (eg. 2016 - 2019)
64
- qualification: Qualifications (eg. BA Performing Arts)
65
- quote: >
66
- Short institution or course description (optional)
67
- description: | # this will include new lines to allow paragraphs
68
- Description of qualification
69
- ```
68
+ Content will contain an array of sections, there are currently 2 types of layouts for content sections, text and list.
70
69
 
71
- ##### _data/experience.yml
72
- A list of all your experience, each experience will follow this format
73
- ```
74
- - layout: left (options: left, right, top, top-right, top-middle)
75
- company: Company name
76
- link: Link to company (eg. https://google.com)(optional)
77
- job_title: Job title
78
- dates: Date Range (eg. November 2016 - present)
79
- quote: >
80
- Short description of the company (optional)
81
- description: | # this will include new lines to allow paragraphs
82
- Description of role
83
- ```
70
+ **text** is a basic layout that contains markdown content.
71
+ **list** is a the standard layout that is used for things like *Education* and *Experience*.
84
72
 
85
- If you wish to specify multiple job titles for a single company, use this format
73
+ Below is a the full list of content options.
86
74
  ```
87
- - layout: left (options: left, right, top, top-right, top-middle)
88
- company: Company name
89
- link: Link to company (optional)
90
- jobs:
91
- - title: Job title 1
92
- dates: Date Range (eg. November 2016 - present)
93
- - title: Job title 2
94
- dates: Date Range (eg. January 2015 - November 2016)
95
- quote: >
96
- Short description of the company (optional)
97
- description: | # this will include new lines to allow paragraphs
98
- Description of role
75
+ content:
76
+ - title: Section Name
77
+ layout: list (options: list, text)
78
+ content:
79
+ - layout: left (options: left, right, top, top-right, top-middle)(default: left)
80
+ title: Name of item (eg. Company or Project name)
81
+ sub_title: Sub title (eg. Qualification or Job title)(optional)
82
+ caption: Item caption (eg. Employment or course dates)(optional)
83
+ link: Web link (eg. https://sproogen.github.io/modern-resume-theme)(optional)
84
+ link_text: Text for link (optional: without this link will show URL as link text)
85
+ additional_links: (optional)
86
+ - title: Link name
87
+ icon: Font Awesome brand icon name (eg. fab fa-twitter) (https://fontawesome.com/icons?d=gallery&s=brands&m=free)
88
+ url: Link url (eg. https://google.com)
89
+ quote: >
90
+ Short overview or quote for the item
91
+ description: | # this will include new lines to allow paragraphs
92
+ Main content area for the list item.
93
+ - title: Section Name
94
+ layout: text (options: list, text)
95
+ content: | # this will include new lines to allow paragraphs
96
+ This is where you can write a little more about yourself. You could title this section **Interests** and include some of your other interests.
97
+
98
+ Or you could title it **Skills** and write a bit more about things that make you more desirable, like *leadership* or *teamwork*
99
99
  ```
100
100
 
101
- ##### _data/projects.yml
102
- A list of all your projects, each project will follow this format
101
+ ***Note:** The description or content areas (fields starting with `| #`) use markdown, this means that you have the ability to format the section in many different ways and add things such as images, code & syntax highlighting and tables. You can find a good [Markdown cheatsheet here](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet)*
102
+
103
+ #### Additional links
104
+ If you would like to add more than the predefined social links in the config file, then you can use the `additional_links` field to add as many additional links with urls and font awesome icons as you wish.
105
+
106
+ #### Dark Mode
107
+ Dark mode is configured via `_config.yml`
103
108
  ```
104
- - layout: left (options: left, right, top, top-right, top-middle)
105
- name: Project name
106
- link: Link to project (eg. https://sproogen.github.io/modern-resume-theme)(optional)
107
- github: Github page for project (eg. sproogen/modern-resume-theme)(optional)
108
- quote: >
109
- Short overview of the project (optional)
110
- description: | # this will include new lines to allow paragraphs
111
- Description about the work on/with the project
109
+ darkmode: true (options: true, false, never)
112
110
  ```
111
+ When dark mode is `true` the site will show the dark theme for everyone
112
+ When dark mode is `false` the site will not show the dark theme, but it will still respect the users device preferences
113
+ When dark mode is `never` the site will never be shown in the dark theme
113
114
 
114
- ##### assets/main.scss
115
+ ### `assets/main.scss`
115
116
  Add any css changes or additions you want to make here after the line `@import 'modern-resume-theme';`
116
117
 
118
+ ----
119
+
117
120
  ## Running locally
118
121
 
119
122
  Before you start make sure you have *Ruby* and the gems for *Jekyll* installed locally. You can find out how to do that [here](https://jekyllrb.com/docs/installation/).
@@ -128,11 +131,15 @@ Any changes you make will automatically build and you will be able to see these
128
131
 
129
132
  *Note: You will need to re-run `bundle exec jekyll serve` to see changes made in `_config.yml`.*
130
133
 
134
+ ----
135
+
131
136
  ## Contributing
132
137
 
133
138
  Bug reports and pull requests are welcome on GitHub at https://github.com/sproogen/modern-resume-theme. You can view our full guide to contributing [here](https://github.com/sproogen/modern-resume-theme/blob/master/CONTRIBUTING.md)
134
139
  This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
135
140
 
141
+ ----
142
+
136
143
  ## Development
137
144
 
138
145
  ### Locally
@@ -149,12 +156,14 @@ Before you start make sure you have *Ruby* and the gems for *Jekyll* installed l
149
156
 
150
157
  Any changes you make will automatically build and you will be able to see these by refreshing your browser. To find out more about *Jekyll* take a look [here](https://jekyllrb.com/docs/usage/).
151
158
 
152
- *Note: You will need to re-run `bundle exec jekyll serve` to see changes made in `_config.yml`.*
159
+ ***Note:** You will need to re-run `bundle exec jekyll serve` to see changes made in `_config.yml`.*
153
160
 
154
161
  ### Docker
155
162
 
156
163
  If you have docker installed you can simply run `docker-compose up` to launch the site in a container, it will then be hosted at `http://localhost:4000`
157
164
 
165
+ ----
166
+
158
167
  ## License
159
168
 
160
169
  The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -3,7 +3,7 @@
3
3
  {{ site.name | escape }} -
4
4
  <a href="mailto:{{ site.email }}" target="_blank">{{ site.email | escape }}</a>
5
5
  {%- if site.footer_show_references -%}
6
- &nbsp;- References on request
6
+ &nbsp;- {{ site.references_title | default: "References on request" }}
7
7
  {%- endif -%}
8
8
  </p>
9
9
  </div>
@@ -100,7 +100,7 @@
100
100
  {% for link in site.additional_links %}
101
101
  <li>
102
102
  {% include a.html href=link.url class="button button--sacnite button--round-l" %}
103
- <i class="fab {{ link.icon }}" title="{{ link.title | escape }}"></i>
103
+ <i class="{{ link.icon }}" title="{{ link.title | escape }}"></i>
104
104
  </a>
105
105
  </li>
106
106
  {% endfor %}
@@ -108,17 +108,17 @@
108
108
 
109
109
  {%- if site.email -%}
110
110
  <p>
111
- Email: <a href="mailto:{{ site.email }}" target="_blank">{{ site.email | escape }}</a>
111
+ {{ site.email_title | default: "Email" }}: <a href="mailto:{{ site.email }}" target="_blank">{{ site.email | escape }}</a>
112
112
  </p>
113
113
  {%- endif -%}
114
114
  {%- if site.phone -%}
115
115
  <p>
116
- Phone: {{ site.phone | escape }}
116
+ {{ site.phone_title | default: "Phone" }}: {{ site.phone | escape }}
117
117
  </p>
118
118
  {%- endif -%}
119
119
  {%- if site.website -%}
120
120
  <p>
121
- Web: {% include a.html href=site.website %}{{ site.website | escape }}</a>
121
+ {{ site.website_title | default: "Web" }}: {% include a.html href=site.website %}{{ site.website | escape }}</a>
122
122
  </p>
123
123
  {%- endif -%}
124
124
  </div>
@@ -0,0 +1,29 @@
1
+ {% for item in include.content %}
2
+ <div class="row clearfix layout layout-{{item.layout | default: 'left'}}">
3
+ <div class="col-xs-12 col-sm-4 col-md-3 col-print-12 details">
4
+ <h4>{{ item.title }}</h4>
5
+ {%- if item.sub_title -%}<p><b>{{ item.sub_title }}</b></p>{%- endif -%}
6
+ {%- if item.caption -%}<p>{{ item.caption }}</p>{%- endif -%}
7
+
8
+ {%- if item.link -%}
9
+ {% include a.html href=item.link class="link" %}
10
+ {%- if item.link_text -%}{{ item.link_text }}{%- else -%}{{ item.link }}{%- endif -%}
11
+ </a>
12
+ {%- endif -%}
13
+
14
+ <p class="no-print aditional-links">
15
+ {% for link in item.additional_links %}
16
+ {% include a.html href=link.url class="" %}
17
+ <i class="{{ link.icon }}" title="{{ link.title | escape }}"></i>
18
+ </a>
19
+ {% endfor %}
20
+ </p>
21
+ </div>
22
+ <div class="col-xs-12 col-sm-8 col-md-9 col-print-12 content">
23
+ {%- if item.quote -%}
24
+ <p class="quote">{{ item.quote }}</p>
25
+ {%- endif -%}
26
+ {{ item.description | strip | markdownify }}
27
+ </div>
28
+ </div>
29
+ {% endfor %}
@@ -0,0 +1,5 @@
1
+ <div class="row clearfix">
2
+ <div class="col-md-12">
3
+ {{ include.content | strip | markdownify }}
4
+ </div>
5
+ </div>
@@ -0,0 +1,15 @@
1
+ {%- if site.data.projects.size > 0 -%}
2
+ {%- include v1/projects.html -%}
3
+ {%- endif -%}
4
+
5
+ {%- if site.data.experience.size > 0 -%}
6
+ {%- include v1/experience.html -%}
7
+ {%- endif -%}
8
+
9
+ {%- if site.data.education.size > 0 -%}
10
+ {%- include v1/education.html -%}
11
+ {%- endif -%}
12
+
13
+ {%- if site.more_content -%}
14
+ {%- include v1/more.html -%}
15
+ {%- endif -%}
@@ -1,6 +1,6 @@
1
1
  <div class="container education-container">
2
2
  <h3>{{ site.education_title | default: "Education" }}</h3>
3
3
  {% for education in site.data.education %}
4
- {% include {{ education.layout | default: 'left' | append: ".html" }} item=education %}
4
+ {% include {{ education.layout | default: 'left' | append: ".html" | prepend: "v1/" }} item=education %}
5
5
  {% endfor %}
6
6
  </div>
@@ -1,6 +1,6 @@
1
1
  <div class="container experience-container">
2
2
  <h3>{{ site.experience_title | default: "Experience" }}</h3>
3
3
  {% for experience in site.data.experience %}
4
- {% include {{ experience.layout | default: 'left' | append: ".html" }} item=experience %}
4
+ {% include {{ experience.layout | default: 'left' | append: ".html" | prepend: "v1/" }} item=experience %}
5
5
  {% endfor %}
6
6
  </div>
File without changes
File without changes
@@ -1,6 +1,6 @@
1
1
  <div class="container projects-container">
2
2
  <h3>{{ site.projects_title | default: "Projects" }}</h3>
3
3
  {% for project in site.data.projects %}
4
- {% include {{ project.layout | default: 'left' | append: ".html" }} item=project %}
4
+ {% include {{ project.layout | default: 'left' | append: ".html" | prepend: "v1/" }} item=project %}
5
5
  {% endfor %}
6
6
  </div>
@@ -1,10 +1,4 @@
1
1
  <div class="row clearfix layout layout-right">
2
- <div class="col-xs-12 col-sm-8 col-md-9 col-print-12">
3
- {%- if include.item.quote -%}
4
- <p class="quote">{{ include.item.quote }}</p>
5
- {%- endif -%}
6
- {{ include.item.description | strip | markdownify }}
7
- </div>
8
2
  <div class="col-xs-12 col-sm-4 col-md-3 col-print-12 details">
9
3
  {%- if include.item.name -%}<h4>{{ include.item.name }}</h4>{%- endif -%}
10
4
  {%- if include.item.company -%}<h4>{{ include.item.company }}</h4>{%- endif -%}
@@ -26,4 +20,10 @@
26
20
  </p>
27
21
  {%- endif -%}
28
22
  </div>
23
+ <div class="col-xs-12 col-sm-8 col-md-9 col-print-12">
24
+ {%- if include.item.quote -%}
25
+ <p class="quote">{{ include.item.quote }}</p>
26
+ {%- endif -%}
27
+ {{ include.item.description | strip | markdownify }}
28
+ </div>
29
29
  </div>
File without changes
@@ -3,7 +3,7 @@
3
3
 
4
4
  {%- include head.html -%}
5
5
 
6
- <body class="{% if site.darkmode %}dark{% endif %}">
6
+ <body class="{% if site.darkmode == true and site.darkmode != 'never' %}dark{% endif %}">
7
7
 
8
8
  {%- include header.html -%}
9
9
 
@@ -16,27 +16,23 @@
16
16
 
17
17
  {%- include about.html -%}
18
18
 
19
- {%- if site.data.projects.size > 0 -%}
20
- {%- include projects.html -%}
19
+ {%- if site.version == 2 -%}
20
+ {% for section in site.content %}
21
+ <div class="container {{ section.layout }}-container">
22
+ <h3>{{ section.title }}</h3>
23
+ {% include {{ section.layout | prepend: "section-" | append: ".html" }} content=section.content %}
24
+ </div>
25
+ {% endfor %}
26
+ {% else %}
27
+ {%- include v1/default.html -%}
21
28
  {%- endif -%}
22
-
23
- {%- if site.data.experience.size > 0 -%}
24
- {%- include experience.html -%}
25
- {%- endif -%}
26
-
27
- {%- if site.data.education.size > 0 -%}
28
- {%- include education.html -%}
29
- {%- endif -%}
30
-
31
- {%- if site.more_content -%}
32
- {%- include more.html -%}
33
- {%- endif -%}
34
-
35
29
  </div>
36
30
  </main>
37
31
 
38
32
  {%- include footer.html -%}
39
- <script src="{{ '/assets/js/index.js' | relative_url }}"></script>
33
+ {% if site.darkmode == false %}
34
+ <script src="{{ '/assets/js/index.js' | relative_url }}"></script>
35
+ {% endif %}
40
36
  </body>
41
37
 
42
38
  </html>
@@ -1,5 +1,4 @@
1
- .dark,
2
- .dark * {
1
+ .dark {
3
2
  background-color: #222;
4
3
  color: #e6e6e6;
5
4
  }
@@ -52,7 +52,7 @@
52
52
  }
53
53
  }
54
54
 
55
- .projects-container, .experience-container, .education-container {
55
+ .list-container {
56
56
  h3 {
57
57
  margin-bottom: 0;
58
58
  }
@@ -60,6 +60,8 @@
60
60
 
61
61
  .layout {
62
62
  margin-top: 3rem;
63
+ display: flex;
64
+ flex-direction: row;
63
65
 
64
66
  .details {
65
67
  text-align: left;
@@ -112,23 +114,27 @@
112
114
  }
113
115
  }
114
116
 
117
+ .layout-right {
118
+ flex-direction: row-reverse;
119
+ }
120
+
115
121
  .layout-right, .layout-top-right {
116
122
  .details {
117
123
  text-align: right;
118
124
  }
119
125
  }
120
126
 
121
- .layout-right {
127
+ .layout-left, .layout-right {
122
128
  @media screen and (max-width: 768px) {
123
- display: flex;
124
- flex-direction: column-reverse;
129
+ flex-direction: column;
125
130
  }
126
131
  }
127
132
 
128
- .layout-top-right {
129
- @media screen and (max-width: 768px) {
130
- display: flex;
131
- flex-direction: column;
133
+ .layout-top-middle, .layout-top, .layout-top-right {
134
+ flex-direction: column;
135
+
136
+ .details, .content {
137
+ width: 100%;
132
138
  }
133
139
  }
134
140
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: modern-resume-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.8.5
4
+ version: 2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Grant
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-03-02 00:00:00.000000000 Z
11
+ date: 2020-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: github-pages
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '198'
19
+ version: '209'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '198'
26
+ version: '209'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: jekyll-seo-tag
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -63,8 +63,6 @@ files:
63
63
  - README.md
64
64
  - _includes/a.html
65
65
  - _includes/about.html
66
- - _includes/education.html
67
- - _includes/experience.html
68
66
  - _includes/footer.html
69
67
  - _includes/google-analytics.html
70
68
  - _includes/gtag.html
@@ -72,13 +70,18 @@ files:
72
70
  - _includes/gtm_head.html
73
71
  - _includes/head.html
74
72
  - _includes/header.html
75
- - _includes/left.html
76
- - _includes/more.html
77
- - _includes/projects.html
78
- - _includes/right.html
79
- - _includes/top-middle.html
80
- - _includes/top-right.html
81
- - _includes/top.html
73
+ - _includes/section-list.html
74
+ - _includes/section-text.html
75
+ - _includes/v1/default.html
76
+ - _includes/v1/education.html
77
+ - _includes/v1/experience.html
78
+ - _includes/v1/left.html
79
+ - _includes/v1/more.html
80
+ - _includes/v1/projects.html
81
+ - _includes/v1/right.html
82
+ - _includes/v1/top-middle.html
83
+ - _includes/v1/top-right.html
84
+ - _includes/v1/top.html
82
85
  - _layouts/default.html
83
86
  - _sass/base.scss
84
87
  - _sass/button.scss
@@ -108,8 +111,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
108
111
  - !ruby/object:Gem::Version
109
112
  version: '0'
110
113
  requirements: []
111
- rubyforge_project:
112
- rubygems_version: 2.7.7
114
+ rubygems_version: 3.0.3
113
115
  signing_key:
114
116
  specification_version: 4
115
117
  summary: A modern simple static resume template and theme. Powered by Jekyll and GitHub