文件名称:Notion-CMS-Blog:以Notion为内容管理系统的博客。 从概念导入内容并发布
文件大小:407KB
文件格式:ZIP
更新时间:2024-03-06 20:53:43
Python
概念CMS博客
以Notion作为内容管理系统的博客。 从概念导入内容并发布。
安装
:warning_selector: 低于3.6的Python版本可能无法正常工作
使用venv创建虚拟环境。 对于使用apt系统:
sudo apt install python3-venv
python3 -m venv .env
采购虚拟环境并从requirements.txt安装依赖项
source .env/bin/activate
pip3 install -r requirements.txt
您需要创建一个具有以下内容的.secrets文件:
#!/bin/bash
export TOKEN_V2="
【文件预览】:
Notion-CMS-Blog-main
----main.py(4KB)
----templates()
--------iosevka-fixed-extended.ttf(513KB)
--------banner.jpg(83KB)
--------homepage.html(4KB)
--------collection.html(3KB)
--------Exo2-Regular.ttf(128KB)
--------resume.pdf(54KB)
----LICENSE(1KB)
----pages()
--------.gitkeep(0B)
----requirements.txt(316B)
----run.sh(108B)
----.gitignore(2KB)
----exports()
--------.gitkeep(0B)
----README.md(2KB)
----cms()
--------exporter.py(4KB)