diff --git a/content/_index.md b/content/_index.md index 1bf1bf1..370bfc3 100644 --- a/content/_index.md +++ b/content/_index.md @@ -2,5 +2,5 @@ Welcome to my corner of the internet Here you can find: - stuff about computers (Coming sonn) -- stuff about constructed languages (Coming soon) -- [miscelaneous ramblings](/misc) +- [stuff about constructed languages](https://www.annwan.me/conlangs) +- [miscelaneous ramblings](https://www.annwan.me/misc) diff --git a/content/conlangs/overview-of-mosici.md b/content/conlangs/overview-of-mosici.md new file mode 100644 index 0000000..9347146 --- /dev/null +++ b/content/conlangs/overview-of-mosici.md @@ -0,0 +1,12 @@ ++++ +title = 'Overview of Mosici' +date = 2024-02-26T02:16:48+01:00 +draft = true +keywords = ["conlangs","mosici","mosécéc"] ++++ + +Mosici (in Mosici: {{< script "nahan" >}}Mosécéc an'Ila{{< /script >}} /mosikik ãnela/) is spoken in the world of Nielavi. It is one of the many language that split of the Nahan language after the fall of the Empire. + +Nowdays it is mainly spoken in the North-Eastern Archipelago, but also serves as a lingua franca for most of the trade in the Eastern Ocean. + + diff --git a/content/conlangs/presentation-of-mosecec.md b/content/conlangs/presentation-of-mosecec.md deleted file mode 100644 index 2e97ce4..0000000 --- a/content/conlangs/presentation-of-mosecec.md +++ /dev/null @@ -1,20 +0,0 @@ -+++ -title = 'Overview of Mosici' -date = 2024-02-26T02:16:48+01:00 -draft = true -+++ - -Mosici (in Mosici: «Mosécéc an'Ila» /mosikik ãnela/) is spoken in the world of Nielavi. It is one of the many language that split of the Nahan language after the fall of the Empire. - -Nowdays it is mainly spoken in the North-Eastern Archipelago, but also serves as a lingua franca for most of the trade in the Eastern Ocean. - -## Some general typologic information: - -| ---- | ---- | -| Typical word order | SOV | -| Adpositions | Postfix | - - -## Some samples of texts - - diff --git a/hugo.toml b/hugo.toml index 62e672b..ebe05ee 100644 --- a/hugo.toml +++ b/hugo.toml @@ -13,3 +13,9 @@ noindex = false [params.theme] palette = "gruvbox-dark" + +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true + diff --git a/layouts/shortcodes/script.html b/layouts/shortcodes/script.html new file mode 100644 index 0000000..01d3b0a --- /dev/null +++ b/layouts/shortcodes/script.html @@ -0,0 +1,3 @@ + + {{ .Inner }} + diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..9d411d4 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/fonts/nahan.ttf b/static/fonts/nahan.ttf new file mode 100644 index 0000000..da82c3e Binary files /dev/null and b/static/fonts/nahan.ttf differ diff --git a/themes/risotto/static/css/custom.css b/themes/risotto/static/css/custom.css index 71949ed..49c7724 100644 --- a/themes/risotto/static/css/custom.css +++ b/themes/risotto/static/css/custom.css @@ -1 +1,14 @@ /* Override this file to customise the theme's CSS for your site */ + +@fontface { + font-family: 'Nahan'; + src: url('https://www.annwan.me/fonts/nahan.ttf') format(truetype); +} + +:root { + --font-script-nahan: 'Nahan', sans-serif; +} + +.scr-nahan { + font-family: var(--font-script-nahan); +} diff --git a/themes/risotto/static/css/typography.css b/themes/risotto/static/css/typography.css index d7f9e17..feb8109 100644 --- a/themes/risotto/static/css/typography.css +++ b/themes/risotto/static/css/typography.css @@ -1,6 +1,8 @@ /* Fonts */ +@import 'https://pvinis.github.io/iosevka-webfont/3.4.1/iosevka.css'; + :root { - --font-monospace: "Fira Mono", monospace; + --font-monospace: 'Iosevka Web', monospace; } body {