Skip to content

Commit f3e45df

Browse files
committed
update website
1 parent 6237c45 commit f3e45df

File tree

4 files changed

+15
-18
lines changed

4 files changed

+15
-18
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt"
1616

1717
# Site Settings
1818
locale : "en-US"
19-
title : "Learn React"
19+
title : "Learn React v.1"
2020
title_separator : "-"
2121
name : "CodeSym"
2222
description : "A comprehensive introduction to React."

_data/navigation.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# main links
2+
# main links
3+
main:
4+
- title: "[ Learn Create React App ]"
5+
url: https://createreactapp.github.io/
26
docs:
37
- title: Introduction
48
children:

_layouts/default.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22
---
33

44
<!doctype html>
5-
<!--
6-
Minimal Mistakes Jekyll Theme 4.11.2 by Michael Rose
7-
Copyright 2013-2018 Michael Rose - mademistakes.com | @mmistakes
8-
Free for personal and commercial use under the MIT license
9-
https://github.com/mmistakes/minimal-mistakes/blob/master/LICENSE.txt
10-
-->
115
<html lang="{{ site.locale | slice: 0,2 | default: "en" }}" class="no-js">
126
<head>
137
{% include head.html %}

_site/index.html

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,16 @@
11
<!doctype html>
2-
<!--
3-
Minimal Mistakes Jekyll Theme 4.11.2 by Michael Rose
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/minimal-mistakes/blob/master/LICENSE.txt
7-
-->
82
<html lang="en" class="no-js">
93
<head>
104
<meta charset="utf-8">
115

12-
<!-- begin _includes/seo.html --><title>Brief Introduction - Learn React</title>
6+
<!-- begin _includes/seo.html --><title>Brief Introduction - Learn React v.1</title>
137
<meta name="description" content="Welcome to Learn React, a comprehensive introduction to Reactjs. - Learn React">
148

159

1610

1711
<meta property="og:type" content="article">
1812
<meta property="og:locale" content="en_US">
19-
<meta property="og:site_name" content="Learn React">
13+
<meta property="og:site_name" content="Learn React v.1">
2014
<meta property="og:title" content="Brief Introduction">
2115
<meta property="og:url" content="/">
2216

@@ -31,7 +25,7 @@
3125

3226

3327

34-
<meta property="article:published_time" content="2018-05-24T17:03:54+07:00">
28+
<meta property="article:published_time" content="2018-05-25T16:29:42+07:00">
3529

3630

3731

@@ -80,7 +74,7 @@
8074
<!-- end _includes/seo.html -->
8175

8276

83-
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Learn React Feed">
77+
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="Learn React v.1 Feed">
8478

8579
<!-- http://t.co/dKP3o1e -->
8680
<meta name="HandheldFriendly" content="True">
@@ -129,9 +123,14 @@
129123
<div class="masthead__inner-wrap">
130124
<div class="masthead__menu">
131125
<nav id="site-nav" class="greedy-nav">
132-
<a class="site-title" href="/">Learn React</a>
126+
<a class="site-title" href="/">Learn React v.1</a>
133127
<ul class="visible-links">
134128

129+
130+
<li class="masthead__menu-item">
131+
<a href="https://createreactapp.github.io/" >[ Learn Create React App ]</a>
132+
</li>
133+
135134
</ul>
136135

137136
<button class="greedy-nav__toggle hidden" type="button">

0 commit comments

Comments
 (0)