personal_site:使用Contentful和TailWindCSS在Flask中构建的个人站点

时间:2021-03-27 01:59:58
【文件属性】:
文件名称:personal_site:使用Contentful和TailWindCSS在Flask中构建的个人站点
文件大小:1.35MB
文件格式:ZIP
更新时间:2021-03-27 01:59:58
python blog flask contenful tailwindcss 个人网站 :snake: 欢迎使用包含我个人网站的仓库。 这是我在网络上的一小部分,还有其他类似的内容,但这是我的。 这是一个使用构建的简单博客,使用填充我的博客文章以及及其样式。 该网站很简单,但是可以轻松完成工作。 使用TailWind CSS 在JavaScript环境中进行构建时,添加TailWind并具有根据自己的喜好对其进行配置的能力非常简单。 但是,在这个Flask项目中,我使用了TailWind的CDN来完成样式设置,我确信可以像在NPM中一样完成此操作,但是我只是为了简单起见。 要通过CDN添加TailWind及其版式插件,只需将其添加到页面的开头即可: < link rel =" stylesheet " href =" https://unpkg.com/tailwindcss@^1.5/dist/base.min.css " /> < link rel =" styl
【文件预览】:
personal_site-master
----app.py(2KB)
----templates()
--------post.html(195B)
--------blog.html(587B)
--------home.html(709B)
--------errors()
--------layout.html(2KB)
--------about.html(1KB)
----Pipfile(242B)
----Pipfile.lock(11KB)
----.DS_Store(6KB)
----static()
--------css()
--------images()
--------.DS_Store(6KB)
----.gitignore(2KB)
----freeze.py(169B)
----config.py(853B)
----README.md(1KB)
----build()
--------static()
--------about(3KB)
--------home(2KB)
--------blog(10KB)

网友评论