File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 4747}
4848
4949MENUITEMS = [
50- ("Companies" , "pages/pythoninnepal.html" ),
51- ("Developers" , "pages/developers.html" ),
52- ("Resources" , "pages/resources.html" ),
53- ("Meetups" , "pages/meetups.html" ),
54- ("Videos" , "pages/videos.html" )
50+ ("Companies" , "http://0.0.0.0:8000/ pages/pythoninnepal.html" ),
51+ ("Developers" , "http://0.0.0.0:8000/ pages/developers.html" ),
52+ ("Resources" , "http://0.0.0.0:8000/ pages/resources.html" ),
53+ ("Meetups" , "http://0.0.0.0:8000/ pages/meetups.html" ),
54+ ("Videos" , "http://0.0.0.0:8000/ pages/videos.html" )
5555]
5656
5757#
Original file line number Diff line number Diff line change 1010sys .path .append (os .curdir )
1111from pelicanconf import *
1212
13- SITEURL = 'https://pythonnepal.github.io'
13+ MENUITEMS = [
14+ ("Companies" , "http://pythonnepal.org/pages/pythoninnepal.html" ),
15+ ("Developers" , "http://pythonnepal.org/pages/developers.html" ),
16+ ("Resources" , "http://pythonnepal.org/pages/resources.html" ),
17+ ("Meetups" , "http://pythonnepal.org/pages/meetups.html" ),
18+ ("Videos" , "http://pythonnepal.org/pages/videos.html" )
19+ ]
20+
21+ SITEURL = 'http://pythonnepal.org'
1422RELATIVE_URLS = False
1523
1624FEED_ALL_ATOM = 'feeds/all.atom.xml'
You can’t perform that action at this time.
0 commit comments