There seems to be a (really) minor issue with ignoring HTML files generated after the build.
index.html is ignored but the other generated HTML files in the root are not.
Not sure if this is intentional or not, but we could add /*.html to the .gitignore file, so all generated HTML files are ignored...or remove index.html so they're all included.
Also, not sure why resume.html is in the .gitignore.
There seems to be a (really) minor issue with ignoring HTML files generated after the build.
index.html
is ignored but the other generated HTML files in the root are not.Not sure if this is intentional or not, but we could add
/*.html
to the .gitignore file, so all generated HTML files are ignored...or removeindex.html
so they're all included.Also, not sure why
resume.html
is in the .gitignore.(BTW - Nice project, V 2.0 is looking good!)