baseline for dfx-mdl
Signed-off-by: Tony Tkacik <tonydamage@gmail.com>
This commit is contained in:
parent
a09abe2e13
commit
c97cc68e61
22 changed files with 754 additions and 71 deletions
|
|
@ -10,11 +10,16 @@
|
|||
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" />
|
||||
|
||||
<!-- Material Design Lite css Library -->
|
||||
<link rel="stylesheet" type="text/css" href="https://storage.googleapis.com/code.getmdl.io/1.0.0/material.indigo-pink.min.css">
|
||||
|
||||
<!--
|
||||
<link rel="stylesheet" type="text/css" href="https://storage.googleapis.com/code.getmdl.io/1.2.1/material.{{ site.material.primary }}-{{ site.material.secondary }}.min.css">
|
||||
-->
|
||||
<!-- Material Design Fonts -->
|
||||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/icon?family=Material+Icons">
|
||||
|
||||
<!-- Custom theme css -->
|
||||
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
|
||||
<link rel="stylesheet" href="{{ "/css/coderay_github.css" | prepend: site.baseurl }}">
|
||||
<link rel="stylesheet" href="{{ "/css/quickie.css" | prepend: site.baseurl }}">
|
||||
|
||||
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue