jekyll
github pages就是基于jekyll。而jekyll基于 [[ ruby ]] 所写。
[Jekyll • Simple, blog-aware, static sites | Transform your plain text into static websites and blogs](https://jekyllrb.com/) |
工程根目录执行,开启本地调试模式。
gem install jekyll
gem install jekyll bundler
sudo bundle exec jekyll serve --host 0.0.0.0
反向链接:
hugo和jekyll对比
[Jekyll vs. Hugo - choosing the right tool for the job
CloudCannon](https://cloudcannon.com/blog/jekyll-vs-hugo-choosing-the-right-tool-for-the-job/)
用notion建设数字花园
Fruition - Build Your Next Website With Notion, For Free
以上方案相当于直接用一个中间层,把自定义域名转发到notion。这个中间层的引入,就能使得网站自定义域名、注入js脚本、改css等等。