File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22
3+ import os
34import sys
45sys .path .append ("." )
56from integrantes import INTEGRANTES
1213 "a lo largo del país, fortaleciendo a los miembros de la comunidad para generar un impacto "
1314 "positivo en el desarrollo de Python a nivel nacional y mundial."
1415)
15- SITEURL = ""
1616
17+ SITEURL = ""
1718PATH = "content"
18-
1919TIMEZONE = "America/Santiago"
20-
2120DEFAULT_LANG = "es"
21+ THEME = os .path .join (os .path .dirname (__file__ ), "pycltheme" )
2222
2323# Feed generation is usually not desired when developing
2424FEED_ALL_ATOM = None
133133# Uncomment following line if you want document-relative URLs when developing
134134# RELATIVE_URLS = True
135135
136- THEME = "pycltheme"
136+ print ( f"✅ Path var THEME: { THEME } " )
You can’t perform that action at this time.
0 commit comments