[Org] Repository for my personal website.
Common resources.
Changed files
resources/css.org
@@ -9,7 +9,11 @@
9
9
10
10
#+DESCRIPTION: Styling information for the entire following websites: mlnp.fr, wiki.mlnp.fr, and blog.mlnp.fr.
11
11
#+KEYWORDS: org-mode emacs blendux mlnp literate programming
12
Added:
12
13
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="mlnp.css" />
14
Added:
#+HTML_HEAD: <link rel="icon" type="image/png" href="resources/favicon.png"/>
15
Added:
#+INCLUDE: topnav.html export html
16
Added:
13
17
#+TOC: headlines 2
14
18
15
19
@@ -342,16 +346,6 @@
342
346
table caption {
343
347
margin: 0.5em;
344
348
/* background: steelblue; */
345
Removed:
}
346
Removed:
#+END_SRC
347
Removed:
348
Removed:
I also want table headers to stick to the top of the table. This
349
Removed:
serves as a useful reminder of the
350
Removed:
351
Removed:
#+BEGIN_SRC css
352
Removed:
thead {
353
Removed:
position: sticky;
354
Removed:
top: 2.6rem;
355
349
}
356
350
#+END_SRC
357
351
resources/topnav.html
@@ -17,6 +17,7 @@
17
17
<li><a href="https://mlnp.fr/about.html">About</a></li>
18
18
<li><a href="https://blog.mlnp.fr/index.html">Blog</a></li>
19
19
<li><a href="https://wiki.mlnp.fr/index.html">Wiki</a></li>
20
Added:
<li><a href="https://apps.mlnp.fr/index.html">Apps</a></li>
20
21
<li><a href="https://mlnp.fr/cv.html">Curriculum Vitae</a></li>
21
22
<li><a href="https://mlnp.fr/about.html#contact">Contact</a></li>
22
23
</ul>