Browse Source

stop using relative_url which breaks disqus

master
sipp11 10 years ago
parent
commit
a66856b425
  1. 2
      content/blog/2015-03-09-keep-plain-text-password.md
  2. 4
      pelicanconf.py
  3. 2
      publishconf.py

2
content/blog/2015-03-09-keep-plain-text-password.md

@ -7,7 +7,7 @@ icon: briefcase
slug: sipa-or-th-store-password-in-plaintext
วยความทงกบเพราะปกตไมอยไดเขาไปใน [web SIPA - สำนกงานสงเสรมอตสาหกรรมซอฟตแวรแหงชาต](http://register.sipa.or.th/) เทาไหรเลยจำ password ไมได แตพอเขาไดกลบไดพบสงทาสะพรงกลว สำหรบองคกร __ซอฟตแวร__ ของประเทศทไมควรจะทำอะไรใหนขเกยจน
วยความทปกตไมอยไดเขาไปใน [web SIPA - สำนกงานสงเสรมอตสาหกรรมซอฟตแวรแหงชาต](http://register.sipa.or.th/) เทาไหรเลยจำ password ไมได ดทายกลบไดพบสงทาสะพรงกลว สำหรบองคกร __ซอฟตแวร__ ของประเทศทไมควรจะทำอะไรใหนขเกยจน
ญหามนกอยา พอ forget password แลวนน mail ทเคาสงกลบมาเปนดานลางน!

4
pelicanconf.py

@ -4,7 +4,7 @@ from __future__ import unicode_literals
AUTHOR = u'sipp11'
SITENAME = u'everyday'
SITEURL = ''
SITEURL = 'http://localhost:8000'
PATH = 'content'
@ -63,7 +63,7 @@ AUTHORS = {
DEFAULT_PAGINATION = 10
# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True
RELATIVE_URLS = False
THEME = 'themes/notmyideaever'
# THEME = 'themes/chameleon'

2
publishconf.py

@ -11,7 +11,7 @@ sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = 'http://everyday.in.th'
RELATIVE_URLS = True
RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml'
CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'

Loading…
Cancel
Save