Initial documentation on Server, added toc
This commit is contained in:
@@ -19,10 +19,10 @@
|
||||
<link rel="canonical" href="<%= config.url + config.root + (page.path||'').replace('index.html', '') %>">
|
||||
|
||||
<!-- Bootstrap Core CSS -->
|
||||
<%- css('css/bootstrap.min.css') %>
|
||||
<%- css('css/bootstrap.css') %>
|
||||
|
||||
<!-- Custom CSS -->
|
||||
<%- css('css/beantech.min.css')%>
|
||||
<%- css('css/beantech.css')%>
|
||||
|
||||
<!-- Pygments Highlight CSS -->
|
||||
<%- css('css/highlight') %>
|
||||
|
5
themes/spd/layout/_widget/toc.ejs
Normal file
5
themes/spd/layout/_widget/toc.ejs
Normal file
@@ -0,0 +1,5 @@
|
||||
<!-- Short About -->
|
||||
<section class="visible-md visible-lg">
|
||||
<h5>Table of Contents</h5>
|
||||
<%- toc(page.content,{list_number:false}) %>
|
||||
</section>
|
Reference in New Issue
Block a user