diff --git a/.stow-local-ignore b/.stow-local-ignore index 858b01f..84f378c 100644 --- a/.stow-local-ignore +++ b/.stow-local-ignore @@ -1,3 +1,9 @@ ^/\.git.* +^/CNAME +^/Gemfile.* ^/README\.md -^/site.* +^/css +^/_.* +^/\.sass-cache +^/vendor +^/.*\.html diff --git a/site/Gemfile b/Gemfile similarity index 100% rename from site/Gemfile rename to Gemfile diff --git a/site/Gemfile.lock b/Gemfile.lock similarity index 100% rename from site/Gemfile.lock rename to Gemfile.lock diff --git a/site/README.html b/README.html similarity index 68% rename from site/README.html rename to README.html index 1899990..5e16ff1 100644 --- a/site/README.html +++ b/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/README.md b/README.md index de836f1..0e645cb 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ less dots zsh dots ``` -When run through either of these methods, `dots` will install itself, [GNU Stow](https://www.gnu.org/software/stow/) (if not already installed globally), and my configuration for [git](https://git.00dani.me/dot/git), [vim](https://git.00dani.me/dot/vim), and [zsh](https://git.00dani.me/dot/zsh). +When run through either of these methods, `dots` will install itself, [GNU Stow](https://www.gnu.org/software/stow/) (if not already installed globally), and my configuration for [git](https://git.00dani.me/dot/git), [vim](https://git.00dani.me/dots/vim), and [zsh](https://git.00dani.me/dot/zsh). Packages are installed by `dots` to `~/dotfiles` and then linked into `~` using Stow. I'll be adding flags for customising these paths, as well as adjusting which packages the bootstrap immediately installs. diff --git a/site/_config.yml b/_config.yml similarity index 100% rename from site/_config.yml rename to _config.yml diff --git a/site/_includes/head.html b/_includes/head.html similarity index 100% rename from site/_includes/head.html rename to _includes/head.html diff --git a/site/_scripts/partial-dl-test b/_scripts/partial-dl-test similarity index 100% rename from site/_scripts/partial-dl-test rename to _scripts/partial-dl-test diff --git a/site/css/main.scss b/css/main.scss similarity index 100% rename from site/css/main.scss rename to css/main.scss diff --git a/site/index.html b/index.html similarity index 78% rename from site/index.html rename to index.html index 9ab07b5..f7e6ae7 100644 --- a/site/index.html +++ b/index.html @@ -1,4 +1,4 @@ --- --- -{% include_relative .dots/local/bin/dots %} +{% include_relative local/bin/dots %} # diff --git a/site/partial-dl-test.html b/partial-dl-test.html similarity index 100% rename from site/partial-dl-test.html rename to partial-dl-test.html 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