diff --git a/site/.dots/README.md b/site/.dots/README.md deleted file mode 120000 index fe84005..0000000 --- a/site/.dots/README.md +++ /dev/null @@ -1 +0,0 @@ -../../README.md \ No newline at end of file diff --git a/site/.dots/local b/site/.dots/local deleted file mode 120000 index ba89165..0000000 --- a/site/.dots/local +++ /dev/null @@ -1 +0,0 @@ -../../local \ No newline at end of file diff --git a/site/README.html b/site/README.html index 293790f..bdef583 100644 --- a/site/README.html +++ b/site/README.html @@ -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: '
' | shift | shift | join %} {{ readme_text | markdownify }} diff --git a/site/README.md b/site/README.md new file mode 120000 index 0000000..32d46ee --- /dev/null +++ b/site/README.md @@ -0,0 +1 @@ +../README.md \ No newline at end of file diff --git a/site/index.html b/site/index.html index 9ab07b5..f7e6ae7 100644 --- a/site/index.html +++ b/site/index.html @@ -1,4 +1,4 @@ --- --- -{% include_relative .dots/local/bin/dots %} +{% include_relative local/bin/dots %} # diff --git a/site/local b/site/local new file mode 120000 index 0000000..c820590 --- /dev/null +++ b/site/local @@ -0,0 +1 @@ +../local \ No newline at end of file