This website works better with JavaScript.
Explore
Help
Sign In
LEdoian
/
blog
Watch
1
Star
0
Fork
You've already forked blog
0
Code
Releases
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
df53218d7e
blog
pub/systemd-gripes
pub/forgetting-dns6
pub/kerberos-wifi
pub/mimeapps
pub/python-goto
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'df53218d7e'
${ noResults }
blog
/
.gitignore
7 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Ignore Python cache
4 years ago
__pycache__/
Init with gitignore
4 years ago
env/
.*
Allow other git related files
2 years ago
!.git*
Ignore /var in output This will serve as storage for other stuff, so we can serve something else than the blog. There cannot be a .gitignore in output/, since that directory gets re-generated as a whole. (I could probably convince Pelican to always put it there, but that seems more fragile than to hardcode it in repo root.)
2 years ago
/output/var