-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
55 changed files
with
13,013 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>Categories on Funnel</title> | ||
<link>https://ohsu-comp-bio.github.io/funnel/categories/</link> | ||
<description>Recent content in Categories on Funnel</description> | ||
<generator>Hugo -- gohugo.io</generator> | ||
<language>en-us</language> | ||
|
||
<atom:link href="https://ohsu-comp-bio.github.io/funnel/categories/index.xml" rel="self" type="application/rss+xml" /> | ||
|
||
|
||
</channel> | ||
</rss> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
/* | ||
Darcula color scheme from the JetBrains family of IDEs | ||
*/ | ||
|
||
|
||
.hljs { | ||
display: block; | ||
overflow-x: auto; | ||
padding: 0.5em; | ||
background: #2b2b2b; | ||
} | ||
|
||
.hljs { | ||
color: #bababa; | ||
} | ||
|
||
.hljs-strong, | ||
.hljs-emphasis { | ||
color: #a8a8a2; | ||
} | ||
|
||
.hljs-bullet, | ||
.hljs-quote, | ||
.hljs-link, | ||
.hljs-number, | ||
.hljs-regexp, | ||
.hljs-literal { | ||
color: #6896ba; | ||
} | ||
|
||
.hljs-code, | ||
.hljs-selector-class { | ||
color: #a6e22e; | ||
} | ||
|
||
.hljs-emphasis { | ||
font-style: italic; | ||
} | ||
|
||
.hljs-keyword, | ||
.hljs-selector-tag, | ||
.hljs-section, | ||
.hljs-attribute, | ||
.hljs-name, | ||
.hljs-variable { | ||
color: #cb7832; | ||
} | ||
|
||
.hljs-params { | ||
color: #b9b9b9; | ||
} | ||
|
||
.hljs-string { | ||
color: #6a8759; | ||
} | ||
|
||
.hljs-subst, | ||
.hljs-type, | ||
.hljs-built_in, | ||
.hljs-builtin-name, | ||
.hljs-symbol, | ||
.hljs-selector-id, | ||
.hljs-selector-attr, | ||
.hljs-selector-pseudo, | ||
.hljs-template-tag, | ||
.hljs-template-variable, | ||
.hljs-addition { | ||
color: #e0c46c; | ||
} | ||
|
||
.hljs-comment, | ||
.hljs-deletion, | ||
.hljs-meta { | ||
color: #7f7f7f; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
/* | ||
Dark style from softwaremaniacs.org (c) Ivan Sagalaev <Maniac@SoftwareManiacs.Org> | ||
*/ | ||
|
||
.hljs { | ||
display: block; | ||
overflow-x: auto; | ||
padding: 0.5em; | ||
background: #444; | ||
} | ||
|
||
.hljs-keyword, | ||
.hljs-selector-tag, | ||
.hljs-literal, | ||
.hljs-section, | ||
.hljs-link { | ||
color: white; | ||
} | ||
|
||
.hljs, | ||
.hljs-subst { | ||
color: #ddd; | ||
} | ||
|
||
.hljs-string, | ||
.hljs-title, | ||
.hljs-name, | ||
.hljs-type, | ||
.hljs-attribute, | ||
.hljs-symbol, | ||
.hljs-bullet, | ||
.hljs-built_in, | ||
.hljs-addition, | ||
.hljs-variable, | ||
.hljs-template-tag, | ||
.hljs-template-variable { | ||
color: #d88; | ||
} | ||
|
||
.hljs-comment, | ||
.hljs-quote, | ||
.hljs-deletion, | ||
.hljs-meta { | ||
color: #777; | ||
} | ||
|
||
.hljs-keyword, | ||
.hljs-selector-tag, | ||
.hljs-literal, | ||
.hljs-title, | ||
.hljs-section, | ||
.hljs-doctag, | ||
.hljs-type, | ||
.hljs-name, | ||
.hljs-strong { | ||
font-weight: bold; | ||
} | ||
|
||
.hljs-emphasis { | ||
font-style: italic; | ||
} |
Oops, something went wrong.