Hugo主题配置记录01-卜蒜子使用-增加返回顶部按钮-更改图标iconfont

Hugo主题配置记录

1.引入busuanzi插件进行字数、访问量统计

  • \layouts\partials\footer

    footer文件中

    增加以下代码

    <!-- 卜算子统计信息 -->
        <section class="count_info">
        <!-- 1运行时间 -->
            <div>
                {
        { T "footer.runtime1" }}
                <span id="ds" class="running-days"></span>
                {
        { T "footer.runtime2" }}
                <span id="hs" class="running-days"></span>
                {
        { T "footer.runtime3" }}
                <span id="ms" class="running-days"></span>
                {
        { T "footer.runtime4" }}
            </div>
    
        <!-- 2文章个数和字数 -->
            <div>
                {
        { $scratch := newScratch }}
                {
        { range (where .Site.Pages "Kind" "page") }}
                    {
        { $scratch.Add "total" .WordCount }}
                {
        { end }} 
                 <!-- 转换为整数 -->
             {
        { $total := $scratch.Get "total" | int }} 
                <!-- 转换为浮点数 -->
          {
        { $totalFloat := $total | float }} 
                {
        { T "footer.count1" }} {
        { len (where .Site.Regular
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值