We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 19abe2aCopy full SHA for 19abe2a
Learning2Control.github.io/_config.yml
@@ -0,0 +1,4 @@
1
+title: "Learning 2 Control Website"
2
+remote_theme: pages-themes/modernist@v0.2.0
3
+plugins:
4
+- jekyll-remote-theme # add this line to the plugins list if you already have one
Learning2Control.github.io/index.md
@@ -0,0 +1,17 @@
+---
+layout: default
+title: Home
5
+
6
+<nav>
7
+ <ul>
8
+ <li><a href="{{ site.baseurl }}/collaborations">Collaborations</a></li>
9
+ <li><a href="{{ site.baseurl }}/contacts">Contacts</a></li>
10
+ <li><a href="{{ site.baseurl }}/publications">Publications & Patents</a></li>
11
+ </ul>
12
+</nav>
13
14
+<header>
15
+ <h1>L2C</h1>
16
+</header>
17
0 commit comments