

diff --git a/_data/people.yml b/_data/people.yml index 83ad269..16107bd 100644 --- a/_data/people.yml +++ b/_data/people.yml @@ -1,4 +1,8 @@ perry: name: Perry Woodin twitter: PerryWoodin - image: /assets/img/perry_sm.jpg \ No newline at end of file + image: /assets/img/perry_sm.jpg +tungfa: + name: tungfa + twitter: + image: \ No newline at end of file diff --git a/_i18n/en.yml b/_i18n/en.yml index 9fab2ff..5c9f53c 100644 --- a/_i18n/en.yml +++ b/_i18n/en.yml @@ -176,6 +176,9 @@ pages: youtube-btn: Dash YouTube # Need some Dash - get content from get-dash ^^ + blog: + title: The Digital Cash Blog + description: The Digital Cash Blog nav: diff --git a/_i18n/en/_posts/README.md b/_i18n/en/_posts/README.md new file mode 100644 index 0000000..408fe59 --- /dev/null +++ b/_i18n/en/_posts/README.md @@ -0,0 +1,8 @@ +To create a new post, all you need to do is create a file in the _posts directory. How you name files in this folder is important. Jekyll requires blog post files to be named according to the following format: + +YEAR-MONTH-DAY-title.MARKUP +Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers, and MARKUP is the file extension representing the format used in the file. For example, the following are examples of valid post filenames: + +2011-12-31-new-years-eve-is-awesome.md +2011-12-31-new-years-eve-is-awesome.html +2012-09-12-how-to-write-a-blog.textile \ No newline at end of file diff --git a/_i18n/en/blog/header.html b/_i18n/en/blog/header.html new file mode 100644 index 0000000..f4dc13c --- /dev/null +++ b/_i18n/en/blog/header.html @@ -0,0 +1,12 @@ +
{% t pages.blog.description %}
+{% t pages.blog.description %}
+ +