Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

corrige artigo e adiciona relevancia a titulos #132

Merged
merged 1 commit into from
Aug 12, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Vamos criar nossos arquivos de configuração, e logs do nosso projeto.
cd ~/www/myproject
mkdir static media logs project
touch nginx.conf supervisor.conf start.sh
touch logs/access.log logs/error.log logs/gunicorn.log logs/suprevisor.log
touch logs/access.log logs/error.log logs/gunicorn.log logs/supervisor.log
```

No momento nosso filesystem se parece com esse:
Expand Down
8 changes: 4 additions & 4 deletions pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@
SITEMAP = {
'format': 'xml',
'priorities': {
'articles': 0.5,
'articles': 0.8,
'indexes': 0.5,
'pages': 0.5
'pages': 0.3
},
'changefreqs': {
'articles': 'monthly',
'articles': 'daily',
'indexes': 'daily',
'pages': 'monthly'
}
Expand All @@ -90,4 +90,4 @@
RELATIVE_URLS = True

# Geracao de PDF
# PDF_GENERATOR = True
# PDF_GENERATOR = True