169 lines
7.2 KiB
HTML
169 lines
7.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
|
|
|
<link rel="shortcut icon" href="../img/favicon.ico">
|
|
|
|
<title>Additional Resources - Jekyll Academic</title>
|
|
|
|
<link href="../css/bootstrap-custom.min.css" rel="stylesheet">
|
|
<link href="../css/font-awesome-4.0.3.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="../css/highlight.css">
|
|
<link href="../css/base.css" rel="stylesheet">
|
|
|
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
<!--[if lt IE 9]>
|
|
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
|
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
|
|
<![endif]-->
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
|
|
<div class="container">
|
|
|
|
<!-- Collapsed navigation -->
|
|
<div class="navbar-header">
|
|
<!-- Expander button -->
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
|
|
<span class="sr-only">Toggle navigation</span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
<span class="icon-bar"></span>
|
|
</button>
|
|
|
|
<!-- Main title -->
|
|
<a class="navbar-brand" href="..">Jekyll Academic</a>
|
|
</div>
|
|
|
|
<!-- Expanded navigation -->
|
|
<div class="navbar-collapse collapse">
|
|
<!-- Main navigation -->
|
|
<ul class="nav navbar-nav">
|
|
|
|
|
|
<li >
|
|
<a href="..">Getting Started</a>
|
|
</li>
|
|
|
|
|
|
|
|
<li >
|
|
<a href="../advanced/">Advanced Features</a>
|
|
</li>
|
|
|
|
|
|
|
|
<li class="active">
|
|
<a href="./">Additional Resources</a>
|
|
</li>
|
|
|
|
|
|
|
|
<li >
|
|
<a href="../about/">About</a>
|
|
</li>
|
|
|
|
|
|
</ul>
|
|
|
|
<!-- Search, Navigation and Repo links -->
|
|
<ul class="nav navbar-nav navbar-right">
|
|
<li>
|
|
<a href="#" data-toggle="modal" data-target="#mkdocs_search_modal">
|
|
<i class="fa fa-search"></i> Search
|
|
</a>
|
|
</li>
|
|
<li >
|
|
<a rel="next" href="../advanced/">
|
|
<i class="fa fa-arrow-left"></i> Previous
|
|
</a>
|
|
</li>
|
|
<li >
|
|
<a rel="prev" href="../about/">
|
|
Next <i class="fa fa-arrow-right"></i>
|
|
</a>
|
|
</li>
|
|
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container">
|
|
<div class="col-md-3"><div class="bs-sidebar hidden-print affix well" role="complementary">
|
|
<ul class="nav bs-sidenav">
|
|
|
|
<li class="main active"><a href="#additional-resources">Additional Resources</a></li>
|
|
|
|
<li><a href="#jekyll">Jekyll</a></li>
|
|
|
|
<li><a href="#minimal-mistakes">Minimal Mistakes</a></li>
|
|
|
|
<li><a href="#markdown">Markdown</a></li>
|
|
|
|
<li><a href="#github-pages">GitHub Pages</a></li>
|
|
|
|
|
|
</ul>
|
|
</div></div>
|
|
<div class="col-md-9" role="main">
|
|
|
|
<h1 id="additional-resources">Additional Resources</h1>
|
|
<h2 id="jekyll"><a href="https://jekyllrb.com/">Jekyll</a></h2>
|
|
<p>Jekyll describes itself as a 'Blog aware static website generator'. It is written in the Ruby programming language and is a very powerful tool that creates static websites. The Jekyll Academic theme and getting started guide is limited in its use of Jekyll features. We recommend visiting <a href="https://jekyllrb.com/">https://jekyllrb.com/</a> to learn more about all of the features of Jekyll.</p>
|
|
<h2 id="minimal-mistakes"><a href="https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/">Minimal Mistakes</a></h2>
|
|
<p>Jekyll Academic is largely based on the <a href="https://mmistakes.github.io/minimal-mistakes/">Minimal Mistakes</a> Jekyll theme developed by Michael Rose. This theme is highly customizable, responsive and completely free to use and modify. To learn more about the theme, as well as more in depth editing instructions please visit the <a href="https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/">Minimal Mistakes Getting Started Guide</a>.</p>
|
|
<h2 id="markdown"><a href="https://daringfireball.net/projects/markdown/">Markdown</a></h2>
|
|
<p>Markdown is a lightweight yet powerful text markup language developed by John Gruber. To learn more about how to use Markdown please visit the Markdown Tutorial on his website.</p>
|
|
<h2 id="github-pages"><a href="https://pages.github.com/">GitHub Pages</a></h2>
|
|
<p><a href="https://pages.github.com/">GitHub Pages</a> provides a free hosting platform for personal or project websites. It is tightly integrated with Jekyll to provide a seamless hosting solution for Jekyll based websites. </p></div>
|
|
</div>
|
|
|
|
<footer class="col-md-12">
|
|
<hr>
|
|
|
|
<center>Documentation built with <a href="http://www.mkdocs.org/">MkDocs</a>.</center>
|
|
</footer>
|
|
|
|
<script src="../js/jquery-1.10.2.min.js"></script>
|
|
<script src="../js/bootstrap-3.0.3.min.js"></script>
|
|
<script src="../js/highlight.pack.js"></script>
|
|
<script>var base_url = '..';</script>
|
|
<script data-main="../mkdocs/js/search.js" src="../mkdocs/js/require.js"></script>
|
|
<script src="../js/base.js"></script>
|
|
|
|
<div class="modal" id="mkdocs_search_modal" tabindex="-1" role="dialog" aria-labelledby="Search Modal" aria-hidden="true">
|
|
<div class="modal-dialog">
|
|
<div class="modal-content">
|
|
<div class="modal-header">
|
|
<button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button>
|
|
<h4 class="modal-title" id="exampleModalLabel">Search</h4>
|
|
</div>
|
|
<div class="modal-body">
|
|
<p>
|
|
From here you can search these documents. Enter
|
|
your search terms below.
|
|
</p>
|
|
<form role="form">
|
|
<div class="form-group">
|
|
<input type="text" class="form-control" placeholder="Search..." id="mkdocs-search-query">
|
|
</div>
|
|
</form>
|
|
<div id="mkdocs-search-results"></div>
|
|
</div>
|
|
<div class="modal-footer">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |