mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
fixup notebooks
This commit is contained in:
parent
028e3a11b9
commit
38f42ba71c
24
_layouts/exported_notebook.html
Normal file
24
_layouts/exported_notebook.html
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
---
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Tom Hodson - {{ page.title }}</title>
|
||||
<meta name="description" content="Tom Hodson's personal site.">
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
<style>
|
||||
div.jp-InputPrompt.jp-InputArea-prompt {
|
||||
display: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
<!-- RSS feed -->
|
||||
{% feed_meta %}
|
||||
</head>
|
||||
{{ content }}
|
||||
</html>
|
||||
|
@ -1,23 +1,7 @@
|
||||
---
|
||||
layout: default
|
||||
---
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<title>Tom Hodson - {{ page.title }}</title>
|
||||
<meta name="description" content="Tom Hodson's personal site.">
|
||||
<link rel="stylesheet" href="/assets/css/styles.css">
|
||||
<script src="/assets/js/index.js"></script>
|
||||
|
||||
<!-- RSS feed -->
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS for Tom Hodson's Blog" href="/feed.xml">
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{ page.title }}</h1>
|
||||
<time>{{ page.date | date_to_string }}</time>
|
||||
{{ content }}
|
||||
</body>
|
||||
</html>
|
||||
<h1>{{ page.title }}</h1>
|
||||
<time>{{ page.date | date_to_string }}</time>
|
||||
{{ content }}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
layout: post
|
||||
layout: exported_notebook
|
||||
excerpt: A test jupyter notebook.
|
||||
image:
|
||||
---
|
||||
@ -15394,5 +15394,5 @@ Speedup: 2x !
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user