mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 08:22:40 +00:00
WIP
This commit is contained in:
parent
63b0405472
commit
54b297bc30
@ -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:
|
||||||
|
@ -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