Rewrite site with 11ty
This commit is contained in:
parent
815d89ad49
commit
3da1f74f98
56 changed files with 5242 additions and 911 deletions
33
.gitignore
vendored
33
.gitignore
vendored
|
|
@ -1,4 +1,29 @@
|
|||
static/lib/
|
||||
static/info.php
|
||||
.vscode/
|
||||
public/
|
||||
# Node.js files
|
||||
node_modules/
|
||||
|
||||
# Built files
|
||||
/_site/
|
||||
|
||||
# MacOS files
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
|
||||
# Thumbnails
|
||||
._*
|
||||
|
||||
# Files that might appear in the root of a volume
|
||||
.DocumentRevisions-V100
|
||||
.fseventsd
|
||||
.Spotlight-V100
|
||||
.TemporaryItems
|
||||
.Trashes
|
||||
.VolumeIcon.icns
|
||||
.com.apple.timemachine.donotpresent
|
||||
|
||||
# Directories potentially created on remote AFP share
|
||||
.AppleDB
|
||||
.AppleDesktop
|
||||
Network Trash Folder
|
||||
Temporary Items
|
||||
.apdisk
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue