Skip to content

Commit

Permalink
blog migration
Browse files Browse the repository at this point in the history
  • Loading branch information
cayek committed Dec 16, 2016
1 parent bbf9a7e commit bc7761f
Show file tree
Hide file tree
Showing 41 changed files with 16 additions and 955 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# jekyll
_site/

# emacs
*~

Expand Down Expand Up @@ -35,3 +38,6 @@ vignettes/*.pdf
*.utf8.md
*.knit.md
.Rproj.user

# sass
.sass-cache/
2 changes: 0 additions & 2 deletions CayekBlogR/.Rbuildignore

This file was deleted.

21 changes: 0 additions & 21 deletions CayekBlogR/CayekBlogR.Rproj

This file was deleted.

10 changes: 0 additions & 10 deletions CayekBlogR/DESCRIPTION

This file was deleted.

3 changes: 0 additions & 3 deletions CayekBlogR/NAMESPACE

This file was deleted.

4 changes: 0 additions & 4 deletions CayekBlogR/R/blog.R

This file was deleted.

2 changes: 1 addition & 1 deletion README.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<a class="menuItem" href="publications.html">Publications</a>
<a class="menuItem" href="software.html">Software</a>
<a class="menuItem" href="teaching.html">Teaching</a>
<a class="menuItem" href="jekyll-now-master/_site/index.html">Blog</a>
<a class="menuItem" href="blog/index.html">Blog</a>
<a class="menuItem" href="about.html">About</a>
<a class="menuItem gitHub" href="https://github.com/cayek/cayek.github.io"></a>
<a class="menuItem gitHubText" href="https://github.com/cayek/cayek.github.io">Source on GitHub</a>
Expand Down
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ namespace :website do
desc "Compile the site"
task :render do

puts ("== Compiling blog with jekyll").green
Dir.chdir("jekyll-now-master/") do
end


puts ("== Compiling website with Rmakrdown").green
# build book
sh 'Rscript -e "rmarkdown::render_site()"'

puts ("== Compiling blog with jekyll").green
sh 'jekyll build --source jekyll-now-master/ --destination blog/'
end

desc "view the site browser"
Expand Down
2 changes: 1 addition & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<a class="menuItem" href="publications.html">Publications</a>
<a class="menuItem" href="software.html">Software</a>
<a class="menuItem" href="teaching.html">Teaching</a>
<a class="menuItem" href="jekyll-now-master/_site/index.html">Blog</a>
<a class="menuItem" href="blog/index.html">Blog</a>
<a class="menuItem" href="about.html">About</a>
<a class="menuItem gitHub" href="https://github.com/cayek/cayek.github.io"></a>
<a class="menuItem gitHubText" href="https://github.com/cayek/cayek.github.io">Source on GitHub</a>
Expand Down
2 changes: 1 addition & 1 deletion include_header.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a class="menuItem" href="publications.html">Publications</a>
<a class="menuItem" href="software.html">Software</a>
<a class="menuItem" href="teaching.html">Teaching</a>
<a class="menuItem" href="jekyll-now-master/_site/index.html">Blog</a>
<a class="menuItem" href="blog/index.html">Blog</a>
<a class="menuItem" href="about.html">About</a>
<a class="menuItem gitHub" href="https://github.com/cayek/cayek.github.io"></a>
<a class="menuItem gitHubText" href="https://github.com/cayek/cayek.github.io">Source on GitHub</a>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<a class="menuItem" href="publications.html">Publications</a>
<a class="menuItem" href="software.html">Software</a>
<a class="menuItem" href="teaching.html">Teaching</a>
<a class="menuItem" href="jekyll-now-master/_site/index.html">Blog</a>
<a class="menuItem" href="blog/index.html">Blog</a>
<a class="menuItem" href="about.html">About</a>
<a class="menuItem gitHub" href="https://github.com/cayek/cayek.github.io"></a>
<a class="menuItem gitHubText" href="https://github.com/cayek/cayek.github.io">Source on GitHub</a>
Expand Down
10 changes: 0 additions & 10 deletions jekyll-now-master/.gitignore

This file was deleted.

8 changes: 0 additions & 8 deletions jekyll-now-master/404.md

This file was deleted.

1 change: 0 additions & 1 deletion jekyll-now-master/CNAME

This file was deleted.

20 changes: 0 additions & 20 deletions jekyll-now-master/LICENSE

This file was deleted.

120 changes: 0 additions & 120 deletions jekyll-now-master/README.md

This file was deleted.

86 changes: 0 additions & 86 deletions jekyll-now-master/_config.yml

This file was deleted.

16 changes: 0 additions & 16 deletions jekyll-now-master/_includes/analytics.html

This file was deleted.

Loading

0 comments on commit bc7761f

Please sign in to comment.