mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-07-30 16:55:44 +00:00
Add main structure
This commit is contained in:
parent
9dadc08aa5
commit
b8bdd088f0
1
.github/workflows/stats.yaml
vendored
1
.github/workflows/stats.yaml
vendored
@ -0,0 +1 @@
|
|||||||
|
dunya kirkakl
|
0
backgrounds/.gitkeep
Normal file
0
backgrounds/.gitkeep
Normal file
0
figures/.gitkeep
Normal file
0
figures/.gitkeep
Normal file
0
source/about.adoc
Normal file
0
source/about.adoc
Normal file
4
source/back_matter.adoc
Normal file
4
source/back_matter.adoc
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
include::about.adoc[]
|
||||||
|
|
||||||
|
include::index.adoc[]
|
||||||
|
|
0
source/body.adoc
Normal file
0
source/body.adoc
Normal file
19
source/book.adoc
Normal file
19
source/book.adoc
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
Name Lastname <name.lastname@foo.bar>
|
||||||
|
:reproducible:
|
||||||
|
:listing-caption: Listing
|
||||||
|
:source-highlighter: rouge
|
||||||
|
:toc:
|
||||||
|
:toclevels: 2
|
||||||
|
:sectnums:
|
||||||
|
:doctype: book
|
||||||
|
:partnums:
|
||||||
|
:icons: font
|
||||||
|
:front-image: backgrounds/cover.png
|
||||||
|
:imagesdir: ../figures
|
||||||
|
|
||||||
|
include::front_matter.adoc[]
|
||||||
|
|
||||||
|
include::body.adoc[]
|
||||||
|
|
||||||
|
include::back_matter.adoc[]
|
||||||
|
|
0
source/colophon.adoc
Normal file
0
source/colophon.adoc
Normal file
0
source/dedication.adoc
Normal file
0
source/dedication.adoc
Normal file
6
source/front_matter.adoc
Normal file
6
source/front_matter.adoc
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
include::colophon.adoc[]
|
||||||
|
|
||||||
|
include::dedication.adoc[]
|
||||||
|
|
||||||
|
include::preface.adoc[]
|
||||||
|
|
3
source/index.adoc
Normal file
3
source/index.adoc
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[index]
|
||||||
|
== Index
|
||||||
|
|
0
source/preface.adoc
Normal file
0
source/preface.adoc
Normal file
Loading…
Reference in New Issue
Block a user