Add attributions to README
This commit is contained in:
parent
d4e8eb7dd8
commit
ae4ed1e358
11 changed files with 25 additions and 673 deletions
13
README.md
13
README.md
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
Bad Manners's personal website, built using Astro + Typescript + TailwindCSS.
|
||||
|
||||
For attributions, see [`licenses.toml`](src/data/licenses.toml).
|
||||
|
||||
## Requirements
|
||||
|
||||
- Node.js 20+
|
||||
|
|
@ -44,14 +46,3 @@ Then, if you're using rsync, after configuring the `websitebm` host (or the name
|
|||
```bash
|
||||
rsync --delete-after -acP dist/ websitebm:/home/public
|
||||
```
|
||||
|
||||
Or if you prefer LFTP, create a `.env` file at the root of the project:
|
||||
|
||||
```env
|
||||
DEPLOY_LFTP_HOST=https://example-webdav-server.com
|
||||
DEPLOY_LFTP_USER=example_user
|
||||
DEPLOY_LFTP_PASSWORD=sup3r_s3cr3t_password
|
||||
DEPLOY_LFTP_TARGETFOLDER=sites/badmanners.xyz/
|
||||
```
|
||||
|
||||
Then run `npm run deploy-lftp`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue