/site/_config.py
https://bitbucket.org/jnoller/pythonmentors/ · Python · 24 lines · 10 code · 3 blank · 11 comment · 0 complexity · 182966f7d32b630a4089c66cea30d4e9 MD5 · raw file
- # This is a barren blogofile config file.
- # See docs at http://www.blogofile.com/documentation
- # for config options
- # or run 'blogofile help init' to see more complete templates
- site.url = "http://www.pythonmentors.com"
- site.file_ignore_patterns = [
- # All files that start with an underscore
- ".*/_.*",
- # Emacs temporary files
- ".*/#.*",
- # Emacs/Vim temporary files
- ".*~$",
- # Vim swap files
- ".*/\..*\.swp$",
- # VCS directories
- ".*/\.(git|hg|svn|bzr)$",
- # Git and Mercurial ignored files definitions
- ".*/.(git|hg)ignore$",
- # CVS dir
- ".*/CVS$",
- ]