feat: add page style
This commit is contained in:
parent
b971b5905b
commit
40b6196abf
7 changed files with 90 additions and 64 deletions
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
|
@ -9,15 +9,9 @@
|
|||
href="https://dadada.li/feed.xml"
|
||||
title="dadada"
|
||||
/>
|
||||
<link rel="stylesheet" type="text/css" href="../../pagestyle.css" />
|
||||
</head>
|
||||
<body
|
||||
style="
|
||||
min-width: 30em;
|
||||
max-width: 60em;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
"
|
||||
>
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<a href="https://dadada.li/">dadada</a>
|
||||
|
@ -84,13 +78,12 @@
|
|||
<code>tag</code> can be used to include them in multiple workbenches.
|
||||
</p>
|
||||
<p>An example workflow</p>
|
||||
<pre>
|
||||
$ cd tag
|
||||
$ mkdir -p course1/examples
|
||||
$ ln -s ~/src/example1 course1/examples/
|
||||
$ ln -s ~/lib/courses/course1 course1/material
|
||||
$ rm -r course1
|
||||
</pre>
|
||||
<pre><code class="shell">cd tag</code>
|
||||
<code class="shell">mkdir -p course1/examples</code>
|
||||
<code class="shell">ln -s ~/src/example1 course1/examples/</code>
|
||||
<code class="shell">ln -s ~/lib/courses/course1 course1/material</code>
|
||||
<code class="shell">rm -r course1</code></pre
|
||||
>
|
||||
<p>
|
||||
I create new tags for various reasons, but mostly one for each larger
|
||||
context (e.g. work, hobbies, admin foo, thesis, courseXY) and some more
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue