【问题标题】:How to change the header font size and remove the footer in Jekyll minima theme?如何在 Jekyll minima 主题中更改页眉字体大小并删除页脚?
【发布时间】:2021-01-29 00:00:09
【问题描述】:

我想使用 Jekyll 的 minima 主题,但想:

  1. 增加标题的大小(它将占据屏幕更大的部分)。我还想删除将标题与其余部分分开的行。

  2. 删除页脚

我该怎么做?

【问题讨论】:

    标签: css sass jekyll minima


    【解决方案1】:

    使用具有以下内容的文件assets/main.scss

    ---
    ---
    
    @import "{{ site.theme }}";
    .site-title {font-size: 50px;}
    .site-header {border: none;}
    .site-footer {display: none;}
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-10-29
      • 1970-01-01
      • 1970-01-01
      • 2011-01-14
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多