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 is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for
Syntax highlighted code block
# Header 1
## Header 2
### Header 3
- Bulleted
- List
# -------------------VIM note---------------------
- CHANGING MODE: insert: i; normal: esc
- MOVING CURSER: h j k l; b: beginning of the word; e: end of the word; w: the start of the next word;
- numbers before operation: number i text esc; number move
- find a character: f char; number f char
- beginning of the line: 0; end of the line: $
- Goto line: gg/ G/ linenumbers G
- Search: /text n next N forword
- Insert new line: o next to the current line; O above the current line;
- delete x/X;
- Replace letter under the cursor: r char;
- Delete word, Paste. d (number) w/e/b
- Repeat commond. .
- Visual mode: v->movement->operation.
- :w q ! undo:u redo:ctrl r
# -------------------VIM note end-----------------
1. Numbered
2. List
**Bold** and _Italic_ and `Code` text
[Link](url) and 
For more details see GitHub Flavored Markdown.
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.
Having trouble with Pages? Check out our documentation or contact support and we’ll help you sort it out.