WIP: introduce yaml config examples in a template
This commit is contained in:
22
template/config/doc.yaml
Normal file
22
template/config/doc.yaml
Normal file
@ -0,0 +1,22 @@
|
||||
title: Потiк керування та алгоритмічні структури Bash
|
||||
subject: СПМ
|
||||
doctype: ЛБ
|
||||
worknumber: 2
|
||||
edu_program: &EDU ПЗПІ
|
||||
university: ХНУРЕ
|
||||
authors:
|
||||
- name: Косач. Л. П.
|
||||
full_name_gen: Косач Лариси Петрівни
|
||||
course: 2
|
||||
edu: *EDU
|
||||
gender: f
|
||||
group: 23-2
|
||||
semester: 4
|
||||
variant: 8
|
||||
mentors:
|
||||
- name: Шевченко Т. Г.
|
||||
degree: Доцент кафедри ПІ
|
||||
gender: m
|
||||
- name: Франко І. Я.
|
||||
degree: Асистент кафедри ПІ
|
||||
gender: m
|
@ -1,24 +1,6 @@
|
||||
#import "@local/nure:0.1.0": *
|
||||
|
||||
#show: pz-lb-template.with(
|
||||
doctype: "ЛБ",
|
||||
edu_program: "ПЗПІ",
|
||||
subject: "БД",
|
||||
worknumber: 1,
|
||||
title: "Інформаційна система «Помічник класного керівника». Керування класом",
|
||||
authors: (
|
||||
(
|
||||
name: "Ситник Є. С.",
|
||||
full_name_gen: "Ситника Єгора Сергійовича",
|
||||
variant: 13,
|
||||
group: "ПЗПІ-23-2",
|
||||
gender: "m",
|
||||
),
|
||||
),
|
||||
mentors: (
|
||||
(name: "Черепанова Ю. Ю.", degree: "Ст. викл. каф. ПІ", gender: "f"),
|
||||
),
|
||||
)
|
||||
#show: pz-lb-template.with(..yaml("config/doc.yaml"))
|
||||
|
||||
#v(-spacing)
|
||||
|
||||
|
Reference in New Issue
Block a user