Skip to content
Snippets Groups Projects
Verified Commit 76dcde64 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Validate vefore publish

parent 17ecc88b
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ variables: ...@@ -6,7 +6,7 @@ variables:
pages: pages:
stage: deploy stage: deploy
before_script: before_script:
- pip install Markdown gitpython pelican - pip install Markdown gitpython pelican py_w3c
script: script:
- make publish - make publish
artifacts: artifacts:
......
...@@ -16,6 +16,8 @@ CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' ...@@ -16,6 +16,8 @@ CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
DELETE_OUTPUT_DIRECTORY = True DELETE_OUTPUT_DIRECTORY = True
PLUGINS += ["w3c_validate"]
# Following items are often useful when publishing # Following items are often useful when publishing
#DISQUS_SITENAME = "" #DISQUS_SITENAME = ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment