Michael Currin

Results 251 comments of Michael Currin
trafficstars

Try update the layout or page to see what is being set as page.name Or force the layout to only do the index flow https://github.com/MichaelCurrin/fractal/blob/master/_layouts/page.html

Docsify works great on GH Pages. It is an alternative to Jekyll though - you have to set a `.nojekyll` value to prevent the site rendering through Jekyll (same as...

Hi, I am still going to look at this. I need to revert some of the commits in this before I can bring it in and I have been sorting...

That is just a Hugo thing It is hard in Jekyll https://help.github.jp/enterprise/2.11/user/articles/files-that-start-with-an-underscore-are-missing/ https://jekyllrb.com/docs/configuration/options/ Even when using `include:` option for `_index.md` the file gets rendered as `_index.html`. So need a permalink...

``` include: - _index.md ```

Hi, thanks for the interest. There is actually a CLI option. https://github.com/MichaelCurrin/auto-commit-msg/tree/master/shell#autofill-scripts I am missing pieces that make it easy to bundle and install. However I can send you something...

If you want an updated version, you'll have to download and unzip whenever there is a new release. If you have any ideas or can help with making setup and...

``` Steps: Export to Google Drive or sync with Dropbox Pick up updated file. Clean and prepare CSV. The activities column has multiple values, better handled in Pandas than SQL....

Scale notes ``` SCALE NOTES # Required for MinMaxScaler. scipy==1.1.0 from sklearn.preprocessing import MinMaxScaler def scale(values): """Standardise numeric input data to a fit between 0.0 and 1.0. @param values: list...