DIYgod mirror
Go to file
DIYgod b72fbb501f
feat: use rehype-infer-description-meta to get excerpt
2022-12-08 18:56:39 +00:00
.github/workflows Merge pull request #37 from Crossbell-Box/renovate/actions-checkout-3.x 2022-10-22 02:37:58 +01:00
.husky chore: use prettier 2022-08-06 18:49:04 +01:00
deploy feat: nft page 2022-11-28 01:01:59 +00:00
e2e setup playwright (#69) 2022-05-21 16:53:25 +08:00
public feat: update home page 2022-11-22 14:57:35 +00:00
src feat: use rehype-infer-description-meta to get excerpt 2022-12-08 18:56:39 +00:00
.dockerignore chore: add .git to docker 2022-10-09 01:56:54 +01:00
.env.example fix: discord link 2022-11-18 13:55:45 +00:00
.eslintrc.json so now we're on fly.io 2022-05-16 14:13:44 +08:00
.gitignore chore: ignore IDE specific files 2022-09-08 21:27:06 +08:00
.prettierignore chore: use prettier 2022-08-06 18:49:04 +01:00
.prettierrc chore: add prettier config, closes #78 2022-05-22 16:42:15 +08:00
.prettierrc.json chore: use prettier 2022-08-06 18:49:04 +01:00
Dockerfile feat: use node 18 to avoid invalid date bug 2022-11-23 10:55:04 +00:00
LICENSE feat: showcase 2022-10-12 19:00:50 +01:00
README.md feat: add twitter link 2022-10-13 01:53:36 +01:00
apply.sh feat: deploy 2022-08-12 15:48:06 +08:00
fly.toml force https 2022-05-20 16:20:16 +08:00
next-env.d.ts so now we're on fly.io 2022-05-16 14:13:44 +08:00
next.config.js feat: remove ipfs sw gateway 2022-11-21 19:58:43 +00:00
package.json chore: update dependencies 2022-12-05 12:46:04 +00:00
playwright.config.ts setup playwright (#69) 2022-05-21 16:53:25 +08:00
pnpm-lock.yaml chore: update dependencies 2022-12-05 12:46:04 +00:00
postcss.config.js update temp landing page 2022-05-20 01:03:13 +08:00
renovate.json chore(deps): add renovate.json 2022-07-28 12:39:41 +00:00
showcase.json feat: use rehype-infer-description-meta to get excerpt 2022-12-08 18:56:39 +00:00
tailwind.config.js feat: use rehype-infer-description-meta to get excerpt 2022-12-08 18:56:39 +00:00
tsconfig.json chore: use prettier 2022-08-06 18:49:04 +01:00
types.d.ts improving login/subscription flow 2022-05-27 02:15:58 +08:00
uno.config.ts fix: types errors 2022-11-10 01:50:06 +00:00
vitest.config.ts use vitest 2022-05-28 13:33:26 +08:00

README.md

xLog

xLog

An on-chain and open-source blogging platform for everyone.

Discord Twitter build

Features

Elegant

Out-of-the-box, good looking, no friction.

On-chain

All blog data, including configs, posts, following, comments, etc., are permanently stored on the blockchain with your own hands and can only be controlled by yourself and not the platform.

Rich Interactions

You can follow, comment, like, and mint your blog and posts, all on the blockchain of course.

Highly Customizable

Domain name, navigation bar, custom styles, all as you wish, and stored on the blockchain.

Development

Follow the steps to run it locally.

  1. Copy .env.example to .env
  2. Install dependencies: pnpm i
  3. Start dev server: pnpm dev

This project is developed based on proselog