Create jekyll-gh-pages.yml
Revert Commit inicial - quickstart do Pelican Remover README Teste de Action para Github Actions Clean repo Making it work with Pelican and fly.io Novo tema e tracking com Umami
This commit is contained in:
parent
7846dfde1d
commit
7228ee43b5
34 changed files with 1065 additions and 1 deletions
33
receitasdecerveja/pelicanconf.py
Normal file
33
receitasdecerveja/pelicanconf.py
Normal file
|
@ -0,0 +1,33 @@
|
|||
AUTHOR = "Renne Rocha"
|
||||
SITENAME = "Receitas de Cerveja"
|
||||
SITEURL = "https://receitasdecerveja.com.br"
|
||||
|
||||
PATH = "content"
|
||||
|
||||
TIMEZONE = "America/Sao_Paulo"
|
||||
|
||||
DEFAULT_LANG = "pt-br"
|
||||
DEFAULT_DATE_FORMAT = '%d / %m / %Y'
|
||||
|
||||
FEED_ALL_ATOM = None
|
||||
CATEGORY_FEED_ATOM = None
|
||||
TRANSLATION_FEED_ATOM = None
|
||||
AUTHOR_FEED_ATOM = None
|
||||
AUTHOR_FEED_RSS = None
|
||||
|
||||
# Blogroll
|
||||
LINKS = (
|
||||
("Mastodon", "https://chaos.social/@rennerocha"),
|
||||
)
|
||||
|
||||
# Social widget
|
||||
SOCIAL = (
|
||||
("Mastodon", "https://chaos.social/@rennerocha"),
|
||||
)
|
||||
|
||||
DEFAULT_PAGINATION = 3
|
||||
|
||||
RELATIVE_URLS = True
|
||||
|
||||
THEME = "themes/monospace"
|
||||
UMAMI_WEBSITE_ID = ""
|
Loading…
Add table
Add a link
Reference in a new issue