summaryrefslogtreecommitdiffstats
path: root/templates/html
Commit message (Collapse)AuthorAgeFilesLines
* add handling for "case-study" sectionrsiddharth2021-03-041-0/+44
| | | | | * bin/html (SECTIONS): add "case-study" * templates/html/case-study.html: Template for case-study section.
* templates/html: update article.htmlrsiddharth2021-01-251-0/+2
| | | | Add language list placeholder.
* templates: remove news.ml.htmlrsiddharth2020-07-251-45/+0
| | | | * templates/html/news.ml.html: Remove file.
* templates: update news.htmlrsiddharth2020-07-251-0/+2
| | | | * templates/html/news.html: Add placeholder for lang block.
* templates: add lang.htmlrsiddharth2020-07-251-0/+3
| | | | * templates/html/lang.html: New template.
* templates: add news.ml.htmlrsiddharth2020-07-251-0/+45
|
* templates/html/news.html: Remove "News" tag.rsiddharth2019-05-261-1/+0
|
* templates/html/article.html: Remove "Article" tag.rsiddharth2019-05-261-1/+0
|
* templates/html/article.html: Wrap around .main div.rsiddharth2019-05-241-0/+5
|
* templates/html/news.html: Wrap content around .main div.rsiddharth2019-05-241-0/+5
|
* bin/html: Add ability set author.rsiddharth2019-05-181-0/+1
| | | | | | | | | * 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.
* templates: Add article.html.rsiddharth2019-05-181-0/+37
| | | | | * scss/style.scss: Add styling for .article (same as .news-item). * templates/html/article.html: New template.
* bin: Refactor html.rsiddharth2019-05-181-2/+2
| | | | | | | | | | | 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.
* templates/news.html -> templates/html/news.htmlrsiddharth2019-05-161-0/+37