modern-resume-theme 1.8.1 → 1.8.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -2
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0d59b0776a8d39431b35b1a0ab0de6e86ae56759d12c466b00b5a58aa7a4ad82
4
- data.tar.gz: 82241cc691a18b730ca42022de3fd3794d35e0defa5431b8bba9e8d708a8653c
3
+ metadata.gz: dbf4840726bef1147e3bb55a2b0e1a731da8f4f8847058d9181613392c1ffdf0
4
+ data.tar.gz: ad026ac7b51d66da55107d0c1418525ff333be3d8e0ed9fd099d85be5e3fab14
5
5
  SHA512:
6
- metadata.gz: d1f0f7648e37b5858d8ea2b272a72db11267296b2ec13542c7822e2cfd1e18749e9810ed8117bc32b6b59f12888559e1c90c22bc7bef2ca38a066bf477a9fdbf
7
- data.tar.gz: 2e9fe6544a0c1c223cacb0554c9aa06b32ca4c187be9edb9fbeb3a2294321676590349a08202d84ab42b76639ab2fd21d8206784ba95e32cc7872815eed17bb7
6
+ metadata.gz: 84bdd58eb7b3a3290f0e4cbd8c11450584db7c0099ddc616fce61d6068a1b38992d169c47ba84d87d63e0bdcc75766d5a31402b0c294eaee4c0005e5111a5af1
7
+ data.tar.gz: eb585795d39f35d1fb57e6397f15d44e84b6430638944189c105c5a66c56a91e09a1505d5cb31c7beb9a17a1be4f1aa67fc1cc6999ab7af8b5a278e3538e7ebd
data/README.md CHANGED
@@ -1,7 +1,9 @@
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
3
  *A modern simple static resume template and theme. Powered by Jekyll and GitHub pages.*
4
- *Host your own resume on GitHub for **free!***
4
+ *Host your own resume on GitHub for **free!****
5
+
6
+ Now includes **Dark Mode***
5
7
 
6
8
  [View Demo](https://sproogen.github.io/modern-resume-theme/)
7
9
 
@@ -47,6 +49,12 @@ So now you will be able to see the demo template at your github url. You can can
47
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.
48
50
  A full example of the _config.yml can be found [here](https://github.com/sproogen/modern-resume-theme/blob/master/_config.yml)
49
51
 
52
+ ##### Dark Mode
53
+ Dark mode is configured via _config.yml
54
+ ```
55
+ darkmode: true/false
56
+ ```
57
+
50
58
  ##### _data/education.yml
51
59
  A list of all your education, each education will follow this format
52
60
  ```
@@ -113,7 +121,7 @@ Before you start make sure you have *Ruby* and the gems for *Jekyll* installed l
113
121
  1. Clone your resume repository locally *(if you haven't already)*
114
122
  2. `cd [your-repository-name]`
115
123
  3. `bundle install`
116
- 4. `bundle exec jekyll serve`
124
+ 4. `bundle exec jekyll serve -- watch`
117
125
  5. Open your browser to `http://localhost:4000`
118
126
 
119
127
  Any changes you make will automatically build and you will be able to see these by refreshing your browser.
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.1
4
+ version: 1.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - James Grant
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-12-18 00:00:00.000000000 Z
11
+ date: 2020-01-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: github-pages