Yan's

Information Technology Blog


  • Home

  • Categories

  • Archives

  • Tags

How to set multiple tags for one post in Hexo?

Posted on 2017-06-26 | In git |

I can do like this:

1
tags: [git,Atom,GitHub,Eclipse,Win10]

Another choice for me:

1
2
3
4
5
6
tags:
- git
- Atom
- GitHub
- Eclipse
- Win10

Read more »

My GitHub Page by Hexo + NexT--NexT configuration

Posted on 2017-06-25 | In git |

Show me

index-show.png

Before configuration

Please get my hexo configuration.

  • at [site/] and press right button, clike “Git Bash here”,
  • input like this:

    1
    $ git clone https://github.com/iissnan/hexo-theme-next themes/next
  • at /scaffolds edit post.md like this:

    1
    2
    3
    4
    5
    6
    ---
    title: {{ title }}
    date: {{ date }}
    tags:
    categories:
    ---

My /themes/next/_config.yml and comments

Find details to NexT–Chinese, comments with ### is mine.

Read more »

My GitHub Page by Hexo + NexT--Hexo configuration

Posted on 2017-06-25 | In git |

Show me

index-show.png

Before configuration

Please get my NexT Configuration.

My /_config.yml and comments

Find details to Hexo Docs, comments with ### is mine.

Read more »

Practical git working environment on Win10

Posted on 2017-06-25 | In git |

Install software–the version used in my computer now

  • GitHub Desktop: Version 0.6.2, it works well with https://github.com/
  • Git-2.13.1.2-64-bit from https://git-scm.com/, it must be installed for further extending other application.(not integrated in GitHub Desktop)
  • Atom 1.18.0 x64 from https://atom.io/
  • Eclipse Neon.3 from https://www.eclipse.org/downloads/
    Read more »

Win10 screenshots tool

Posted on 2017-06-25 | In Others |

Win10 integrated tools for screenshots is Snipping Tool, I can find it:

  • Select the Start button, type snipping tool in the search box on the taskbar, and then select Snipping Tool from the list of results.

  • Select the start button, then Windows Accessories, and then select Snipping Tool from the drop-down list

Capture a snip of an active menu

  • After I open Snipping Tool, open the menu that I want a picture of.

  • Press Ctrl + PrtScn keys. This captures the entire screen, including the open menu.

  • Above action trigger Snipping Tool’s New button, then select the area of the screen capture that I want.

Keyboard shortcuts I should know in Snipping Tool

Alt + N: Create a new snip in the same mode as the last one

Read more »
123
Yan Zhu

Yan Zhu

Simple & Practical

25 posts
6 categories
23 tags
GitHub
© 2017 - 2018 Yan Zhu
Powered by Hexo
Theme - NexT.Mist