diff --git a/_includes/.DS_Store b/_includes/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/_includes/.DS_Store differ diff --git a/_includes/package-nav.html b/_includes/package-nav.html new file mode 100644 index 0000000..e304507 --- /dev/null +++ b/_includes/package-nav.html @@ -0,0 +1,20 @@ + diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..6b12374 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,77 @@ + + + + {{page.title}} · R packages + + + + + + + + + + + +
+ +
+ + +

R for data science by Garrett Grolemund and Hadley Wickham

+
+
+ +
+ + +
+ {{ content }} +
+
+ + + +
+ + + + + + + diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..04e3586 --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,9 @@ +--- +layout: default +--- +

{{ page.title }}

+

{{ page.date | date_to_string }}

+ +
+{{ content }} +