From eec6f47a83e9dfcb9461f180762015abcc9b2c62 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Tue, 15 Oct 2019 13:01:06 +0100 Subject: [PATCH] refactor: convert config symlink to empty file for Forestry Otherwise, Windows 10 users must either enable Developer mode or run git clone with admin privileges as well as using the special `git clone -c core.symlinks=true https://...` command. --- config.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) mode change 120000 => 100644 config.toml diff --git a/config.toml b/config.toml deleted file mode 120000 index abf509f..0000000 --- a/config.toml +++ /dev/null @@ -1 +0,0 @@ -./config/_default/config.toml \ No newline at end of file diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..6f63397 --- /dev/null +++ b/config.toml @@ -0,0 +1,7 @@ +# Academic Website Builder +# https://sourcethemes.com/academic/ +# +# The presence of this file is for compatibility with Blogdown and Forestry. +# If you are not using those tools, this file may be deleted. +# +# The actual configuration files are stored in the `config/_default/` folder.