This repository is a collection of personal notes taken while preparing for the Life in the UK Test (Edition 2023). This test is required for anyone applying for British citizenship or settlement in the UK.
-
src/
: This is where the original source files are located. -
dist/
: The compiled output of the source files in various formats (e.g. HTML, EPUB 3).
To compile you first need to navigate into the src/
directory:
cd src
The notes are written in asciidoctor. To generate the HTML version, run the following command:
asciidoctor -a data-uri index.adoc
To generate the ebook version, you first need to install asciidoctor-epub and run the following command:
asciidoctor-epub3 -a data-uri index.adoc