Annwan 10 months ago
parent
commit
400e0bd9de
  1. 4
      content/_index.md
  2. 12
      content/conlangs/overview-of-mosici.md
  3. 20
      content/conlangs/presentation-of-mosecec.md
  4. 6
      hugo.toml
  5. 3
      layouts/shortcodes/script.html
  6. BIN
      static/favicon.ico
  7. BIN
      static/fonts/nahan.ttf
  8. 13
      themes/risotto/static/css/custom.css
  9. 4
      themes/risotto/static/css/typography.css

4
content/_index.md

@ -2,5 +2,5 @@ Welcome to my corner of the internet
Here you can find:
- stuff about computers (Coming sonn) <!--(/computers)-->
- stuff about constructed languages (Coming soon) <!--(/conlangs)-->
- [miscelaneous ramblings](/misc)
- [stuff about constructed languages](https://www.annwan.me/conlangs)
- [miscelaneous ramblings](https://www.annwan.me/misc)

12
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.
<!-- vim: set tw=80: -->

20
content/conlangs/presentation-of-mosecec.md

@ -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
<!-- vim: set tw=80: -->

6
hugo.toml

@ -13,3 +13,9 @@ noindex = false
[params.theme]
palette = "gruvbox-dark"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true

3
layouts/shortcodes/script.html

@ -0,0 +1,3 @@
<span class="scr-{{ index .Params 0 }}" >
{{ .Inner }}
</span>

BIN
static/favicon.ico

BIN
static/fonts/nahan.ttf

13
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);
}

4
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 {

Loading…
Cancel
Save