-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
88 changed files
with
60,216 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Title: Em Construção | ||
slug: em-construcao | ||
Date: 2024-01-01 12:00 | ||
Category: Home | ||
Summary: Em Construção | ||
|
||
Estamos trabalhando para logo trazer mais informações |
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
AUTHOR = 'pybr-organizers' | ||
SITENAME = 'pybr2024-site' | ||
from util.jinja_filters import get_by_slug | ||
|
||
|
||
SITEYEAR = 2023 | ||
SITEURL = '' | ||
|
||
AUTHOR = 'Python Brasil' | ||
SITENAME = 'Python Brasil 2023' | ||
THEME = 'theme' | ||
PATH = 'content' | ||
|
||
TIMEZONE = 'America/Bahia' | ||
|
||
DEFAULT_LANG = 'pt' | ||
DEFAULT_LANG = 'pt-br' | ||
|
||
# Feed generation is usually not desired when developing | ||
FEED_ALL_ATOM = None | ||
|
@@ -15,17 +18,49 @@ | |
AUTHOR_FEED_ATOM = None | ||
AUTHOR_FEED_RSS = None | ||
|
||
# Blogroll | ||
LINKS = (('Pelican', 'https://getpelican.com/'), | ||
('Python.org', 'https://www.python.org/'), | ||
('Jinja2', 'https://palletsprojects.com/p/jinja/'), | ||
('You can modify those links in your config file', '#'),) | ||
JINJA_FILTERS = { | ||
"get_by_slug": get_by_slug, | ||
} | ||
|
||
PLUGINS = [] | ||
|
||
MENU = [ | ||
('#inicio', 'Início', False), | ||
('#evento', 'Sobre o evento', False), | ||
('#keynotes', 'Keynotes', False), | ||
('#programacao', 'Programação', False), | ||
('#patrocinadores', 'Patrocinadores', False), | ||
('#faq', 'FAQ', False), | ||
('#footer', 'Site Map', False), | ||
] | ||
|
||
SOCIAL = { | ||
'twitter':'https://twitter.com/pythonbrasil', | ||
'instagram':'https://instagram.com/pythonbrasil', | ||
'linkedin':'https://www.linkedin.com/company/apyb/', | ||
'youtube':'https://www.youtube.com/c/pythonbrasiloficial', | ||
'facebook':'https://www.facebook.com/pythonbrasil', | ||
'flickr':'https://www.flickr.com/pythonbrasil', | ||
'telegram':'https://t.me/pythonbrasil', | ||
'email':'mailto:[email protected]', | ||
} | ||
|
||
DEFAULT_PAGINATION = False | ||
SITE_META_KEYWORDS = f"Python Brasil, Python Brasil {SITEYEAR}, evento python, comunidade, evento, Programação, Python" | ||
SITE_META_DESCRIPTION = "Python Brasil é o maior evento sobre linguagem de programação Python do Brasil. Feito pela comunidade para a comunidade, tem o objetivo de difundir a linguagem, promover a troca de experiências e manter a comunidade crescendo igualmente em público e impacto social." | ||
|
||
# Social widget | ||
SOCIAL = (('You can add links in your config file', '#'), | ||
('Another social link', '#'),) | ||
EVENTO = { | ||
'inscricao':'', | ||
'submissao':'', | ||
'data_evento': '', | ||
'cidade': '' | ||
} | ||
|
||
DEFAULT_PAGINATION = 10 | ||
PLANOS = { | ||
'pt_br':'', | ||
'en':'', | ||
} | ||
|
||
# Uncomment following line if you want document-relative URLs when developing | ||
#RELATIVE_URLS = True | ||
GUIA = { | ||
'pt_br':'', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.