Push Jekyll site files into a subdirectory to avoid confusing them with actual dots script files
This commit is contained in:
parent
b9d9939c7f
commit
0207b7da11
12 changed files with 5 additions and 9 deletions
7
site/README.html
Normal file
7
site/README.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
layout: page
|
||||
permalink: /README
|
||||
---
|
||||
{% capture readme_text %}{% include_relative .dots/README.md %}{% endcapture %}
|
||||
{% assign readme_text = (readme_text | newline_to_br | split: "<br />" | shift | shift | join: '' ) %}
|
||||
{{ readme_text | markdownify }}
|
Loading…
Add table
Add a link
Reference in a new issue