diff --git a/.nova/Configuration.json b/.nova/Configuration.json index 136f707..51b43ff 100644 --- a/.nova/Configuration.json +++ b/.nova/Configuration.json @@ -1,7 +1,7 @@ { - "apexskier.typescript.config.formatDocumentOnSave": "true", - "apexskier.typescript.config.isEnabledForJavascript": "Enable", - "apexskier.typescript.config.organizeImportsOnSave": "true", - "apexskier.typescript.config.userPreferences.quotePreference": "single", - "apexskier.typescript.config.userPreferences.useLabelDetailsInCompletionEntries": true + "apexskier.typescript.config.formatDocumentOnSave" : "true", + "apexskier.typescript.config.isEnabledForJavascript" : "Enable", + "apexskier.typescript.config.organizeImportsOnSave" : "true", + "apexskier.typescript.config.userPreferences.quotePreference" : "single", + "apexskier.typescript.config.userPreferences.useLabelDetailsInCompletionEntries" : true } diff --git a/README.md b/README.md index 3a41123..74328ed 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ I can see that there are plenty of posts using only descriptions and links witho be missed. This isn't a great solution. Another idea was to store only URLs of posts and resolve the content and account information live. -This would be better, but I'm *still* storing post information while also slowing the app down and introduce more code +This would be better, but I'm _still_ storing post information while also slowing the app down and introduce more code complexity. I'm willing to make this change if people prefer this though. Additionally, I ended up adding a few things which turned out to be not needed: @@ -51,7 +51,6 @@ By default, NVM is used to install NodeJS, but you can install it any way you wa This is based on [SvelteKit's instructions](https://kit.svelte.dev/docs/adapter-node#deploying) and [How To Deploy Node.js Applications Using Systemd and Nginx](https://www.digitalocean.com/community/tutorials/how-to-deploy-node-js-applications-using-systemd-and-nginx) - #### On your server Install Apache2 if not already installed. @@ -78,7 +77,6 @@ Enter `$APP_DIR`. Place `package-lock.json` and `start.sh.EXAMPLE` in this directory. Run `npm ci --omit dev` to install the dependencies. - Rename `start.sh.EXAMPLE` to `start.sh` and set the path to your NVM. If you do not have NVM installed, simply remove the line and make sure your node executable can be found either by @@ -93,12 +91,11 @@ If you do, add the path to your SSLCertificateFile and SSLCertificateKeyFile. Copy `moshing-mammut.service.EXAMPLE` to `/etc/systemd/system/moshing-mammut.service` and set your `User`, `Group`, `ExecStart` and `WorkingDirectory` accordingly. - #### On your development machine Copy `.env.EXAMPLE` to `.env` and add your `YOUTUBE_API_KEY`. To obtain one follow [YouTube's guide](https://developers.google.com/youtube/registering_an_application) to create an -*API key*. As soon as #13 is implemented, this will be optional! +_API key_. As soon as #13 is implemented, this will be optional! Run `npm run build` and copy the output folder, usually `build` to `$APP_DIR` on your server. diff --git a/faviconDescription.json b/faviconDescription.json index edc8e91..3d77851 100644 --- a/faviconDescription.json +++ b/faviconDescription.json @@ -1,4 +1,3 @@ - { "masterPicture": "./icon.svg", "iconsPath": "/static", @@ -61,4 +60,4 @@ "htmlCodeFile": false, "usePathAsIs": false } -} \ No newline at end of file +} diff --git a/src/app.html b/src/app.html index 52aae12..fa2ed58 100644 --- a/src/app.html +++ b/src/app.html @@ -1,53 +1,53 @@ -
- - - - - - - - - - - - - - - - %sveltekit.head% - - - -