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 image: silex/emacs:master-alpine
commands: commands:
- apk update && apk add git - apk update && apk add git
- emacs -Q --script config.el - emacs -Q --script export.el
- pwd - pwd
- find / -name '*.org' - find / -name '*.org'
- find / -name '*.md' - 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 together. This gave birth to the two states of the Kingdom of Đeberget
(also called the /Western Eittlandic Kingdom/) and the Kingdom of (also called the /Western Eittlandic Kingdom/) and the Kingdom of
Hylfjaltr (also called the /Eastern Eittlandic Kingdom/). More on that 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) *** Crusades and Independence (13th century - 1400)
As soon as the 13th century, and through the 14th century, the As soon as the 13th century, and through the 14th century, the

View File

@ -2,17 +2,17 @@
* Eittland * Eittland
Eittland (Eittlandic: /Eittland/, {{{rune(eittland)}}}, {{{phon(ɑɪʔlɑ̃d)}}}) is part Eittland (Eittlandic: /Eittland/, {{{phon(ɑɪʔlɑ̃d)}}}) is part of the family of
of the family of Nordic countries and a member state of the Nordic Nordic countries and a member state of the Nordic Council, with a
Council, with a population of 31.5 millions as per the 2019 national population of 31.5 millions as per the 2019 national census. It has a
census. It has a superficy of 121 km^{2}, making it the second largest superficy of 121 km^{2}, making it the second largest island in Europe
island in Europe after Great Britain. Its capital Đeberget is the after Great Britain. Its capital Đeberget is the largest eittlandic
largest eittlandic city with a population of 1.641.600 in 2019. The city with a population of 1.641.600 in 2019. The island is naturally
island is naturally separated in two, its western and eastern sides, separated in two, its western and eastern sides, by a chain of
by a chain of volcanoes spawning on the separation of the North volcanoes spawning on the separation of the North American and the
American and the Eurasian plates, much like its northern sister Eurasian plates, much like its northern sister Iceland. Thus, its
Iceland. Thus, its Eastern side covers 49km^{2} of the island and hosts Eastern side covers 49km^{2} of the island and hosts 11.3 million
11.3 million inhabitants while the western side covers 72km^{2} with a inhabitants while the western side covers 72km^{2} with a population of
population of 20.1 millions. 20.1 millions.
#+html: <ImgFigure src="/img/eittlandic/flag.png">Flag of Eittland</ImgFigure> #+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 Eittlandic spoken in the majority of the Kingdom of Ðeberget, and
Southern Eittlandic spoken on the southern parts of the island, 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 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 main elements of their respective accent were presented above in [[file:/phonology.md#*r » ʁ (Eastern
Eittlandic)][rule 18]], [[*VN / _ » Ṽ\[-tense\] ! V\[+high\] (Southern Eittlandic)][rule 20]] and [[phonology#vu-»-ə-diphthongs-western-eittlandic][rule 22]]. 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 Some regional variation can be also found in these dialects, although
less significant and less consistantly than the changes mentioned less significant and less consistantly than the changes mentioned

View File

@ -20,4 +20,3 @@
#+macro: begin-largetable @@html:<div class="largetable">@@ #+macro: begin-largetable @@html:<div class="largetable">@@
#+macro: end-largetable @@html:</div>@@ #+macro: end-largetable @@html:</div>@@
#+macro: recon *@@html:<i>$1</i>@@ #+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-refresh-contents)
(package-install 'f) (package-install 'f)
(package-install 'ox-gfm) (package-install 'ox-gfm)
(package-vc-install '(conlanging . (:url "https://labs.phundrak.com/phundrak/conlanging.el.git")))
(message "Emacs directory: %s" user-emacs-directory) (message "Emacs directory: %s" user-emacs-directory)
@ -15,8 +14,7 @@
(setq org-confirm-babel-evaluate nil (setq org-confirm-babel-evaluate nil
org-html-validation-link nil org-html-validation-link nil
make-backup-files nil make-backup-files nil)
org-export-with-broken-links t)
(defvar project-root (defvar project-root
(file-name-as-directory (expand-file-name "docs" default-directory))) (file-name-as-directory (expand-file-name "docs" default-directory)))