项目作者: Daweet

项目描述 :
Talks about Physics and Data Science
高级语言: HTML
项目地址: git://github.com/Daweet/Daweet.github.io.git
创建时间: 2020-05-04T03:11:38Z
项目社区:https://github.com/Daweet/Daweet.github.io

开源协议:

下载


Welcome to GitHub Pages

You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.

Whenever you commit to this repository, GitHub Pages will run Jekyll to rebuild the pages in your site, from the content in your Markdown files.

Markdown

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for

  1. Syntax highlighted code block
  2. # Header 1
  3. ## Header 2
  4. ### Header 3
  5. - Bulleted
  6. - List
  7. 1. Numbered
  8. 2. List
  9. **Bold** and _Italic_ and `Code` text
  10. [Link](url) and ![Image](src)

For more details see GitHub Flavored Markdown.

Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your repository settings. The name of this theme is saved in the Jekyll _config.yml configuration file.

Support or Contact

Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.

Google verification

Meta tag with a custom variable set in my _config.yml:

_config.yml:

google_verify: XXXXXXXXXXXXXXXX

Then added on

default.html (default layout):

{% if site.google_verify %}

{% endif %}

Installing Jekyll SEO Tag

Add the ff in _config.yml

plugins:

  • jekyll-seo-tag

After which do

Add the following right before in your site’s template(s):
{% seo %}