这是我的个人网站的第一篇文章。建立这个网站是为了分享我的胶片摄影作品和 Field Recording 录音。 虽然现在这里还很简陋,但它是完全属于我的数字花园。 关于这个网站 我选择使用 Hugo 搭建这个网站,并托管在 Vercel 上。这意味着它速度极快,而且完全免费。 为什么选择 Hugo? 静态生成,无需数据库。 本地写作,数据掌握在自己手中。 配合 Github,每一次修改都有记录。 未来的计划 接下来的几天,我会进行以下更新: 配置 Tailwind CSS 以美化界面 上传第一组胶片作品(使用 Fancybox 灯箱) 分享一段雨声的录音 绑定自定义域名 (已完成 ✅) 结语 感谢你的访问。保持好奇,保持热爱。 “Photography is the story I fail to put into words.” — Destin Sparks
多媒体测试:胶片与声音
这是我的第一篇多媒体测试。 1. 胶片展示 点击下面的图片,应该会弹出灯箱放大显示。 2. 声音记录 下面是一段 Field Recording 录音。 测试录音:雨声 您的浏览器不支持音频播放。 录制设备:Sony PCM-D100 遥音.voidsound · One Afternoon in Berlin, Rain, Thunder, Trainstation Of The Earth by Shabaka 测试结束。
Getting started with Vercel Web Analytics
Getting started with Vercel Web Analytics This guide will help you get started with using Vercel Web Analytics on your project, showing you how to enable it, add the package to your project, deploy your app to Vercel, and view your data in the dashboard. Select your framework to view instructions on using the Vercel Web Analytics in your project. Prerequisites A Vercel account. If you don’t have one, you can sign up for free. A Vercel project. If you don’t have one, you can create a new project. The Vercel CLI installed. If you don’t have it, you can install it using the following command: Install Vercel CLI # Using pnpm pnpm i vercel # Using yarn yarn i vercel # Using npm npm i vercel # Using bun bun i vercel Enable Web Analytics in Vercel On the Vercel dashboard, select your Project and then click the Analytics tab and click Enable from the dialog. ...