darshanbaral / aafu

Portfolio theme with blog
https://themes.gohugo.io/aafu/
MIT License
50 stars 58 forks source link

replace newline code CRLF to LF #15

Closed AnaTofuZ closed 3 years ago

AnaTofuZ commented 4 years ago

PROBLEM

$nkf --guess exampleSite/content/blog/post_1.md
ASCII (LF)
$ nkf --guess layouts/index.html
ASCII (CRLF)
$ nkf --guess layouts/partials/meta.html
ASCII (LF)

This theme is mix in new line code CRLF and LF. It was unified into LF.

HOW TO FIX

find . -type f | xargs file | grep CRLF | awk -F: '{print $1}' | xargs nkf -Lu --overwrite