https://github.com/pezy/pezy.github.io
my link blog
https://github.com/pezy/pezy.github.io
blog
Last synced: 9 months ago
JSON representation
my link blog
- Host: GitHub
- URL: https://github.com/pezy/pezy.github.io
- Owner: pezy
- License: cc0-1.0
- Created: 2025-02-05T16:27:05.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-04-04T17:15:20.000Z (9 months ago)
- Last Synced: 2025-04-04T17:22:19.401Z (9 months ago)
- Topics: blog
- Language: CSS
- Homepage: http://dtun.org/
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DTun: Data Tunnel
个人尝试的一种链接博客的形式
## 本地预览
```sh
docker run --rm -it \
-p 4000:4000 \
-v "$(pwd):/srv/jekyll" \
jekyll/jekyll:latest \
sh -c "gem install webrick && jekyll serve --watch"
```