add content and modify gitignore
I decided to read the content for simplicity and data safety on my site. It's a website, so the content is out there anyway.
This commit is contained in:
parent
92696d28bb
commit
084cda3e07
63 changed files with 882 additions and 12 deletions
14
.gitignore
vendored
14
.gitignore
vendored
|
@ -1,17 +1,7 @@
|
|||
# ignored directories
|
||||
/content/*
|
||||
/static/upload/*
|
||||
# generated directories
|
||||
/public/*
|
||||
/resources/*
|
||||
/resources/_gen/*
|
||||
|
||||
# ignored files
|
||||
notes.md
|
||||
.directory
|
||||
.hugo_build.lock
|
||||
*.kate-swp
|
||||
/static/gpg.pub
|
||||
|
||||
# not ignored directories
|
||||
!/content/errorpages/
|
||||
!/content/privacy.md
|
||||
!/content/blogroll.md
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue