Add default config.json
This commit is contained in:
parent
2f672ecf27
commit
234f78aa40
@ -5,6 +5,7 @@ The webpage for Jana-Sessions (unofficial name), fully written in Rust.
|
||||
## Building
|
||||
|
||||
The project currently uses leptos, so you'll want to install trunk (`cargo install trunk`).
|
||||
For the build to work you'll need the `wasm32-unknown-unknown` target (`rustup target add wasm32-unknown-unknown`).
|
||||
|
||||
You can build the projekt with
|
||||
```bash
|
||||
|
||||
3
config.json
Normal file
3
config.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"motd": "Hello world!"
|
||||
}
|
||||
@ -1,5 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head></head>
|
||||
<body></body>
|
||||
<head>
|
||||
<title>Band Sessions</title>
|
||||
<link data-trunk rel="copy-file" href="config.json"/>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user