summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* bin/html: Update author.rsiddharth2019-05-181-1/+1
| | | | * bin/html (author): Add period (.) to the regex.
* bin/feed: Update SECTIONS.rsiddharth2019-05-181-1/+1
| | | | * bin/feed (SECTIONS): Add article.
* 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/feed: Update process.rsiddharth2019-05-171-5/+11
| | | | | * bin/feed (process): Sort entries. (entry): Return id, entry string.
* bin/feed: Add esort.rsiddharth2019-05-171-0/+10
|
* bin/feed: URL: Change to fsfi.ricketyspace.netrsiddharth2019-05-171-1/+1
|
* bin/html: files: Ignore backup files.rsiddharth2019-05-171-1/+10
|
* bin/html: Add fok.rsiddharth2019-05-171-0/+9
|
* bin/feed: process: Don't add \n between entries.rsiddharth2019-05-171-1/+1
|
* bin/feed: files: Ignore backup files.rsiddharth2019-05-171-1/+10
|
* bin/feed: Add fok.rsiddharth2019-05-171-0/+9
|
* bin/feed: Add err.rsiddharth2019-05-171-0/+6
|
* Add bin/feed.rsiddharth2019-05-161-0/+174
|
* bin/news -> bin/htmlrsiddharth2019-05-161-0/+0
|
* templates/news.html -> templates/html/news.htmlrsiddharth2019-05-161-1/+1
|
* bin/news: Update process.rsiddharth2019-05-151-0/+3
| | | | * bin/news (process): Dump html to _build/news/
* bin/news: Add write.rsiddharth2019-05-151-0/+11
|
* bin/news: Update process.rsiddharth2019-05-141-0/+3
| | | | * bin/news (process): Add html call.
* bin/news: Add html.rsiddharth2019-05-141-0/+9
| | | | * bin/news (html): New function.
* bin/news: Add markdown.rsiddharth2019-05-141-0/+14
| | | | * bin/news (markdown): New function.
* bin/news: Add datefmt.rsiddharth2019-05-141-0/+5
| | | | * bin/news (datefmt): New function.
* bin/news: Add template.rsiddharth2019-05-141-0/+4
| | | | * bin/news (template): New function.
* bin/news: PH: Fix indentation.rsiddharth2019-05-141-1/+1
|
* bin/news: Fix copyright holder name.rsiddharth2019-05-141-1/+1
|
* bin/news: Add slug.rsiddharth2019-05-141-0/+9
|
* Add bin/news.rsiddharth2019-05-131-0/+76
|
* Add bin/markdown.rsiddharth2019-05-131-0/+1450