1
0
Fork 0

chore: cleaner export with no broken links allowed

This commit is contained in:
Lucien Cartier-Tilet 2023-05-25 09:37:25 +02:00
parent 6061bae125
commit 2ff36c0af6
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
6 changed files with 17 additions and 20 deletions

View File

@ -28,7 +28,7 @@ steps:
image: silex/emacs:master-alpine
commands:
- apk update && apk add git
- emacs -Q --script config.el
- emacs -Q --script export.el
- pwd
- find / -name '*.org'
- find / -name '*.md'

View File

@ -193,7 +193,7 @@ volcanoes to the shores and destroy paths joining the two parts
together. This gave birth to the two states of the Kingdom of Đeberget
(also called the /Western Eittlandic Kingdom/) and the Kingdom of
Hylfjaltr (also called the /Eastern Eittlandic Kingdom/). More on that
in [[Political Organization][#Political-Organization]].
in [[file:country.md#Political-Organization][Political Organization]].
*** Crusades and Independence (13th century - 1400)
As soon as the 13th century, and through the 14th century, the

View File

@ -2,17 +2,17 @@
* Eittland
Eittland (Eittlandic: /Eittland/, {{{rune(eittland)}}}, {{{phon(ɑɪʔlɑ̃d)}}}) is part
of the family of Nordic countries and a member state of the Nordic
Council, with a population of 31.5 millions as per the 2019 national
census. It has a superficy of 121 km^{2}, making it the second largest
island in Europe after Great Britain. Its capital Đeberget is the
largest eittlandic city with a population of 1.641.600 in 2019. The
island is naturally separated in two, its western and eastern sides,
by a chain of volcanoes spawning on the separation of the North
American and the Eurasian plates, much like its northern sister
Iceland. Thus, its Eastern side covers 49km^{2} of the island and hosts
11.3 million inhabitants while the western side covers 72km^{2} with a
population of 20.1 millions.
Eittland (Eittlandic: /Eittland/, {{{phon(ɑɪʔlɑ̃d)}}}) is part of the family of
Nordic countries and a member state of the Nordic Council, with a
population of 31.5 millions as per the 2019 national census. It has a
superficy of 121 km^{2}, making it the second largest island in Europe
after Great Britain. Its capital Đeberget is the largest eittlandic
city with a population of 1.641.600 in 2019. The island is naturally
separated in two, its western and eastern sides, by a chain of
volcanoes spawning on the separation of the North American and the
Eurasian plates, much like its northern sister Iceland. Thus, its
Eastern side covers 49km^{2} of the island and hosts 11.3 million
inhabitants while the western side covers 72km^{2} with a population of
20.1 millions.
#+html: <ImgFigure src="/img/eittlandic/flag.png">Flag of Eittland</ImgFigure>

View File

@ -412,8 +412,8 @@ Eittlandic spoken in the majority Kingdom of Hylfjaltr, Western
Eittlandic spoken in the majority of the Kingdom of Ðeberget, and
Southern Eittlandic spoken on the southern parts of the island,
regardess of the legal kingdom (see the map shown in [[file:./country.md#culture][Culture]]). Three
main elements of their respective accent were presented above in [[*r » ʁ (Eastern
Eittlandic)][rule 18]], [[*VN / _ » Ṽ\[-tense\] ! V\[+high\] (Southern Eittlandic)][rule 20]] and [[phonology#vu-»-ə-diphthongs-western-eittlandic][rule 22]].
main elements of their respective accent were presented above in [[file:/phonology.md#*r » ʁ (Eastern
Eittlandic)][rule 18]], [[file:/phonology.md#*VN / _ » Ṽ\[-tense\] ! V\[+high\] (Southern Eittlandic)][rule 20]] and [[file:/phonology.md#vu-»-ə-diphthongs-western-eittlandic][rule 22]].
Some regional variation can be also found in these dialects, although
less significant and less consistantly than the changes mentioned

View File

@ -20,4 +20,3 @@
#+macro: begin-largetable @@html:<div class="largetable">@@
#+macro: end-largetable @@html:</div>@@
#+macro: recon *@@html:<i>$1</i>@@
#+macro: rune (eval (conlanging-to-org-runes $1 'eittlandic))

View File

@ -5,7 +5,6 @@
(package-refresh-contents)
(package-install 'f)
(package-install 'ox-gfm)
(package-vc-install '(conlanging . (:url "https://labs.phundrak.com/phundrak/conlanging.el.git")))
(message "Emacs directory: %s" user-emacs-directory)
@ -15,8 +14,7 @@
(setq org-confirm-babel-evaluate nil
org-html-validation-link nil
make-backup-files nil
org-export-with-broken-links t)
make-backup-files nil)
(defvar project-root
(file-name-as-directory (expand-file-name "docs" default-directory)))