ckclark's Blog

Errors = more code2

first post

開板誌慶

第一篇來個reference

Read on button is: <!-- more -->

markdown

Reference 1
Reference 2

section heading 1

section heading 2

section heading 3

section heading 4

# section heading 1
## section heading 2
### section heading 3
#### section heading 4

Paragraphs are very easy; separate them with a blank line. You can write your paragraph on one long line, or you can wrap the lines yourself if you prefer.

This section was marked up like so:

Paragraphs are very easy; separate them with a blank line. You can write your paragraph on one long line,
or you can
wrap the lines yourself
if you prefer.

This section was marked up like so:

bold and italics
**bold** and *italics*

underscores also do
__underscores__ also _do_

~~stikethrough~~
~~stikethrough~~

url link
[url link](https://ckclark.csie.org/)

hover me
[hover me](https://ckclark.csie.org/ "information when hover")

  • Bullet 1
  • Bullet 2
  • Bullet 2a
  • Bullet 2b
  • Bullet 3
* Bullet 1
* Bullet 2
  * Bullet 2a
  * Bullet 2b
* Bullet 3
  1. number lists
  2. are easy
  3. to make

不要因為有配著偉人照片,就隨便相信網路上流傳的名言佳句。 胡適

> 不要因為有配著偉人照片,就隨便相信網路上流傳的名言佳句。 
> <cite>胡適</cite>

Tables

Left-Aligned Center Aligned Right Aligned
col 3 is some wordy text $1600
col 2 is centered $12
zebra stripes are neat $1
| Left-Aligned  | Center Aligned  | Right Aligned |
| :------------ |:---------------:| -----:|
| col 3 is      | some wordy text | $1600 |
| col 2 is      | centered        |   $12 |
| zebra stripes | are neat        |    $1 |

rake

$ rake setup_github_pages       # init github settings
$ rake 'new_post["title here"]' # create a new post
$ rake generate                 # Generates posts and pages into the public directory
$ rake watch                    # Watches source/ and sass/ for changes and regenerates
$ rake preview                  # Watches, and mounts a webserver at http://localhost:4000

After checkout your workspace of octopress (as a git repository). You should set up like following:

$ rake setup_github_pages                               # and set the git url
$ cd _deploy && git pull -f origin master:master        # forcesync the latest files

Comments