๐Ÿ“ฆ leog / site

Personal site with posts (based on @leerob/site)

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/leog/site.git
HTTPS git clone https://github.com/leog/site.git
SSH git clone git@github.com:leog/site.git
CLI gh repo clone leog/site
Leo Giovanetti Leo Giovanetti Tweaks to filters daef472 2 months ago ๐Ÿ“ History
๐Ÿ“‚ main View all commits โ†’
๐Ÿ“ app
๐Ÿ“ lib
๐Ÿ“„ .gitignore
๐Ÿ“„ .prettierrc
๐Ÿ“„ bun.lockb
๐Ÿ“„ mdx-components.tsx
๐Ÿ“„ next.config.ts
๐Ÿ“„ package.json
๐Ÿ“„ postcss.config.mjs
๐Ÿ“„ README.md
๐Ÿ“„ tsconfig.json
๐Ÿ“„ README.md

Deploy with Vercel

site

based on @leerob's site

  • Dark mode
  • Removed postgres redirections
  • Renamed "notes" to "posts" (/n to /post)
  • My custom style applied to mdx-components
  • Adds keywords to posts
  • List posts with certain keywords (/posts/keyword)

Running Locally

This application requires Node.js v18.17+.

git clone https://github.com/leog/site.git
cd site
bun install
bun run delete # Remove all of my posts
bun dev

License

  • You are free to use this code as inspiration.
  • Please do not copy it directly.
  • Crediting the author is appreciated.
Please remove all of my personal information by running bun run delete.