summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* bin/html: Update SECTIONS.rsiddharth2019-05-181-1/+1
| | | | * bin/html (SECTIONS): Add article.
* Add md/article/android.md.rsiddharth2019-05-181-0/+192
|
* bin/html: Add ability set author.rsiddharth2019-05-183-3/+28
| | | | | | | | | * 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-182-16/+56
| | | | | * scss/style.scss: Add styling for .article (same as .news-item). * templates/html/article.html: New template.
* bin: Refactor html.rsiddharth2019-05-182-20/+22
| | | | | | | | | | | 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.
* static/index.html: News: Add Feed Icon.rsiddharth2019-05-181-0/+4
|
* scss/style.scss: Add styling for feed icon.rsiddharth2019-05-181-0/+14
|
* Add static/assets/img/feed.svg.rsiddharth2019-05-181-0/+120
|
* static/news/index.html: Redirect to feed.rsiddharth2019-05-181-0/+7
|
* static/includes/footer.html: Linkify sister orgs.rsiddharth2019-05-181-1/+1
|
* static/index.html: News: Linkify items.rsiddharth2019-05-181-4/+4
|
* 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
|
* Makefile: site: Add html, feed.rsiddharth2019-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 md/news/gnu-thirty.md.rsiddharth2019-05-171-0/+39
|
* Add md/news/response-oss-framwork.md.rsiddharth2019-05-171-0/+179
|
* Add md/news/smc-twelve-years.md.rsiddharth2019-05-171-0/+13
|
* static/index.html: News: Fix date for "Response to OSS Framework" item.rsiddharth2019-05-171-1/+1
|
* Add bin/feed.rsiddharth2019-05-162-0/+178
|
* Add templates/atom/feed.atom.rsiddharth2019-05-161-0/+9
|
* Add templates/atom/entry.atom.rsiddharth2019-05-161-0/+7
|
* Makefile: Just have `clean` target to clean 'em all.rsiddharth2019-05-161-11/+2
|
* bin/news -> bin/htmlrsiddharth2019-05-162-3/+3
|
* html -> static, img -> static/assets/imgrsiddharth2019-05-1618-8/+7
|
* templates/news.html -> templates/html/news.htmlrsiddharth2019-05-162-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
|
* .gitignore: Add html/news.rsiddharth2019-05-141-0/+1
|
* Makefile: Add news.rsiddharth2019-05-141-0/+4
|
* templates: Add news.html.rsiddharth2019-05-141-0/+37
|
* md/news/free-digital-society.md: Fix heading typo.rsiddharth2019-05-141-1/+1
|
* 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
|
* md/news/free-digital-society.md: Add pubdate.rsiddharth2019-05-131-0/+2
|
* scss/style.scss: Add styling for news section.rsiddharth2019-05-131-0/+20
|