This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
STATIC_PATHS = [ | |
'images', | |
'extra/robots.txt', | |
'extra/favicon.ico', | |
'extra/favicon.png', | |
# Site estático da primeira edição do evento | |
'conf-1' | |
] | |
EXTRA_PATH_METADATA = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
content | |
├── conf-1 | |
│ └── assets | |
│ ├── css | |
│ ├── fonts | |
│ ├── img | |
│ │ ├── keynotes | |
│ │ └── palestrantes | |
│ └── js | |
├── extra |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
extra | |
├── conf-1 | |
| ├── assets | |
| │ ├── css | |
| │ ├── fonts | |
| │ ├── img | |
| │ │ ├── keynotes | |
| │ │ └── palestrantes | |
| │ └── js | |
| └── index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
STATIC_PATHS = [ | |
'images', | |
'extra/robots.txt', | |
'extra/favicon.ico', | |
'extra/favicon.png', | |
# Site estático da primeira edição do evento | |
'extra/conf-1/' | |
] | |
EXTRA_PATH_METADATA = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_site | |
├── assets | |
│ ├── css | |
│ ├── fonts | |
│ ├── img | |
│ │ ├── keynotes | |
│ │ └── palestrantes | |
│ └── js | |
└── index.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
STATIC_PATHS = ['images', 'extra/robots.txt', | |
'extra/favicon.ico', 'extra/favicon.png', | |
'extra/teste.html'] | |
EXTRA_PATH_METADATA = { | |
'extra/robots.txt': {'path': 'robots.txt'}, | |
'extra/favicon.ico': {'path': 'favicon.ico'}, | |
'extra/favicon.png': {'path': 'favicon.png'}, | |
'extra/teste.html': {'path': 'teste.html'} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
STATIC_PATHS = ['images', 'extra/robots.txt', | |
'extra/favicon.ico', 'extra/favicon.png'] | |
EXTRA_PATH_METADATA = { | |
'extra/robots.txt': {'path': 'robots.txt'}, | |
'extra/favicon.ico': {'path': 'favicon.ico'}, | |
'extra/favicon.png': {'path': 'favicon.png'} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Hi my name is: {{.Name}}." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker ps -a --format "table {{.ID}}\t{{.Image}}\t{{.Names}}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"Oi meu nome é: {{.Name}}." |