joshcrain.io
1.0.0
该站点使用高度进行静态站点生成。使用git跟踪更改,并使用命令行推动。该站点是通过使用连续部署来自动部署的。
我使用细丝组的文章让我开始。
https://joshcrain.io/
npm install
npx @11ty/eleventy --serve
Browse to http://localhost:8080/ (8080 is the default but it'll bump to a new port if that one is taken, so use whatever port shows up when you run the --serve
command).