菜单
控制台
概要
个人设置
插件
外观
编辑文件 index.php
备份
撰写
撰写文章
创建页面
管理
文章
独立页面
评论
分类
标签
文件
用户
友情链接
设置
基本
评论
阅读
永久链接
测试管理员
登出
网站
编辑文件 index.php
可以使用的外观
编辑
jasmine
外观
设置外观
编辑源码
<?php /** * 专为博客类网站开发,简洁、美观、响应式的 Typecho 主题。<br/> * Github:<a href="https://github.com/liaocp666/Jasmine" target="_blank" title="Jasmine Github Repo">https://github.com/liaocp666/Jasmine</a> * Demo:<a href="https://www.liaocp.cn/" target="_blank" title="Jasmine Demo Website">https://www.liaocp.cn/</a> * * @package Jasmine * @author Kent Liao * @version 2.5.5 * @link https://www.liaocp.cn/ */ if (!defined("__TYPECHO_ROOT_DIR__")) { exit(); } ?> <!DOCTYPE html> <html lang="zh"> <?php $this->need("header.php"); ?> <body class="jasmine-body"> <div class="jasmine-container grid grid-cols-12"> <?php $this->need("component/sidebar-left.php"); ?> <div class="flex col-span-12 lg:col-span-8 flex-col lg:border-x-2 border-stone-100 dark:border-neutral-600 lg:pt-0 lg:px-6 pb-10 px-3"> <?php $this->need("component/menu.php"); ?> <?php if ($this->is("index") && $this->_currentPage == 1): ?> <?php $this->need("component/post-top.php"); ?> <?php endif; ?> <?php $this->need("component/post-item.php"); ?> <?php $this->need("component/paging.php"); ?> </div> <div class="hidden lg:col-span-3 lg:block" id="sidebar-right"> <?php $this->need("component/sidebar.php"); ?> </div> </div> <?php $this->need("footer.php"); ?> </body> </html>
保存文件
模板文件
404.php
comments.php
footer.php
functions.php
header.php
index.php
page-archives.php
page-links.php
page-random.php
page.php
post.php
Typecho
由
Typecho
强力驱动, 版本 1.2.1
帮助文档
•
支持论坛
•
报告错误
•
资源下载