1

wip homepage

This commit is contained in:
Evan Pratten 2023-02-02 20:05:03 -05:00
parent 000f1c5afd
commit 0743f76805
376 changed files with 121 additions and 1466 deletions

12
.gitignore vendored
View File

@ -1,14 +1,2 @@
# Generated by Cargo
# will have compiled files and executables
/target/
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock
# These are backup files generated by rustfmt
**/*.rs.bk
/public/
/node_modules/

24
.vscode/tasks.json vendored
View File

@ -2,27 +2,5 @@
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"label": "Launch development webserver",
"type": "shell",
"command": "zola",
"args": [
"serve",
"--drafts",
"--open"
],
"problemMatcher": []
},
{
"label": "Launch development webserver (without drafts)",
"type": "shell",
"command": "zola",
"args": [
"serve",
"--open"
],
"problemMatcher": []
}
]
"tasks": []
}

View File

@ -1,2 +0,0 @@
# Global owners
* @ewpratten

Some files were not shown because too many files have changed in this diff Show More