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:
Renne Rocha 2023-11-29 17:47:07 -03:00 committed by Renne Rocha
parent 7846dfde1d
commit 7228ee43b5
34 changed files with 1065 additions and 1 deletions

View 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 = ""