Skip to content

Commit 63a9eb9

Browse files
committed
More debugging author image etc.
1 parent a9e9cc0 commit 63a9eb9

4 files changed

Lines changed: 21 additions & 45 deletions

File tree

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ google_analytics: UA-85706588-1
5757
# Site author, previously was site.owner
5858
author:
5959
name: Anne Gentle
60-
picture: anne_gentle.jpg
60+
picture: /images/anne_gentle.jpg
6161
email: annegentle@justwriteclick.com
6262
disqus-shortname:
6363
facebook:

_layouts/landing.html

Lines changed: 16 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,20 @@
1-
<!doctype html>
2-
<!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
3-
<!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]-->
4-
<!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]-->
5-
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<![endif]-->
6-
<head>
7-
{% include head.html %}
8-
</head>
1+
<!DOCTYPE html>
2+
<!--
3+
So Simple Jekyll Theme 3.0.1
4+
Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
5+
Free for personal and commercial use under the MIT license
6+
https://github.com/mmistakes/so-simple-theme/blob/master/LICENSE
7+
-->
8+
<html lang="{{ page.lang | default: site.lang | default: 'en-US' }}" class="no-js">
9+
{% include head.html %}
910

10-
<body id="page">
11+
<body class="layout--{{ page.layout | default: layout.layout }}{% if page.classes or layout.classes %}{{ page.classes | default: layout.classes | join: ' ' | prepend: ' ' }}{% endif %} {% if page.entries_layout == 'grid' %}page--wide{% endif %} {{ page.title | slugify }}">
12+
{% include skip-links.html %}
13+
{% include navigation.html %}
14+
{{ content }}
1115

12-
<div id="main" role="main">
13-
<article class="entry">
14-
{% if page.image.feature %}<img src="{{ site.url }}/images/{{ page.image.feature }}" class="entry-feature-image" alt="{{ page.title }}" {% if site.logo == null %}style="margin-top:0;"{% endif %}>{% if page.image.credit %}<p class="image-credit">Photo Credit: <a href="{{ page.image.creditlink }}">{{ page.image.credit }}</a></p>{% endif %}{% endif %}
15-
<div class="entry-wrapper">
16-
<header class="entry-header">
17-
<h1 class="entry-title">{% if page.headline %}{{ page.headline }}{% else %}{{ page.title }}{% endif %}</h1>
18-
</header>
19-
<div class="entry-content">
20-
{{ content }}
21-
</div><!-- /.entry-content -->
22-
</div><!-- /.entry-wrapper -->
23-
</article>
24-
</div><!-- /#main -->
25-
26-
<div class="footer-wrapper">
27-
<footer role="contentinfo" class="entry-wrapper">
2816
{% include footer.html %}
29-
</footer>
30-
</div><!-- /.footer-wrapper -->
31-
32-
{% include scripts.html %}
17+
{% include scripts.html %}
18+
</body>
3319

34-
</body>
35-
</html>
20+
</html>

articles/index.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
---
2-
layout: post
2+
layout: posts
33
title: Articles
44
excerpt: "Read articles to learn more about the docs like code vision and how to try it for yourself."
5-
search_omit: true
5+
search: false
66
---
7-
8-
<ul class="post-list">
9-
{% for post in site.categories.articles %}
10-
<li><article><a href="{{ site.url }}{{ post.url }}">{{ post.title }} <span class="entry-date"><time datetime="{{ post.date | date_to_xmlschema }}">{{ post.date | date: "%B %d, %Y" }}</time></span>{% if post.excerpt %} <span class="excerpt">{{ post.excerpt | remove: '\[ ... \]' | remove: '\( ... \)' | markdownify | strip_html | strip_newlines | escape_once }}</span>{% endif %}</a></article></li>
11-
{% endfor %}
12-
</ul>

search/index.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
---
22
layout: search
33
title: "Search"
4-
date:
5-
modified:
6-
excerpt:
74
image:
8-
feature:
9-
search_omit: true
5+
path: /images/so-simple-sample-image-7.jpg
6+
search: false
107
sitemap: false
118
---

0 commit comments

Comments
 (0)