User Tools

Site Tools


jekyll_website_overhaul

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
jekyll_website_overhaul [2019/09/12 00:39] telljekyll_website_overhaul [2019/09/12 00:40] (current) – [The Home Page is Special] tell
Line 143: Line 143:
   * an opportunity to learn more jekyll   * an opportunity to learn more jekyll
  
 +''_layouts/home.html'' is still a concise outline of what goes into the page:
  
 +<code html>
 +<!DOCTYPE html>
 +<html lang="en">
 +<head>
 +{% include head.html %}
 +<style>
 +{% include css/home.css %}
 +</style>
 +</head>
 +<body>
 +  <div id="page-wrapper" class="container-fluid p-0">
 +    {% include nav.html %}
 +    <div id="info-card" class="card shadow-sm">
 +      <div class="card-body">
 + <div class="card-text">
 +   {{ content }}
 + </div>
 +      </div>
 +    <hr>
 +    {% include footer.html %}
 +  </div> <!-- /container -->
 +  {% include end.html %}
 +</body>
 +</html>
  
 +</code>
 +
 +
 +TODO get this page up too.
  
jekyll_website_overhaul.1568263146.txt.gz · Last modified: 2019/09/12 00:39 by tell