Hmm, try using separate symlinks that aren't excluded from Jekyll to load the base repo stuff into the site? Might be more reliable
This commit is contained in:
parent
e9b0d0d5c0
commit
f337cc8574
6 changed files with 4 additions and 4 deletions
|
@ -1 +0,0 @@
|
|||
../../README.md
|
|
@ -1 +0,0 @@
|
|||
../../local
|
|
@ -2,6 +2,6 @@
|
|||
layout: page
|
||||
permalink: /README
|
||||
---
|
||||
{% capture readme_text %}{% include_relative .dots/README.md %}{% endcapture %}
|
||||
{% capture readme_text %}{% include_relative README.md %}{% endcapture %}
|
||||
{% assign readme_text = readme_text | newline_to_br | split: '<br />' | shift | shift | join %}
|
||||
{{ readme_text | markdownify }}
|
||||
|
|
1
site/README.md
Symbolic link
1
site/README.md
Symbolic link
|
@ -0,0 +1 @@
|
|||
../README.md
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
---
|
||||
{% include_relative .dots/local/bin/dots %}
|
||||
{% include_relative local/bin/dots %}
|
||||
# <style>body { white-space: pre-wrap; font-family: Monoid, Inconsolata, "Ubuntu Mono", Consolas, Menlo, monospace; } a { font-size: 1.3em; }</style>
|
||||
|
|
1
site/local
Symbolic link
1
site/local
Symbolic link
|
@ -0,0 +1 @@
|
|||
../local
|
Loading…
Reference in a new issue