* add an empty footer * add a minimal html header * indent the nav * modify the build process (publish.sh): * use a tmp directory * use discount markdown(1) rather than discount mkd2html(1) * generate html page title from the file name * indent html body * use cat(1) to combine the pieces * remove trailing newlines in publish.sh * git ignore tmp/ directory
6 lines
114 B
HTML
6 lines
114 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="style.css">
|