pandoc-markdown-jekyll-theme 0.9.1 → 0.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d297ca72ee61e88fff2d05f2e2d199126c8209e2bbecbb9e682a88af80db258
4
- data.tar.gz: f5c9874d156d7df88cea3a93b45d9905837f5b33897ec9b2d694b217e4c23c42
3
+ metadata.gz: fef1b2aacdcd467ce68b13c0eee29469c04ccd19b1b410f4a7dbcc119cc1cf51
4
+ data.tar.gz: 8e4b467aea3ae18d11cc597613fd37ffacfb6140c37de07b47ce89caacd93c84
5
5
  SHA512:
6
- metadata.gz: f2c1fe4408f66308acd1b786ed3c9e8f3d797b0aa043214677310a0fdb8fdca3598ce9bedc35727b5035b3b85ead256db9084c1413c4b15084cce70414ddbfa2
7
- data.tar.gz: 6525e1824288cbf4729cfed2d6c68423c964979531059e7987b49c97039d7beda64893b540c48b284571ab7896fa4142f11f3f3745c2af55fae232c300f39f8c
6
+ metadata.gz: 7db554bbef380f41dc50834f9f6c420d57226db37f4e9d885e6af8809a9d93365ac4374de892273063797842bce849781bef940525fbae04c7881e0b4d96f577
7
+ data.tar.gz: d459db4100ae670ce2b6bbbf4b879acb8a2edbb9290f8db10cbf7856f0e3c1d0b3857127178934d3c3541203eeb6c3eeb00b35993edc13e7d0971c97241302b1
data/README.md CHANGED
@@ -36,6 +36,8 @@ And then run:
36
36
  bundle install
37
37
  # Copy out one file that has to live in the site folder, not the theme
38
38
  cp $(bundle info pandoc-markdown-jekyll-theme --path)/_template.html5 .
39
+ # Bust the Jekyll cache (Jekyll doesn't track _template.html5 changes)
40
+ rm -rf .jekyll-cache
39
41
  ```
40
42
 
41
43
  And finally, update your `_config.yml` file:
@@ -75,6 +77,7 @@ The following variables are used by this theme.
75
77
  - `page.title`
76
78
  - `site.author`
77
79
  - `page.author`
80
+ - `page.author_url`
78
81
  - `site.baseurl`
79
82
  - Make sure you don't have a trailing slash here
80
83
  - `site.header_includes`
@@ -117,7 +120,7 @@ To make a release:
117
120
 
118
121
  ```bash
119
122
  vim pandoc-markdown-jekyll-theme.gemspec
120
- git commit pandoc-markdown-jekyll-theme.gemspec -m 'Bump version'
123
+ git commit pandoc-markdown-jekyll-theme.gemspec -m "$version"
121
124
  git tag "$version"
122
125
  git push --tags origin master
123
126
  gem build pandoc-markdown-jekyll-theme.gemspec
data/_template.html5 CHANGED
@@ -1,5 +1,6 @@
1
1
  $-- Do not edit this file to allow updating. Update with:
2
2
  $-- cp $(bundle info pandoc-markdown-jekyll-theme --path)/_template.html5 .
3
+ $-- rm -rf .jekyll-cache
3
4
  $if(toc)$
4
5
  <nav id="TOC" role="doc-toc">
5
6
  <a href="$site__baseurl$">Home</a><br>
@@ -7,6 +8,10 @@ $if(toc)$
7
8
  <input type="checkbox" id="contents">
8
9
  $table-of-contents$
9
10
  </nav>
11
+ $else$
12
+ <nav id="TOC" role="doc-toc">
13
+ <a href="$site__baseurl$">← Return home</a><br>
14
+ </nav>
10
15
  $endif$
11
16
 
12
17
  <main>
data/assets/css/theme.css CHANGED
@@ -531,7 +531,9 @@ pre.tight-code {
531
531
  }
532
532
 
533
533
  pre.tight-code code,
534
- .tight-code pre code {
534
+ .tight-code pre code,
535
+ .tight-code pre > code.sourceCode > span,
536
+ pre.tight-code > code.sourceCode > span {
535
537
  line-height: var(--tight-code-line-height);
536
538
  }
537
539
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pandoc-markdown-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jake Zimmerman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-04 00:00:00.000000000 Z
11
+ date: 2021-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll-pandoc