mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 00:12:41 +00:00
WIP
This commit is contained in:
parent
63b0405472
commit
54b297bc30
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/node_modules
|
||||
*~~
|
||||
*~~
|
||||
|
@ -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:
|
||||
|
@ -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 %}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user