Create an article template in pelican that fits into the site themee, and write the first article.
allura-site:db/7938
I've merged and pushed. There's one problem, though. Styles are messed up if site is loaded via https
js console output:
Mixed Content: The page at 'https://allura.apache.org/' was loaded over HTTPS, but requested an insecure stylesheet 'http://allura.apache.org/theme/css/flex.min.css'. This request has been blocked; the content must be served over HTTPS. allura.apache.org/:33 Mixed Content: The page at 'https://allura.apache.org/' was loaded over HTTPS, but requested an insecure stylesheet 'http://allura.apache.org/theme/css/style.css'. This request has been blocked; the content must be served over HTTPS. allura.apache.org/:43 Mixed Content: The page at 'https://allura.apache.org/' was loaded over HTTPS, but requested an insecure image 'http://allura.apache.org/theme/img/logo_white.png'. This content should also be served over HTTPS. allura.apache.org/:1 Mixed Content: The page at 'https://allura.apache.org/' was loaded over HTTPS, but requested an insecure script 'http://allura.apache.org/theme/js/jquery-1.11.2.min.js'. This request has been blocked; the content must be served over HTTPS. allura.apache.org/:1 Mixed Content: The page at 'https://allura.apache.org/' was loaded over HTTPS, but requested an insecure script 'http://allura.apache.org/theme/js/frontend.js'. This request has been blocked; the content must be served over HTTPS.
Plain http is fine
Nevermind, I've changed SITEURL to use protocol relative url and it works fine now
-SITEURL = 'http://allura.apache.org' +SITEURL = '//allura.apache.org'
Cool thanks!
Log in to post a comment.
allura-site:db/7938
I've merged and pushed. There's one problem, though. Styles are messed up if site is loaded via https
js console output:
Plain http is fine
Nevermind, I've changed SITEURL to use protocol relative url and it works fine now
Cool thanks!