<feed xmlns='http://www.w3.org/2005/Atom'>
<title>blogc/.gitignore, branch v0.20.0</title>
<subtitle>A blog compiler
</subtitle>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/'/>
<entry>
<title>blogc: generate table of contents tree</title>
<updated>2020-09-10T23:15:14+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-09-10T23:07:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=ff8898476685e6b7dff03231275a6a8bc2cbaf17'/>
<id>ff8898476685e6b7dff03231275a6a8bc2cbaf17</id>
<content type='text'>
this commit allows users to use the `{{ TOCTREE }}` variable in their
templates, to get automatically generated table of contents for entries.
The variable is binded to each entry, so it can be used in any block
that runs in entry context, like `{% block entry %}`.

There's a small performance penalty for this, because the table of
contents is rendered for any entry, despite being used or not, and not
generated on-demand.

still missing documentation. tests are good enough.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this commit allows users to use the `{{ TOCTREE }}` variable in their
templates, to get automatically generated table of contents for entries.
The variable is binded to each entry, so it can be used in any block
that runs in entry context, like `{% block entry %}`.

There's a small performance penalty for this, because the table of
contents is rendered for any entry, despite being used or not, and not
generated on-demand.

still missing documentation. tests are good enough.
</pre>
</div>
</content>
</entry>
<entry>
<title>blogc: added filelist parser</title>
<updated>2020-05-28T23:23:04+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2020-05-28T23:23:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=050d32ae204b64f7098b12c77cdb92a33ebc7562'/>
<id>050d32ae204b64f7098b12c77cdb92a33ebc7562</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>common: added bc_slist_sort</title>
<updated>2019-04-28T19:57:58+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-04-26T17:18:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=ab4685070515230c9aa64f9e69eec7fc061ee8d7'/>
<id>ab4685070515230c9aa64f9e69eec7fc061ee8d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>blogc: rusage: added tests, fixed minor issue</title>
<updated>2019-02-10T20:59:02+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-02-10T20:58:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=d04bf489c8bbe190a0648f58682260d5b5cef613'/>
<id>d04bf489c8bbe190a0648f58682260d5b5cef613</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>blogc: sysinfo: added tests</title>
<updated>2019-02-10T19:15:58+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-02-10T19:15:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=74dec7c69ae961f98e0a91da9fc3f6214183467a'/>
<id>74dec7c69ae961f98e0a91da9fc3f6214183467a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>blogc: funcvars: code simplified, added tests</title>
<updated>2019-02-09T23:58:25+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2019-02-09T23:58:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=8b7ef9a86d712f0939d1170b5abfe9af13b1873e'/>
<id>8b7ef9a86d712f0939d1170b5abfe9af13b1873e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed blogc-github-lambda</title>
<updated>2019-01-15T17:59:50+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-12-20T00:08:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=a6edfdee8beb53aef708c7d5c90c9aeada23d6bc'/>
<id>a6edfdee8beb53aef708c7d5c90c9aeada23d6bc</id>
<content type='text'>
it will be provided in a separate repository soon
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
it will be provided in a separate repository soon
</pre>
</div>
</content>
</entry>
<entry>
<title>make: added utilitary function to generate filenames</title>
<updated>2018-07-25T20:28:41+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-07-24T21:08:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=1d6a1510c20794393cc45a71334724aee5bef473'/>
<id>1d6a1510c20794393cc45a71334724aee5bef473</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>git-receiver: centralize settings to reuse later</title>
<updated>2018-05-30T21:53:26+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-05-30T21:53:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=316bd60579ea11daca4fa25e2720b7fa147cc7ba'/>
<id>316bd60579ea11daca4fa25e2720b7fa147cc7ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: use yatr</title>
<updated>2018-05-06T22:13:44+00:00</updated>
<author>
<name>Rafael G. Martins</name>
<email>rafael@rafaelmartins.eng.br</email>
</author>
<published>2018-05-06T22:13:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.joursoir.net/blogc/commit/?id=9543748bda8bfcad015243a9d312cf203431b29f'/>
<id>9543748bda8bfcad015243a9d312cf203431b29f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
