My first blog post
·
1min
·
Paxon Qiao
This is my first blog post.
~/blog/zola via 🅒 base took 8.5s
➜
zola init myblog
Welcome to Zola!
Please answer a few questions to get started quickly.
Any choices made can be changed by modifying the `config.toml` file later.
> What is the URL of your site? (https://example.com):
> Do you want to enable Sass compilation? [Y/n]:
> Do you want to enable syntax highlighting? [y/N]:
> Do you want to build a search index of the content? [y/N]:
Done! Your site was created in /Users/qiaopengjun/blog/zola/myblog
Get started by moving into the directory and using the built-in server: `zola serve`
Visit https://www.getzola.org for the full documentation.
~/blog/zola via 🅒 base took 14.4s
➜
ls
myblog
~/blog/zola via 🅒 base
➜
cd myblog/
blog/zola/myblog via 🅒 base
➜
ls
config.toml content sass static templates themes
blog/zola/myblog via 🅒 base
➜
gigit clone https://github.com/st1020/kita.git themes/kita
正克隆到 'themes/kita'...
警告:重定向到 https://ghp.ci/https://github.com/st1020/kita.git/
remote: Enumerating objects: 488, done.
remote: Counting objects: 100% (233/233), done.
remote: Compressing objects: 100% (92/92), done.
remote: Total 488 (delta 179), reused 164 (delta 138), pack-reused 255 (from 1)
接收对象中: 100% (488/488), 2.20 MiB | 4.69 MiB/s, 完成.
处理 delta 中: 100% (288/288), 完成.
blog/zola/myblog via 🅒 base took 36.4s
➜
c