public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
e81f53e48fa448396b24a694d25398c2a54cf36d blob 1953 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
 
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <meta name="date" content='$date-meta$'>
  <title>$title$ | olang</title>
  <style>
    :root {
      --background-color: #f4f4f4;
      --text-color: black;
      --link-color: #4e5289;
    }

    @media (prefers-color-scheme: dark) {
      :root {
        --background-color: #26282B;
        --text-color: white;
        --link-color: #8c91db;
      }
    }

    body {
      background: var(--background-color);
      color: var(--text-color);
      font-family: monospace;
      font-size: 1rem;
      margin: 0;
      padding: 0 40px;
    }

    a {
      color: var(--link-color);
    }

    article, nav, header, footer {
      max-width: 80ch;
      margin: 10px auto;
    }

    header > h1 {
      font-weight: normal;
    }

    nav, header > h1 {
      text-align: center;
    }

    header {
      margin-top: 70px;
      margin-bottom: 20px;
    }

    footer {
      margin: 20px auto;
    }

    article {
      overflow: hidden;
    }

    pre {
      background: rgba(0,0,0, 0.75);
      color: white;
      padding: 10px;
      max-width: 100%;
      overflow: auto;
      font-size: large;
    }

    .logo-name {
      font-weight: bold;
    }
  </style>
</head>
<body>
  <header>
    <h1><span class="logo-name">olang</span> | O Programming Language</h1>
    <nav>
      [ <a href="/">Home</a> ]
      [ <a href="/manual/">Manual</a> ]
      [ <a href="/pages/language-specification.html">Specification</a> ]
      [ <a href="https://sr.ht/~johnnyrichard/olang/sources" target="_blank">Sources &UpperRightArrow;</a> ]
      [ <a href="https://sr.ht/~johnnyrichard/olang/lists" target="_blank">Mailing list &UpperRightArrow;</a> ]
    </nav>
  </header>
  <article>
    <h1>$title$</h1>
    $toc$

    $body$
  </article>
  <footer>
    © 2024 olang maintainers
  </footer>
</body>
</html>
debug log:

solving e81f53e ...
found e81f53e in https://git.johnnyrichard.com/olang.git

Code repositories for project(s) associated with this public inbox

	https://git.johnnyrichard.com/olang.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox