Add line numbers for code blocks
This commit is contained in:
parent
67e8d41b74
commit
76747a0992
8 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
<link href="/style.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/prism.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<body class="line-numbers">
|
||||
<h1 id="marlin-boot-animations">Marlin Boot Animations</h1>
|
||||
<p>In Marlin (the 3D Printer firmware), you can have an animated
|
||||
Bootscreen. This animation can be as long as you want, as long
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<link href="/style.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/prism.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<body class="line-numbers">
|
||||
<h1 id="askiiarts-site">askiiart's site</h1>
|
||||
<p>I'm a hobby programmer and co-founder and vice president of
|
||||
the <a
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<link href="/style.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/prism.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<body class="line-numbers">
|
||||
<h1 id="portfolio">Portfolio</h1>
|
||||
<h2 id="projects">Projects</h2>
|
||||
<ul>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<link href="/style.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/prism.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<body class="line-numbers">
|
||||
<h1 id="resume">Resume</h1>
|
||||
<p>
|
||||
Benjamin Zimmerman <br>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<link href="/style.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/prism.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<body class="line-numbers">
|
||||
<h1 id="my-stack">My Stack</h1>
|
||||
<h2 id="hardware">Hardware</h2>
|
||||
<ul>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<link href="/style.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/prism.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<body class="line-numbers">
|
||||
$body$
|
||||
<script src="/prism.js"></script>
|
||||
</body>
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<link href="/style.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/prism.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<body class="line-numbers">
|
||||
<h1 id="using-json-with-docker-compose">Using JSON with docker
|
||||
compose</h1>
|
||||
<p>Turns out you can use JSON with docker compose! It's a bit
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
<link href="/style.css" type="text/css" rel="stylesheet" />
|
||||
<link href="/prism.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<body class="line-numbers">
|
||||
<h1 id="wishlist">Wishlist</h1>
|
||||
<ol type="1">
|
||||
<li><a href="https://www.amazon.com/dp/B0BCKK5D3J">4-port PCIe
|
||||
|
|
Loading…
Reference in a new issue