diff --git a/.drone.yml b/.drone.yml index 5520d21..4f17358 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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' diff --git a/docs/eittlandic/country.org b/docs/eittlandic/country.org index 573feea..698df73 100644 --- a/docs/eittlandic/country.org +++ b/docs/eittlandic/country.org @@ -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 diff --git a/docs/eittlandic/index.org b/docs/eittlandic/index.org index c8df2c1..ab26ca7 100644 --- a/docs/eittlandic/index.org +++ b/docs/eittlandic/index.org @@ -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: Flag of Eittland diff --git a/docs/eittlandic/phonology.org b/docs/eittlandic/phonology.org index 2e2b71c..ddb78bd 100644 --- a/docs/eittlandic/phonology.org +++ b/docs/eittlandic/phonology.org @@ -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 diff --git a/docs/headers b/docs/headers index 63d4956..3f7cb70 100644 --- a/docs/headers +++ b/docs/headers @@ -20,4 +20,3 @@ #+macro: begin-largetable @@html:
@@ #+macro: end-largetable @@html:
@@ #+macro: recon *@@html:$1@@ -#+macro: rune (eval (conlanging-to-org-runes $1 'eittlandic)) diff --git a/config.el b/export.el similarity index 81% rename from config.el rename to export.el index ddc5f28..d0fd42c 100644 --- a/config.el +++ b/export.el @@ -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)))