Back Alive!

This commit is contained in:
Mahasri Kalavala
2019-04-17 18:46:06 -04:00
parent 929e0b336e
commit 2a0dd39795
255 changed files with 137143 additions and 0 deletions

17
docs/index.md Executable file
View File

@@ -0,0 +1,17 @@
---
layout: page
title: Home Page
description: ""
---
<h2>Welcome</h2>
<p>This page is auto-generated, and is sorted alphabetically by "Title"</p>
{% assign cur_pages = site.pages | sort: 'title' %}
{%- for entry in cur_pages %}
{%- if entry.layout == "page" and entry.url != "/" %}
<h3><a href="{{ site.url }}{{ entry.url }}">&nbsp;{{ entry.title }}</a></h3>
<p>{{ entry.description }}</p>
{%- endif %}
{%- endfor %}