shotcodes using example

标题1

标题二

标题三


<b> {tocify} $title={Table of Contents} </b>
标题效果展示:写入下面代码,加粗

{tocify} $title={Table of Contents}

previewdownloadlinkcartshareinfo
Shortcode{getButton} $text={Button Text} $icon={Icon Name} $color={Hex Color}
Available Iconspreviewdownloadlinkcartshareinfo
测试:建立一个连接后,填写如下内容

颜色推荐
颜色用途 Hex 色值 效果预览 说明
主按钮蓝色(Primary) #007BFF
常见于 CTA 按钮,如“立即购买”
成功绿色(Success) #28A745
表示“成功”、“完成” 等状态
危险红色(Danger) #DC3545
删除、警告类按钮常用
警告黄色(Warning) #FFC107
用于提示、警告等
信息蓝(Info) #17A2B8
常用于通知或信息类按钮
中性灰色(Secondary) #6C757D
用于次要操作、按钮禁用样式
黑色(Dark) #343A40
稳重风格,可用于强调按钮



警告成功:任何文字,加上,引用,来展示效果
Access your blog Posts > click Edit on any of your posts or add a new post. then switch to HTML area of the post editor and add the below coding anywhere you want to make the table appear.{alertSuccess}

警告失败 

Access your blog Posts > click Edit on any of your posts or add a new post. then switch to HTML area of the post editor and add the below coding anywhere you want to make the table appear.{alertinfo}
 

如何插入表格
切换到html 然后,添加代码

<table>
   <thead>
      <tr>
         <th>Firstname</th>
         <th>Lastname</th>
         <th>Email</th>
      </tr>
   </thead>
   <tbody>
      <tr>
         <td>John</td>
         <td>Doe</td>
         <td>john@example.com</td>
      </tr>
      <tr>
         <td>Mary</td>
         <td>Moe</td>
         <td>mary@example.com</td>
      </tr>
      <tr>
         <td>July</td>
         <td>Dooley</td>
         <td>july@example.com</td>
      </tr>
   </tbody>
</table>

对于表格,选择告诉chatgpt 然后添加表格代码,粘贴到html 中,这样最为安全。直接表格内容粘贴到chatgpt 然后,让他装换成html 代码,然后,放入到这里,可以避免一切格式。

插入联系表,加粗即可

{contactForm}


代码box,选择所有代码,以及{codebox},点击引用



<pre class="line-numbers"><code class="language-c">
#include<stdio.h>
int main() {
printf("Hello, Prism.js with C!\n");
return 0;
</code><pre>

lefeSidebar 

 Add the shortcode at the end of the content, Then select the shortcode and add the Bold style.{fullWidth}

整页面展示位全宽度,侧边都被删除掉了。

继续阅读标识

Google Blogger 中,“继续阅读”标识(英文为 Jump BreakRead More)的主要作用是:

在首页或分类页上截断文章内容

当你在博客文章中插入“继续阅读”标识时,Blogger 会在首页、标签页、存档页等列表视图中 只显示该标识之前的部分内容,而不是整篇文章。

用户点击“继续阅读”链接后,才会跳转到该文章的完整页面来查看全文。

修改字体和字号

刚开始的时候,我选择修改HTML字体和字号,其实没必要,blogger 本身支持修改


适合此博客的设置:字体大小选中,字体courier

发表评论