My personal blog: Shawn2016.github. IO, welcome Star and Fork.

An overview of

Results the preview

Online preview →

The Fork guide

After forking this project, there are still a few things you need to do to make your pages run “right”.

  1. Set project name and branch correctly.

    GitHub Pages are automatically generated by the Master branch of a project named username. GitHub. IO, or by the Gh-Pages branch of another project named GitHub Pages.

  2. Change the domain name.

    If you need to bind your own domain name, change the contents of the CNAME file. If you don’t need to bind your own domain name, delete the CNAME file.

  3. Modify the configuration.

    The configuration of the site is mostly concentrated in the _config.yml file. Replace the parts of it that are related to personal information with your own, such as the url of the site, title, subtitle, and the configuration of the third party comment module.

    Comment module: currently support disqus, Gitment and Gitalk, choose one of them is ok, gitalk is recommended. Links to their respective configuration guides are posted in the Comments section of the _config.yml file.

    Note: If using Disqus, please be sure to change disqus.username to your own, otherwise leave this field blank, because disqus has a flawed policy for whitelisting usernames and domain names. My documentation of this defect is in Issues#2.

  4. Delete my articles and pictures.

    You can delete all of the following folders except the template.md file and add your own content.

    • In the _posts folder are my published blog posts.
    • In the _drafts folder are my unpublished blog posts.
    • The _wiki folder contains my published wiki pages.
    • The images folder contains the images I use in my posts and pages.
  5. Modify the About page.

    The pages/about.md file corresponds to the “About” page of your website, which contains mostly personal information. Replace it with your own information, including the data in the skills.

Caring tips

  1. The typesetting suggestion follows certain standard, recommend Chinese copy typesetting direction north (simplified Chinese version).

  2. Locally preview the blog effect by referring to Setting Up your Pages site locally with Jekyll.

Experience and Thinking

  • Simple, try not to show redundant content on each page.

  • Sometimes a picture is worth a thousand words, and sometimes it just slows down the page.

  • Say something, do not make a painless moan.

  • If you are writing a technical article, it is less efficient to organize your article while exploring the technology.

  • Put an end to difficult sentences, difficult to understand long sentences, if it can not be divided into a few concise short sentences, the understanding of the brain is not clear.

  • Take a look at the quality bloggers, their writing, the way they organize their content, and what they can learn from them.

Thank you

This blog appearance is modified based on Mzlogin, thank you!