this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

changed to draft

Altagos 2034657e e8c9b30e

+20 -20
+18 -18
deno.json
··· 1 1 { 2 - "compilerOptions": { 3 - "jsx": "react-jsx", 4 - "jsxImportSource": "npm:preact", 5 - "types": [ 6 - "https://unpkg.com/@types/react@18.2.47/index.d.ts", 7 - "lume/types.ts" 8 - ] 9 - }, 10 - "tasks": { 11 - "lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -", 12 - "build": "deno task lume", 13 - "serve": "deno task lume -s", 14 - "deploy": "deno task build && tar -C _site -cvz . > site.tar.gz" 15 - }, 16 - "imports": { 17 - "lume/": "https://deno.land/x/lume@v2.1.4/" 18 - } 19 - } 2 + "compilerOptions": { 3 + "jsx": "react-jsx", 4 + "jsxImportSource": "npm:preact", 5 + "types": [ 6 + "https://unpkg.com/@types/react@18.2.47/index.d.ts", 7 + "lume/types.ts" 8 + ] 9 + }, 10 + "tasks": { 11 + "lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -", 12 + "build": "deno task lume", 13 + "serve": "LUME_DRAFTS=true deno task lume -s", 14 + "deploy": "deno task build && tar -C _site -cvz . > site.tar.gz" 15 + }, 16 + "imports": { 17 + "lume/": "https://deno.land/x/lume@v2.1.4/" 18 + } 19 + }
+2 -2
src/bettermotherfuckingwebsite.mdx
··· 1 1 --- 2 - draft: false 2 + draft: true 3 3 title: "This is still a motherfucking website." 4 4 5 5 metas: ··· 54 54 ## Epilogue 55 55 Inspired by the geniuses behind [motherfuckingwebsite.com](http://motherfuckingwebsite.com/) and [txti](http://txti.es/). 56 56 57 - This page—that isn't a total fucking eyesore—was created by me with help from him. 57 + This page—that isn't a total fucking eyesore—was created by me with help from him.