This commit is contained in:
Lucas Cimon 2017-11-30 03:49:39 +01:00
parent 63b0405472
commit 54b297bc30
No known key found for this signature in database
GPG Key ID: 6AF36E0DE97FE852
5 changed files with 8 additions and 5 deletions

View File

@ -8,4 +8,4 @@
"rules": {
"no-undefined": 0
}
}
}

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/node_modules
*~~
*~~

View File

@ -3,8 +3,8 @@
hooks:
- id: check-merge-conflict
- id: trailing-whitespace
args:
- --no-markdown-linebreak-ext
args: [--no-markdown-linebreak-ext]
exclude: ^static/(css|js)
- repo: git://github.com/Lucas-C/pre-commit-hooks
sha: v1.1.4
hooks:

View File

@ -11,4 +11,4 @@ var disqus_shortname = '{{ DISQUS_SITENAME }}'; // required: replace example wit
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
{% endif %}
{% endif %}

View File

@ -12,6 +12,9 @@ cd ludochaordic
pip install pelican markdown beautifulsoup4 pillow
make DEBUG=1 OUTPUTDIR=output html
# crash HERE because of missing imgs -> TODO:
# - ./list_imgs_from_mds.py *.md -> currently incaple to extract img from content/2015-07-24-youtube_playlist_watcher
# - create dummy jpg / png / gif files for each
csslint --ignore=order-alphabetical output/theme/css/main.css