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
@ -8,4 +8,4 @@
|
|||||||
"rules": {
|
"rules": {
|
||||||
"no-undefined": 0
|
"no-undefined": 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
|||||||
/node_modules
|
/node_modules
|
||||||
*~~
|
*~~
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
hooks:
|
hooks:
|
||||||
- id: check-merge-conflict
|
- id: check-merge-conflict
|
||||||
- id: trailing-whitespace
|
- id: trailing-whitespace
|
||||||
args:
|
args: [--no-markdown-linebreak-ext]
|
||||||
- --no-markdown-linebreak-ext
|
exclude: ^static/(css|js)
|
||||||
- repo: git://github.com/Lucas-C/pre-commit-hooks
|
- repo: git://github.com/Lucas-C/pre-commit-hooks
|
||||||
sha: v1.1.4
|
sha: v1.1.4
|
||||||
hooks:
|
hooks:
|
||||||
|
@ -11,4 +11,4 @@ var disqus_shortname = '{{ DISQUS_SITENAME }}'; // required: replace example wit
|
|||||||
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
|
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
|
||||||
}());
|
}());
|
||||||
</script>
|
</script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -12,6 +12,9 @@ cd ludochaordic
|
|||||||
|
|
||||||
pip install pelican markdown beautifulsoup4 pillow
|
pip install pelican markdown beautifulsoup4 pillow
|
||||||
make DEBUG=1 OUTPUTDIR=output html
|
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
|
csslint --ignore=order-alphabetical output/theme/css/main.css
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user