Skip to content

Commit

Permalink
Switch plugins site to Nikola — solves half of getnikola/nikola#2482
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jan 8, 2017
1 parent 8586402 commit c9b56bc
Show file tree
Hide file tree
Showing 58 changed files with 9,124 additions and 2,240 deletions.
37 changes: 33 additions & 4 deletions .gitignore
@@ -1,5 +1,34 @@
*.py[cod]
__pycache__
output/v*
output/plugin_data.js
*.py[co]
*.db
*~
/dist
*.log
*.diff
*.patch
tmp/
output/
build/
.idea/
__pycache__/
*.egg-info/
.cache/

# virtualenvwrapper oh-my-zsh plugin
.venv

# coverage.py
.coverage

# pyenv
.python-version

# GitHub token
.pypt/gh-token

#
.DS_Store

# Nikola stuff
output
cache
.doit.db

0 comments on commit c9b56bc

Please sign in to comment.