fastpages配合GitHub快速搭建博客
By 无名
at 2020-02-28
An easy to use blogging platform with extra features for Jupyter Notebooks.
Fastpages 使用 nbdev 把 Jupyter Notebooks 、md、docx 转换为博客文章。文章文本保存到/notebooks 文件夹中,GitHub Actions 会自动对其应用 nbdev。
官网介绍:https://fastpages.fast.ai/fastpages/jupyter/2020/02/21/introducing-fastpages.html
fastpages GitHub: https://github.com/fastai/fastpages
尝试搭建的步骤说明(updating):https://halfanhour.blogspot.com/2020/02/how-to-use-fastpages.html