博客写法

"Let's go!"

Posted by 王川 on May 6, 2023

jekyll的写法

  1. 其中 需要有图片的,不能有header-style: text,然后添加header-img: “img/post-bg-miui6.jpg”
  2. 关于排序,需要有date: 2014-08-16 12:00:00;默认按照日期排序
  3. 关于文章,放在_posts文件夹中,如果单独创建文件夹,则只能通过搜索或者tag的方式查看,主页只会显示10篇且直接在_posts文件夹下的md文件
  4. 关于tag 需要有tags 按照数量排序

以下是图片的写法


layout: post title: “LLM涌现能力《Are Emergent Abilities of Large Language Models a Mirage?》论文思考” subtitle: “ "Code is cheap, show me the talk."” date: 2023-05-06 17:02:00 author: “王川” header-img: “img/post-bg-20230506-1-jordan-1993-champs-history.jpg” catalog: true tags: - LLM - NLP - Paper —

以下是文字的写法


layout: post title: “LLM涌现能力《Are Emergent Abilities of Large Language Models a Mirage?》论文思考” subtitle: “ "Code is cheap, show me the talk."” date: 2023-05-06 17:02:00 author: “王川” header-style: text catalog: true tags: - LLM - NLP - Paper —