adding document mode
I've been thinking a lot about the treehouse and I feel like it's time to say goodbye to the tree format.
This commit is contained in:
parent
550c062327
commit
36705e7c1e
31 changed files with 940 additions and 409 deletions
|
@ -4,12 +4,15 @@
|
|||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<link rel="preload" href="{{ asset 'font/Recursive_VF_1.085.woff2' }}" as="font" type="font/woff2"
|
||||
crossorigin="anonymous">
|
||||
<style>
|
||||
@font-face {
|
||||
font-family: "RecVar";
|
||||
src: url("{{ asset 'font/Recursive_VF_1.085.woff2' }}");
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="{{ asset 'css/base.css' }}">
|
||||
<link rel="stylesheet" href="{{ asset 'css/main.css' }}">
|
||||
<link rel="stylesheet" href="{{ asset 'css/icons.css' }}">
|
||||
<link rel="stylesheet" href="{{ asset 'css/tree.css' }}">
|
||||
|
||||
{{!--
|
||||
Import maps currently don't support the src="" attribute. Unless we come up with something
|
||||
|
@ -38,14 +41,14 @@ clever to do while browser vendors figure that out, we'll just have to do a cach
|
|||
};
|
||||
</script>
|
||||
<script type="module" async>
|
||||
import "treehouse/command-line.js";
|
||||
import "treehouse/emoji.js";
|
||||
import "treehouse/overlay.js";
|
||||
import "treehouse/settings.js";
|
||||
import "treehouse/spells.js";
|
||||
import "treehouse/tree.js";
|
||||
import "treehouse/ulid.js";
|
||||
import "treehouse/usability.js";
|
||||
import "treehouse/settings.js";
|
||||
import "treehouse/tree.js";
|
||||
import "treehouse/emoji.js";
|
||||
import "treehouse/command-line.js";
|
||||
import "treehouse/overlay.js";
|
||||
</script>
|
||||
|
||||
<meta property="og:site_name" content="{{ config.user.title }}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue