golf-clash-notebook / golf-clash-notebook.github.io

Golf Clash Notebook Website
https://golfclashnotebook.io/
MIT License
16 stars 11 forks source link

Remove symlinks, replace with copies of linked files #384

Closed Yardboy closed 5 years ago

Yardboy commented 5 years ago

The two symlinked files in holeratings (currentratings.yaml and previousratings.yaml) are preventing me from being able to build and run the site, as I work in Docker on Windows and symlinks are not supported.

I tried messing around with the data files several ways to sort the Jekyll holeratings data by date in order to get current and previous progammatically, thus negating the need for the symlinks, but I couldn't get any of my several attempts to compile completely.

I may take another swing at it when I know some more about Jekyll, but for now the easiest course of action seemed to be to just replace the symlinks with duplicates of the source files.

Yardboy commented 5 years ago

Did some additional research, found another solution. Closing.