wip homepage
This commit is contained in:
parent
000f1c5afd
commit
0743f76805
12
.gitignore
vendored
12
.gitignore
vendored
@ -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
24
.vscode/tasks.json
vendored
@ -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": []
|
||||
}
|
@ -1,2 +0,0 @@
|
||||
# Global owners
|
||||
* @ewpratten
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user