Tistory to Github

기존 Tistory https://sophia2730.tistory.com/ 에서 Github 이전 작업 중입니다.

Normal block

1
alert('Hello World!');
1
print 'helloworld'

Highlight block

1
alert( 'Hello, world!' );
1
print 'helloworld'
1
2
3
def foo
  puts 'foo'
end
def foo
  puts 'foo'
end
1
2
3
def foo
  puts 'foo'
end
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include <iostream>

using namespace std;

void foo(int arg1, int arg2)
{

}

int main()
{
  string str;
  foo(1, 2);
  cout << "Hello World" << endl;
  return 0;
}

Image Test Image

Local cd /Users/sophia/Desktop/Github/cs-Devlog bundle exec jekyll server