Skip to content

Commit 2d9ee37

Browse files
committed
Merge pull request #132 from igr-santos/pelican
corrige artigo e adiciona relevancia a titulos
2 parents 5698fc9 + 3df9a1c commit 2d9ee37

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

content/configurando-um-servidor-de-producao-para-aplicacoes-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Vamos criar nossos arquivos de configuração, e logs do nosso projeto.
123123
cd ~/www/myproject
124124
mkdir static media logs project
125125
touch nginx.conf supervisor.conf start.sh
126-
touch logs/access.log logs/error.log logs/gunicorn.log logs/suprevisor.log
126+
touch logs/access.log logs/error.log logs/gunicorn.log logs/supervisor.log
127127
```
128128

129129
No momento nosso filesystem se parece com esse:

pelicanconf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@
6969
SITEMAP = {
7070
'format': 'xml',
7171
'priorities': {
72-
'articles': 0.5,
72+
'articles': 0.8,
7373
'indexes': 0.5,
74-
'pages': 0.5
74+
'pages': 0.3
7575
},
7676
'changefreqs': {
77-
'articles': 'monthly',
77+
'articles': 'daily',
7878
'indexes': 'daily',
7979
'pages': 'monthly'
8080
}
@@ -90,4 +90,4 @@
9090
RELATIVE_URLS = True
9191

9292
# Geracao de PDF
93-
# PDF_GENERATOR = True
93+
# PDF_GENERATOR = True

0 commit comments

Comments
 (0)