diff --git a/content/pages/livros.rst b/content/pages/livros.rst
index 0f12595..4031393 100644
--- a/content/pages/livros.rst
+++ b/content/pages/livros.rst
@@ -1,16 +1,71 @@
======
Livros
======
-
:slug: livros
-Itaque dolorem sit vel nisi deserunt doloribus nihil. Soluta provident aliquam iusto et voluptatibus fuga quibusdam. In voluptas dolorem omnis esse nesciunt odio eaque. Accusamus quisquam aliquid qui mollitia eligendi. Rerum ea qui aperiam ipsam vitae cum maiores nobis. Dolorum est praesentium eligendi repudiandae.
-Aperiam et nisi deserunt voluptas officia porro alias. Dolor omnis quia enim nobis. Omnis soluta perferendis sequi maxime. Quisquam iure reiciendis ipsum laboriosam repudiandae sunt nihil. Magni quos blanditiis quidem perspiciatis sit.
-Mollitia perspiciatis perferendis exercitationem in ea consectetur saepe. Officia quis cupiditate officia amet commodi expedita. Consequatur numquam corporis quam neque numquam quaerat debitis. Aliquam nihil quod consectetur quidem veniam omnis qui.
+### 2012
+
+- [Making Games with Python and Pygame](https://www.amazon.com/Making-Games-Python-Pygame-Sweigart/dp/1469901730?ie=UTF8&tag=playwithpyth-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=0982106017)
+
+- [Think Python: How to Think Like a Computer Scientist](http://www.greenteapress.com/thinkpython/thinkpython.html)
+
+
+### 2013
+
+- [Python Geospatial Development - Second Edition](https://www.packtpub.com/application-development/python-geospatial-development-second-edition)
+
+
+### 2014
+
+- [Python for Informatics: Exploring Information: Exploring Information](https://www.amazon.com/Python-Informatics-Exploring-Information-ebook/dp/B00K0O8HFQ)
+
+- [Python® Scripting for ArcGIS®](https://esripress.esri.com/bookResources/index.cfm?event=catalog.book&id=9)
+
+- [Python Pocket Reference](http://shop.oreilly.com/product/0636920028338.do)
+
+- [Python for Scientists](https://www.cambridge.org/core/books/python-for-scientists/E5CBE088065279A607A18673622AD89D)
+
+- [Test-Driven Development with Python: Obey the Testing Goat: Using Django, Selenium, and JavaScript](https://www.amazon.com/Test-Driven-Development-Python-Selenium-JavaScript/dp/1449364829)
+
+
+### 2015
+
+- [Learning Geospatial Analysis with Python - Second Edition](https://www.packtpub.com/application-development/learning-geospatial-analysis-python-second-edition)
+
+- [Mastering Pandas](https://www.packtpub.com/big-data-and-business-intelligence/mastering-pandas)
+
+- [Django Design Patterns and Best Practices](https://www.amazon.com/Django-Design-Patterns-Best-Practices/dp/1783986646)
+
+
+### 2016
+
+- [Deep Learning (Adaptive Computation and Machine Learning series)](https://www.amazon.com/Deep-Learning-Adaptive-Computation-Machine/dp/0262035618/ref=sr_1_1?ie=UTF8&qid=1472485235&sr=8-1&keywords=deep+learning+book)
+
+- [Advanced Machine Learning with Python](https://www.packtpub.com/big-data-and-business-intelligence/advanced-machine-learning-python)
+
+- [Expert Python Programming](https://www.packtpub.com/application-development/expert-python-programming-second-edition)
+
+- [Learning Python for Forensics](https://www.packtpub.com/networking-and-servers/learning-python-forensics)
+
+- [Python For Everybody-Exploring Data Using Python 3](https://www.amazon.com/Python-Everybody-Exploring-Data/dp/1530051126)
+
+- [Django Project BluePrints](https://www.packtpub.com/web-development/django-project-blueprints)
+
+
+### 2017
+
+- [Fundamentals Of Python](https://www.amazon.com/Fundamentals-Python-Programs-Introduction-Programming-ebook/dp/B00B7JJ43C)
+
+- [Learn Python In 7 Days](https://www.packtpub.com/application-development/learn-python-7-days)
+
+- [Beginning Django Web Application Development and Deployment with Python](https://www.apress.com/br/book/9781484227862)
+
+
+### 2018
-Et nesciunt eaque nihil voluptas et eum ut repellendus. Dignissimos dolores accusantium eius assumenda aut. Voluptates vero consequatur qui aut occaecati. Laborum suscipit et fugiat.
+- [Django 2 by Example](https://www.packtpub.com/application-development/django-2-example)
-Est consequatur consequuntur numquam quaerat aut unde. Voluptatibus facilis culpa nesciunt. Quae aut corporis delectus.
+- [Building Django 2.0 Web Applications](https://www.packtpub.com/web-development/building-django-20-web-applications)
diff --git a/pelicanconf.py b/pelicanconf.py
index e282bd3..0511499 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -54,3 +54,86 @@
LOAD_CONTENT_CACHE = False
THEME = 'theme/python-pt'
+
+# Navbar Links da Home Page
+NAVBAR_HOME_LINKS = [
+ {
+ 'title': 'Blog',
+ 'href': 'blog/lorem.rst',
+ 'desc': 'Blog...',
+ 'children': [
+ {
+ 'title': "2019",
+ 'href': '#',
+ },
+ ]
+ },
+ {
+ 'title': 'Inicio',
+ 'href': '#',
+ 'desc': 'Inicio...',
+ 'children': [
+ {
+ 'title': 'O que é o Python?',
+ 'href': '#',
+ },
+ {
+ 'title': 'Quem utiliza?',
+ 'href': '#',
+ },
+ ]
+ },
+ {
+ 'title': 'Recursos',
+ 'href': '#',
+ 'desc': ('Aprenda ...'),
+ 'children': [
+ {
+ 'title': 'Documentação Oficial',
+ 'href': 'https://docs.python.org',
+ },
+ {
+ 'title': 'Livros',
+ 'href': 'livros',
+ },
+ {
+ 'title': 'Vídeos',
+ 'href': 'videos',
+ },
+ {
+ 'title': 'Tutoriais',
+ 'href': 'tutoriais',
+ },
+ ]
+ },
+ {
+ 'title': 'Onde estamos',
+ 'href': '#',
+ 'desc': (
+ 'Participe...'
+ ),
+ 'children': [
+ {
+ 'title': 'Mailling List',
+ 'href': 'https://groups.google.com/forum/#!forum/python-pt',
+ },
+ {
+ 'title': 'Facebook',
+ 'href': 'https://www.facebook.com/python.pt',
+ },
+ {
+ 'title': 'Telegram',
+ 'href': 'https://twitter.com/pythonpt',
+ },
+ {
+ 'title': 'Twitter',
+ 'href': 'https://twitter.com/pythonpt',
+ },
+ ]
+ },
+ {
+ 'title': 'Eventos',
+ 'href': 'eventos',
+ 'desc': 'Eventos...',
+ },
+]
diff --git a/theme/python-pt/templates/base.html b/theme/python-pt/templates/base.html
index b9e3911..5da796e 100755
--- a/theme/python-pt/templates/base.html
+++ b/theme/python-pt/templates/base.html
@@ -4,7 +4,7 @@
{% block head %}
{% block title %}{{ SITENAME }}{% endblock %}
-
+
{% if FAVICON %}
@@ -39,15 +39,50 @@
+
{% block content %}
@@ -61,6 +96,10 @@
{{ SITESUBTITLE }}
+
+
+
+
{% include 'analytics.html' %}
{% include 'piwik.html' %}
diff --git a/tld.txt b/tld.txt
new file mode 100644
index 0000000..84f6123
--- /dev/null
+++ b/tld.txt
@@ -0,0 +1,243 @@
+http://python.ac ?
+http://python.ad
+http://python.ae
+http://python.af
+http://python.ag
+http://python.ai
+http://python.al
+http://python.am
+http://python.ao
+http://python.aq
+http://python.ar
+http://python.as
+http://python.at
+http://python.au
+http://python.aw
+http://python.ax
+http://python.az
+http://python.ba
+http://python.bb
+http://python.bd
+http://python.be OK
+http://python.bf
+http://python.bg
+http://python.bh
+http://python.bi
+http://python.bj
+http://python.bm
+http://python.bn
+http://python.bo
+http://python.br
+http://python.bs
+http://python.bt
+http://python.bv
+http://python.bw
+http://python.by
+http://python.bz
+http://python.ca
+http://python.cc ok
+http://python.cd
+http://python.cf
+http://python.cg
+http://python.ch ?
+http://python.ci
+http://python.ck
+http://python.cl ah
+http://python.cm r_python.org
+http://python.cn
+http://python.co ?
+http://python.cr
+http://python.cu
+http://python.cv
+http://python.cw
+http://python.cx ok
+http://python.cy
+http://python.cz ok
+http://python.de ok
+http://python.dj
+http://python.dk ah
+http://python.dm
+http://python.do
+http://python.dz
+http://python.ec ?
+http://python.ee r_python.org
+http://python.eg
+http://python.er
+http://python.es ?
+http://python.et
+http://python.eu
+http://python.fi ok
+http://python.fj
+http://python.fk
+http://python.fm r_python.org
+http://python.fo
+http://python.fr
+http://python.ga ?
+http://python.ge
+http://python.gf
+http://python.gg r_python.org
+http://python.gh
+http://python.gi
+http://python.gl ?
+http://python.gn
+http://python.gp
+http://python.gq ?
+http://python.gr v
+http://python.gs r_python.org
+http://python.gt
+http://python.gu
+http://python.gw
+http://python.gy r_python.org
+http://python.hk ok
+http://python.hm
+http://python.hn r_python.org
+http://python.hr
+http://python.ht r_python.org
+http://python.hu ok
+http://python.id
+http://python.ie ok
+http://python.il
+http://python.im
+http://python.in
+http://python.io r_python.org
+http://python.iq
+http://python.ir ah
+http://python.is ah
+http://python.it ok
+http://python.je r_python.org
+http://python.jm
+http://python.jo
+http://python.jp ok
+http://python.ke
+http://python.kg
+http://python.kh
+http://python.ki
+http://python.km
+http://python.kn
+http://python.kp
+http://python.kr ?
+http://python.kw
+http://python.ky
+http://python.kz
+http://python.la ?
+http://python.lb
+http://python.lc r_python.org
+http://python.li
+http://python.lk
+http://python.lr
+http://python.ls
+http://python.lt
+http://python.lu
+http://python.lv ok
+http://python.ly
+http://python.ma
+http://python.mc
+http://python.md
+http://python.me v
+http://python.mg r_python.org
+http://python.mh
+http://python.mk
+http://python.ml
+http://python.mm
+http://python.mn r meetup python
+http://python.mo
+http://python.mp
+http://python.mq
+http://python.mr
+http://python.ms ok
+http://python.mt
+http://python.mu r_python.org
+http://python.mv
+http://python.mw
+http://python.mx
+http://python.my ok
+http://python.mz
+http://python.na
+http://python.nc
+http://python.ne
+http://python.nf
+http://python.ng
+http://python.ni
+http://python.nl ah
+http://python.no r_python.org
+http://python.np
+http://python.nr
+http://python.nu ?
+http://python.nz ok
+http://python.om
+http://python.pa
+http://python.pe
+http://python.pf
+http://python.pg
+http://python.ph ok
+http://python.pk ?
+http://python.pl ? bluescreenwebpage
+http://python.pm
+http://python.pn
+http://python.pr
+http://python.ps
+http://python.pt ok
+http://python.pw ?
+http://python.py
+http://python.qa
+http://python.re ?
+http://python.ro ah
+http://python.rs ok
+http://python.ru ok
+http://python.rw
+http://python.sa
+http://python.sb
+http://python.sc
+http://python.sd
+http://python.se
+http://python.sh ah
+http://python.si ahah
+http://python.sj
+http://python.sk ok
+http://python.sl
+http://python.sm
+http://python.sn
+http://python.so
+http://python.sr
+http://python.st
+http://python.su ok
+http://python.sv
+http://python.sx r_python.org
+http://python.sy
+http://python.sz
+http://python.tc ok
+http://python.td
+http://python.tf
+http://python.tg
+http://python.th
+http://python.tj
+http://python.tk
+http://python.tl
+http://python.tm
+http://python.tn
+http://python.to
+http://python.tr
+http://python.tt
+http://python.tv ?
+http://python.tw v
+http://python.tz
+http://python.ua v
+http://python.ug
+http://python.uk
+http://python.us ?
+http://python.uy ok
+http://python.uz ?
+http://python.va
+http://python.vc r_python.org
+http://python.ve
+http://python.vg r_python.org
+http://python.vi
+http://python.vn ok
+http://python.vu
+http://python.wf
+http://python.ws v
+http://python.ye
+http://python.yt
+http://python.za
+http://python.zm
+http://python.zw
\ No newline at end of file
diff --git a/tlds.txt b/tlds.txt
new file mode 100644
index 0000000..8c5eb8e
--- /dev/null
+++ b/tlds.txt
@@ -0,0 +1,243 @@
+https://python.ac ?
+https://python.ad
+https://python.ae
+https://python.af
+https://python.ag
+https://python.ai
+https://python.al
+https://python.am
+https://python.ao
+https://python.aq
+https://python.ar
+https://python.as
+https://python.at
+https://python.au
+https://python.aw
+https://python.ax
+https://python.az
+https://python.ba
+https://python.bb
+https://python.bd
+https://python.be OK
+https://python.bf
+https://python.bg ?
+https://python.bh
+https://python.bi
+https://python.bj
+https://python.bm
+https://python.bn
+https://python.bo
+https://python.br
+https://python.bs
+https://python.bt
+https://python.bv
+https://python.bw
+https://python.by
+https://python.bz
+https://python.ca r_python.org
+https://python.cc only_http
+https://python.cd
+https://python.cf
+https://python.cg
+https://python.ch ?
+https://python.ci
+https://python.ck
+https://python.cl ah
+https://python.cm r_python.org
+https://python.cn
+https://python.co only_http
+https://python.cr
+https://python.cu
+https://python.cv
+https://python.cw
+https://python.cx ok
+https://python.cy
+https://python.cz ok
+https://python.de only_http
+https://python.dj
+https://python.dk only_http
+https://python.dm
+https://python.do
+https://python.dz
+https://python.ec ?
+https://python.ee ?
+https://python.eg
+https://python.er
+https://python.es ?
+https://python.et
+https://python.eu
+https://python.fi ok
+https://python.fj
+https://python.fk
+https://python.fm only_http
+https://python.fo
+https://python.fr
+https://python.ga only_http
+https://python.ge
+https://python.gf
+https://python.gg only_http
+https://python.gh
+https://python.gi
+https://python.gl ?
+https://python.gn
+https://python.gp
+https://python.gq ?
+https://python.gr v
+https://python.gs only_http
+https://python.gt
+https://python.gu
+https://python.gw
+https://python.gy only_http
+https://python.hk ok
+https://python.hm
+https://python.hn only_http
+https://python.hr
+https://python.ht only_http
+https://python.hu ok
+https://python.id
+https://python.ie ok
+https://python.il
+https://python.im
+https://python.in
+https://python.io only_http
+https://python.iq
+https://python.ir r_one.ir
+https://python.is only_http
+https://python.it ok
+https://python.je only_http
+https://python.jm
+https://python.jo
+https://python.jp ok
+https://python.ke
+https://python.kg
+https://python.kh
+https://python.ki
+https://python.km
+https://python.kn
+https://python.kp
+https://python.kr only_http
+https://python.kw
+https://python.ky
+https://python.kz
+https://python.la ?
+https://python.lb
+https://python.lc only_http
+https://python.li
+https://python.lk
+https://python.lr
+https://python.ls
+https://python.lt
+https://python.lu
+https://python.lv only_http
+https://python.ly
+https://python.ma
+https://python.mc
+https://python.md
+https://python.me v
+https://python.mg only_http
+https://python.mh
+https://python.mk
+https://python.ml
+https://python.mm
+https://python.mn only_http
+https://python.mo
+https://python.mp
+https://python.mq
+https://python.mr
+https://python.ms ok
+https://python.mt
+https://python.mu r_python.org
+https://python.mv
+https://python.mw
+https://python.mx
+https://python.my only_http
+https://python.mz
+https://python.na
+https://python.nc
+https://python.ne
+https://python.nf
+https://python.ng
+https://python.ni
+https://python.nl ah
+https://python.no only_http
+https://python.np
+https://python.nr
+https://python.nu only_http
+https://python.nz ok
+https://python.om
+https://python.pa
+https://python.pe
+https://python.pf
+https://python.pg
+https://python.ph ok
+https://python.pk ?
+https://python.pl only_http
+https://python.pm
+https://python.pn
+https://python.pr
+https://python.ps
+https://python.pt only_http
+https://python.pw only_http
+https://python.py
+https://python.qa
+https://python.re ?
+https://python.ro ?
+https://python.rs ok
+https://python.ru ok
+https://python.rw
+https://python.sa
+https://python.sb
+https://python.sc
+https://python.sd
+https://python.se
+https://python.sh ah
+https://python.si ahah
+https://python.sj
+https://python.sk ok
+https://python.sl
+https://python.sm
+https://python.sn
+https://python.so
+https://python.sr
+https://python.st
+https://python.su ok
+https://python.sv
+https://python.sx only_http
+https://python.sy
+https://python.sz
+https://python.tc ok
+https://python.td
+https://python.tf
+https://python.tg
+https://python.th
+https://python.tj
+https://python.tk
+https://python.tl
+https://python.tm
+https://python.tn
+https://python.to
+https://python.tr
+https://python.tt
+https://python.tv ?
+https://python.tw only_http
+https://python.tz
+https://python.ua only_http
+https://python.ug
+https://python.uk
+https://python.us ?
+https://python.uy ok
+https://python.uz ?
+https://python.va
+https://python.vc only_http
+https://python.ve
+https://python.vg only_http
+https://python.vi
+https://python.vn only_http
+https://python.vu
+https://python.wf
+https://python.ws only_http
+https://python.ye
+https://python.yt
+https://python.za
+https://python.zm
+https://python.zw
\ No newline at end of file