summaryrefslogtreecommitdiffstats
path: root/bin/html
Commit message (Collapse)AuthorAgeFilesLines
* bin/html: Update SECTIONS.rsiddharth2019-05-181-1/+1
| | | | * bin/html (SECTIONS): Add article.
* bin/html: Add ability set author.rsiddharth2019-05-181-0/+14
| | | | | | | | | * bin/html (PH): Add author field. (author): New function. (html): Set author if needed. * scss/style.scss: Update styling for '.meta'. Add styling '.author' and '.date' divs under meta. * templates/html/article.html: Add author in meta div.
* bin: Refactor html.rsiddharth2019-05-181-18/+20
| | | | | | | | | | | Update html to generate html for all sections written in markdown (news, articles). * bin/html (SECTIONS): New variable. (files): Add arg `sec`. (html, process): Rewrite functions. (run): Process different sections. * templates/html/news.html: Template NEW-ITEM-TITLE -> ITEM-TITLE.
* bin/html: files: Ignore backup files.rsiddharth2019-05-171-1/+10
|
* bin/html: Add fok.rsiddharth2019-05-171-0/+9
|
* bin/news -> bin/htmlrsiddharth2019-05-161-0/+134