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

22
fly.toml Normal file
View file

@ -0,0 +1,22 @@
# fly.toml app configuration file generated for receitasdecerveja-com-br on 2023-12-15T19:36:49-03:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "receitasdecerveja-com-br"
primary_region = "gru"
[build]
[http_service]
internal_port = 8043
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ["app"]
[[vm]]
cpu_kind = "shared"
cpus = 1
memory_mb = 512