Skip to content

Latest commit

 

History

History
executable file
·
46 lines (26 loc) · 1.96 KB

README.md

File metadata and controls

executable file
·
46 lines (26 loc) · 1.96 KB

Personal Website

This was created with Jekyll, and is a modified theme from dbtek/dbyll.

Rakefile

There is a rakefile in this repository (a makefile for ruby) to automate some basic tasks. The usage of the rakefile is as follows

rake post title="POST TITLE" [date="TODAY"] [tags=[tag1,tag2]] [category="category"]

  • Creates a new post in _posts/ with today's date prepended in the title. The yaml header will automatically be created in the post with comments turned on by default as well

rake page name="about.html

  • Creates a new page with appropriate title.

rake preview

  • Alias for running bundle exec jekyll preview. The bundle exec is to run the command in the context of the current bundle context outlined by the Gemfile

Directory Structure

  • _includes/: contains the template of default, post and page.
  • _posts/: contains the published blog posts. Without dates means that it's a draft.
  • _layouts/: contains further information about how the posts should look.

Troubleshooting

Liquid Exception: Liquid syntax error (line 211): Variable '{{` is short for this common pattern. The arguments need to be defused because otherwise R will try to evaluate the expression in its orginal environment. ```{r}' was not properly terminated with regexp: /}}/ in rmd/advanced/advanced.Rmd

Github Actions

  1. Pull current branch
  2. Setups quarto environment
  3. Render quarto environment