Skip to content

Commit

Permalink
Deploying to gh-pages from @ 30ece9b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
progrium committed Nov 11, 2024
1 parent 5eb78bb commit dfc77a6
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 10 deletions.
20 changes: 20 additions & 0 deletions app/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -663,4 +663,24 @@ the top nav in a more elegant way at some point*/
.menu li {
padding: var(--padding);
}
}

/*------------CODE EDITOR------------*/

.code-editor {
border-radius: 6px;
font-family: 'Source Code Pro', monospace;
font-size: 14px;
font-weight: 400;
height: 340px;
letter-spacing: normal;
line-height: 20px;
padding: 10px;
resize: none !important;
tab-size: 4;
margin-left: -0.5rem;
}

.code-editor.hljs {
padding: 10px;
}
2 changes: 1 addition & 1 deletion blog/feed.rss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link>https://treehouse.sh/</link>
<atom:link href="https://treehouse.sh/blog/feed.rss" rel="self" type="application/rss+xml"/>
<description>An open source note-taking frontend to extend and customize.</description>
<lastBuildDate>Fri, 09 Aug 2024 22:12:56 GMT</lastBuildDate>
<lastBuildDate>Mon, 11 Nov 2024 20:30:58 GMT</lastBuildDate>
<language>en</language>
<generator>Lume v1.17.5</generator>
<item>
Expand Down
8 changes: 7 additions & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
<link href="/app/main.css" rel="stylesheet">
<link rel="icon" href="/icon.png" type="image/x-icon">
<link rel="manifest" href="/app/main.webmanifest">
<link href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&amp;display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400&amp;family=Source+Code+Pro&amp;display=swap" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.1/highlight.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.1/styles/railscasts.min.css" rel="stylesheet">
<script src="/vnd/mithril-2.0.3.min.js"></script>
<script src="/vnd/minisearch-6.0.1.min.js"></script>
<script src="/analytics.js"></script>
Expand All @@ -19,6 +21,10 @@
<script type="module">
import { Editor } from "/vnd/codemirror-6.0.1.min.js";
window.Editor = Editor;

import { CodeJar } from "https://cdn.jsdelivr.net/npm/codejar@4.2.0/+esm";
window.CodeJar = CodeJar;

window.backend = {"name":"github","url":"https://treehouse-demo-login.proteco.workers.dev"};
</script>
<script src="/app/main.js" type="module"></script>
Expand Down
8 changes: 4 additions & 4 deletions lib/treehouse.min.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions lib/treehouse.min.js.map

Large diffs are not rendered by default.

0 comments on commit dfc77a6

Please sign in to comment.