Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa86789

Browse files
committed
fixed a layout tag in WorkingWithGitHubPages article
1 parent 7c75e37 commit aa86789

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed
Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
---
2-
title: Post with Header Image
3-
tags: TeXt
4-
article_header:
5-
type: cover
6-
image:
7-
src: /screenshot.jpg
2+
layout: article
3+
title: Working with Github Pages
4+
tags: web-development, web-publishing, git, dns
5+
aside:
6+
toc: true
87
---
98

10-
A Post with Header Image, See [Page layout](https://tianqi.name/jekyll-TeXt-theme/samples.html#page-layout) for more examples.
9+
At the time of writing this article, this page is hosted on GitHub Pages after previously been hosted on an Azure Storage Account. GitHub Pages allows you to host a static web site straight from your github repository.
10+
11+
# Getting Started with GitHub Pages
12+
13+
* [GitHub Pages Basics](https://help.github.com/en#github-pages-basics)
14+
*
1115

1216
<!--more-->

0 commit comments

Comments
 (0)