From f0f6e4935d0b63c93396938c15f6bb1be056013c Mon Sep 17 00:00:00 2001 From: Aleksey Zubakov Date: Tue, 2 May 2023 23:51:47 +0300 Subject: [PATCH] Update look --- Makefile | 1 + README.html | 194 +++++++--------------------------------------------- uikit.html | 39 +++++++++++ 3 files changed, 63 insertions(+), 171 deletions(-) create mode 100644 uikit.html diff --git a/Makefile b/Makefile index 76a787f..5730691 100644 --- a/Makefile +++ b/Makefile @@ -8,5 +8,6 @@ build: --bibliography langs/R.bib \ --citeproc \ --csl=jcsl.csl \ + --template=./uikit.html\ -o README.html \ -s citations.txt diff --git a/README.html b/README.html index 618d7eb..a488429 100644 --- a/README.html +++ b/README.html @@ -1,173 +1,23 @@ - - - - - - - home lib - - - -
-

home lib

-
- + + + - diff --git a/uikit.html b/uikit.html new file mode 100644 index 0000000..19244d2 --- /dev/null +++ b/uikit.html @@ -0,0 +1,39 @@ + +
+ + $if(title)$ +
+
+

$title$

+ $if(date)$ +

$date$

+ $endif$ + $for(author)$ +

$author$

+ $endfor$ +
+
+ $endif$ + +
+
+
+ +
+
+ +
+ $if(abstract)$ +

$abstract-title$

+ $abstract$ + $endif$ + + $body$ +
+
+
+