diff --git a/apps/website/.gitignore b/apps/website/.gitignore index 5a3bb8506..a547bf36d 100644 --- a/apps/website/.gitignore +++ b/apps/website/.gitignore @@ -1,28 +1,24 @@ +# Logs +logs +*.log +npm-debug.log* +yarn-debug.log* +yarn-error.log* +pnpm-debug.log* +lerna-debug.log* + node_modules +dist +dist-ssr +*.local -# Output -.output -.vercel -.netlify -.wrangler -/.svelte-kit -/build - -# OS +# Editor directories and files +.vscode/* +!.vscode/extensions.json +.idea .DS_Store -Thumbs.db - -# Env -.env -.env.* -!.env.example -!.env.test - -# Vite -vite.config.js.timestamp-* -vite.config.ts.timestamp-* - -# Paraglide -src/lib/paraglide - -project.inlang/cache \ No newline at end of file +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? diff --git a/apps/website/.npmrc b/apps/website/.npmrc deleted file mode 100644 index b6f27f135..000000000 --- a/apps/website/.npmrc +++ /dev/null @@ -1 +0,0 @@ -engine-strict=true diff --git a/apps/website/README.md b/apps/website/README.md index 88ad0a1c6..1ebc2149e 100644 --- a/apps/website/README.md +++ b/apps/website/README.md @@ -1,11 +1,15 @@ -# apps/website +# `create-preact` -Landing page for Trilium Notes powered by [Svelte](https://github.com/sveltejs/cli) and [Tailwind CSS](https://tailwindcss.com/). +
- Trilium Notes helps you build and organize complex personal knowledge bases effortlessly. - Its unique tree structure, rich editing tools, and powerful search features make managing your information intuitive and flexible. - - -
-Build your personal knowledge base with powerful features and full privacy.
- --If you use VSCode, install the Sherlock i18n extension for a better i18n experience. -
diff --git a/apps/website/src/routes/download-now.svelte b/apps/website/src/routes/download-now.svelte deleted file mode 100644 index 20abe9c55..000000000 --- a/apps/website/src/routes/download-now.svelte +++ /dev/null @@ -1,18 +0,0 @@ - - -{#if url} - - Download now - - ({platform} {architecture}) - - -{/if} \ No newline at end of file diff --git a/apps/website/src/routes/download/+page.svelte b/apps/website/src/routes/download/+page.svelte deleted file mode 100644 index b09c684f9..000000000 --- a/apps/website/src/routes/download/+page.svelte +++ /dev/null @@ -1,65 +0,0 @@ - - -{typeof platform.title === "object" ? platform.description[architecture] : platform.description}
-{text}
-