文件名称:个人网页:我的个人网页
文件大小:438KB
文件格式:ZIP
更新时间:2024-03-07 00:42:45
HTML
我的页面 我的个人网页目前是使用Jinja 2模板通过静态网站生成器(SSG)构建的。 笔记: 博客包含博客条目,这些条目以html文件的形式存储在其创建日期。 内容包含导航栏页面的html 文档包含所有最终格式化的文档以及它们链接到的所有文件。 随意使用SSG。 跑步: python manage.py 将提供有关如何使用生成器的命令列表。
【文件预览】:
personal-webpage-main
----content()
--------index.html(861B)
--------blog.html(3KB)
--------portfolio.html(290B)
--------fun.html(3KB)
--------about.html(11KB)
----docs()
--------css()
--------project_euler.html(3KB)
--------project_euler()
--------img()
--------post_20201218.html(5KB)
--------garbage.html(2KB)
--------index.html(3KB)
--------post_20201130.html(5KB)
--------new.html(2KB)
--------blog.html(5KB)
--------portfolio.html(2KB)
--------fun.html(5KB)
--------post_20201213.html(6KB)
--------about.html(13KB)
----utils.py(11KB)
----templates()
--------content_templates()
--------template.html(1KB)
----Pipfile(158B)
----Pipfile.lock(4KB)
----manage.py(1KB)
----README.md(466B)
----blog()
--------20201218.html(3KB)
--------20201130.html(3KB)
--------20201213.html(3KB)