Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 Jekyll 的 minima 主题,但想:
增加标题的大小(它将占据屏幕更大的部分)。我还想删除将标题与其余部分分开的行。
删除页脚
我怎样才能做到这一点?
使用assets/main.scss具有以下内容的文件:
assets/main.scss
--- --- @import "{{ site.theme }}"; .site-title {font-size: 50px;} .site-header {border: none;} .site-footer {display: none;}