Skip to content

Commit

Permalink
add mermaid
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenWuyifan committed Nov 17, 2023
1 parent 7cba023 commit fbd1c14
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ baseurl: /project
name: Eden's Personal Site
description: Win98-Eden
google_verification: null
mermaid: true


# File management
Expand Down
13 changes: 12 additions & 1 deletion _includes/donate.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,15 @@
<hr>
<br>

<p>All rights reserved :copyright: </p>
<p>All rights reserved :copyright: </p>

<script src="https://unpkg.com/[email protected]/dist/mermaid.min.js"></script>
<script>
$(document).ready(function () {
mermaid.initialize({
startOnLoad:true,
theme: "default",
});
window.mermaid.init(undefined, document.querySelectorAll('.language-mermaid'));
});
</script>
10 changes: 10 additions & 0 deletions _includes/mermaid.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<script src="https://unpkg.com/[email protected]/dist/mermaid.min.js"></script>
<script>
$(document).ready(function () {
mermaid.initialize({
startOnLoad:true,
theme: "default",
});
window.mermaid.init(undefined, document.querySelectorAll('.language-mermaid'));
});
</script>
2 changes: 1 addition & 1 deletion _posts/2023-03-13-project-alpha-automl.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags: projects
[![Documentation Status](https://readthedocs.org/projects/alpha-automl/badge/?version=latest)](https://alpha-automl.readthedocs.io/en/latest/?badge=latest)


<img src="https://github.com/VIDA-NYU/alpha-automl/raw/devel/Alpha-AutoML_logo.png" width=30%>
![Not so big](https://github.com/VIDA-NYU/alpha-automl/raw/devel/Alpha-AutoML_logo.png)


Alpha-AutoML is an AutoML system that automatically searches for models and derives end-to-end pipelines that read,
Expand Down

0 comments on commit fbd1c14

Please sign in to comment.