Skip to content

Instantly share code, notes, and snippets.

View const7's full-sized avatar

Kun CHEN const7

View GitHub Profile
@const7
const7 / jekyll-guide.md
Created July 29, 2021 08:04 — forked from hellokaton/jekyll-guide.md
Jekyll 中的配置和模板语法

Jekyll 中的配置和模板语法

配置

文件介绍

_config.yml

Jekyll 的全局配置文件。
比如网站的名字,网站的域名,网站的链接格式等等。

Set C++ Language standard

You have to set for every single project.

  1. right click on project and open Property/C/C++/Language/C++ Language Standard, then choose the version you want.

  2. click C/C++/Command Line and add the following line to Additional Options:

/Zc:__cplusplus