Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 32 additions & 2 deletions apps/lumeweb.com/astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,13 +1,43 @@
import react from "@astrojs/react";
import sitemap from "@astrojs/sitemap";
import astroLlmsTxt from "@4hse/astro-llms-txt";
import { defineConfig } from "astro/config";

import tailwindcss from "@tailwindcss/vite";

// https://astro.build/config
export default defineConfig({
integrations: [react(), sitemap()],

integrations: [
react(),
sitemap(),
astroLlmsTxt({
title: 'Lume Web',
description: 'A platform, network and experience that allows you to control and own your online web.',
details: 'Lume Web is building infrastructure for the open, user-owned web. We provide tools and services that respect privacy, resist censorship, and put users in control of their digital lives.',
notes: '- This content is auto-generated from the official source.',
docSet: [
{
title: 'Complete site',
description: 'The full Lume Web documentation',
url: '/llms-full.txt',
include: ['**'],
promote: ['index.astro'],
},
{
title: 'Small site',
description: 'Index of key pages',
url: '/llms-small.txt',
include: ['**'],
onlyStructure: true,
promote: ['index.astro'],
},
],
pageSeparator: '\n\n---\n\n',
}),
],
server: {
allowedHosts: true,
},
outDir: "./dist",
site: "https://lumeweb.com",

Expand Down
9 changes: 7 additions & 2 deletions apps/lumeweb.com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,27 @@
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview"
"preview": "astro preview --host"
},
"devDependencies": {
"@4hse/astro-llms-txt": "^1.0.4",
"@astrojs/react": "catalog:",
"@astrojs/sitemap": "^3.7.0",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"astro": "catalog:",
"astro-seo": "^1.1.0",
"qrcode": "catalog:",
"react": "catalog:",
"react-dom": "catalog:",
"typewriter-effect": "^2.22.0"
},
"dependencies": {
"@tailwindcss/vite": "catalog:",
"tailwindcss": "catalog:websites"
"clsx": "catalog:",
"tailwind-merge": "catalog:",
"tailwindcss": "catalog:websites",
"zod": "catalog:"
},
"repository": {
"type": "git",
Expand Down
Binary file removed apps/lumeweb.com/src/assets/contribute-bg.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/cto-avatar.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/donate-gfx-right.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/home-gfx-left.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/main-donate-bg.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/main-page-hero.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/main-page-hero@0.5x.png
Binary file not shown.
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/main-vision-bg.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/main-what-bg.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/meme-1-small.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/meme-1.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/meme-2-small.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/meme-2.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/meme-3-small.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/meme-3.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/meme-4-small.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/meme-4.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/new-world-bg.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/single-brand-bg-1.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/single-brand-bg-2.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/unifying-bg.png
Binary file not shown.
Binary file removed apps/lumeweb.com/src/assets/vision-jumbotron-bg.png
Diff not rendered.
Binary file removed apps/lumeweb.com/src/assets/web3-myth.png
Diff not rendered.
Binary file removed apps/lumeweb.com/src/assets/why-bg-2.png
Diff not rendered.
53 changes: 0 additions & 53 deletions apps/lumeweb.com/src/components/Donate/How.astro

This file was deleted.

18 changes: 0 additions & 18 deletions apps/lumeweb.com/src/components/Donate/Jumbotron.astro

This file was deleted.

19 changes: 0 additions & 19 deletions apps/lumeweb.com/src/components/Donate/Legal.astro

This file was deleted.

Loading
Loading