plain_resume 0.1.3 → 0.1.4
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/_config.yml +2 -5
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 69d09548bf4203865d92de99b7c7483d13706dcab453fcd8e745fbcc21b272b7
|
4
|
+
data.tar.gz: 98581417a7f94388a19640ee71d63652345f52d778bb6eeeb84b734cc2457228
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fceedddc6c52de6781a8e0b887b1d325bb985a66c881775ae7137483df472492d3c52322ab5da30e38354cc5fa2f05593bc24b8c520f83e995e5cbacb8bffe46
|
7
|
+
data.tar.gz: 67edab63844cdf0c1cc19e0f5b2e97e0974757ac6d5707cc80e2fc899901a544bfd9a1a37e67c726dfeef908e4ce68481edff6d3dca0ffab3678d341cb1e749f
|
data/_config.yml
CHANGED
@@ -21,11 +21,8 @@
|
|
21
21
|
title: Your Resume
|
22
22
|
description: >- # this means to ignore newlines until "baseurl:"
|
23
23
|
Your resume.
|
24
|
-
baseurl: "" # the subpath of your site, e.g. /blog
|
25
|
-
url: "" # the base hostname & protocol for your site, e.g. http://example.com
|
26
|
-
|
27
|
-
# Build settings
|
28
|
-
theme: plain_resume
|
24
|
+
baseurl: "/jekyll-plain-resume" # the subpath of your site, e.g. /blog
|
25
|
+
url: "https://ryanxloi.github.io" # the base hostname & protocol for your site, e.g. http://example.com
|
29
26
|
|
30
27
|
# Exclude from processing.
|
31
28
|
# The following items will not be processed, by default.
|