hexo-theme-A-RSnippet icon indicating copy to clipboard operation
hexo-theme-A-RSnippet copied to clipboard

Blog post without cover image

Open reversebrain opened this issue 6 years ago • 2 comments

How can I write a post on my blog without using a cover image as background?

reversebrain avatar Jul 03 '18 08:07 reversebrain

There are three steps:

  1. In your website's configuration file, comment out the line cover_default_img, i.e, add # before cover_default_img .

  2. Create arsnippet.css in the 2nd point in the post

  3. Inside arsnippet.css,

    type

    .intro-header {
    background-color: white!important;
        }
    

The example page: http://arsnippet.yingjiehu.com/untitled/

huyingjie avatar Jul 03 '18 18:07 huyingjie

@huyingjie when i tried to modify the color of the title, title: $\color{black}{good grades}$ the space between 'good' and 'grades' disappeared.

WuChannn avatar Mar 20 '19 06:03 WuChannn