文件名称:入门:Ghost的开发入门主题
文件大小:271KB
文件格式:ZIP
更新时间:2024-02-26 09:45:56
blogging ghost publishing ghost-theme PublishingCSS
幽灵入门主题 Ghost主题的入门框架! 分叉该存储库,并在此处开始开发自定义Ghost主题所需的所有主要内容。 第一次使用Ghost主题? Ghost使用一种称为的简单模板语言来制作主题。 我们已经大量记录了默认主题,因此仅通过阅读代码和注释就可以很容易地了解正在发生的情况。 一旦您对所有工作原理都感到满意,我们还将提供完整的,其中解释了每种可能的Handlebars帮助程序和模板。 主要文件是: default.hbs主模板文件 index.hbs用于主页 post.hbs用于单个帖子 page.hbs用于单个页面 tag.hbs用于标签归档 author.hbs用于作者档案 一个
【文件预览】:
Starter-master
----default.hbs(3KB)
----partials()
--------card.hbs(1016B)
--------icons()
----members()
--------signup.hbs(3KB)
--------account.hbs(1KB)
--------signin.hbs(1KB)
----renovate.json(98B)
----author.hbs(1KB)
----index.hbs(259B)
----package.json(2KB)
----.github()
--------workflows()
----assets()
--------css()
--------js()
--------built()
--------screenshot-desktop.jpg(13KB)
----gulpfile.js(2KB)
----error.hbs(1KB)
----page.hbs(500B)
----LICENSE(1KB)
----post.hbs(2KB)
----tag.hbs(793B)
----.gitignore(165B)
----README.md(2KB)
----yarn.lock(223KB)
----.editorconfig(253B)