The blog.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

661 B

How to blog

To start a post, copy the file template.html to content/<year>/<month>/name-of-post.html. Make sure that if the year is new, that meta.yaml from another year is copied to make the post visible and set a few other default parameters.

If a code block is in a list item like:

1. This is a list item with source:

source

Do not use the above, but instead, use:

1. This is a list item with source:
   <pre class="fullwidth"><code>
   source
   </code></pre>

If you want a code block w/ line numbers, it can only be done at the parent level via:

  ``` { .shell .showlines }
  some lines