https://github.com/lb-/website
LB's personal website & blog
https://github.com/lb-/website
static-site website
Last synced: 5 months ago
JSON representation
LB's personal website & blog
- Host: GitHub
- URL: https://github.com/lb-/website
- Owner: lb-
- Created: 2014-07-28T22:09:51.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2025-11-22T03:21:11.000Z (8 months ago)
- Last Synced: 2025-11-22T05:31:24.005Z (8 months ago)
- Topics: static-site, website
- Language: HTML
- Homepage: https://lb.ee/
- Size: 19.5 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [`lb.ee`](https://lb.ee) personal website
## Resources
- Based on the starter repository [eleventy-base-blog](https://github.com/11ty/eleventy-base-blog).
- Using the [v2.0 release of 11ty](https://www.11ty.dev/blog/eleventy-v2/)).
## Running locally
1. Clone the repo
2. Install dependencies `npm install`
3. Run Eleventy `npx @11ty/eleventy` OR `npm build`
4. Or build and host on a local development server `npx @11ty/eleventy --serve` OR `npm start`
## Deployment & hosting
Currently deployed using Cloudflare pages.
- `posts-by.lb.ee/post-123` will redirect to`https://lb.ee/posts/post-123/` (Cloudflare proxy, redirects old Medium location to new location).
- `www.lb.ee` redirects to `lb.ee`.
## Analytics
No client-side analytics in use, only server-side Cloudflare analytics.
### Implementation Notes
- ...