blog

My blog at www.shimmy1996.com

git clone git://git.shimmy1996.com/blog.git
commit eba594185f0ba2e59bec6019b3f6bb955eacff9d
parent 9e69e9426a7e6b60fcb8508c4a92c161b799b3fc
Author: Shimmy <shimmy.xi.xu@gmail.com>
Date:   Sat, 26 Aug 2017 09:34:16 -0500

Minor tweaks.

Diffstat:
M.gitignore | 2++
Mconfig.toml | 42+++++++++++++++++++++++++++++++++++++++---
Acontent/fixed/about.md | 8++++++++
Acontent/fixed/about.md~ | 6++++++
Acontent/fixed/about.zh.md | 8++++++++
Acontent/fixed/about.zh.md~ | 8++++++++
Acontent/post/Hello-World.md | 20++++++++++++++++++++
Acontent/post/Hello-World.md~ | 9+++++++++
Acontent/post/Hello-World.zh.md | 18++++++++++++++++++
Acontent/post/Hello-World.zh.md~ | 20++++++++++++++++++++
Athemes/nofancy | 1+
11 files changed, 139 insertions(+), 3 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -1 +1,2 @@
 public
+themes/nofancy+
\ No newline at end of file
diff --git a/config.toml b/config.toml
@@ -1,3 +1,39 @@
-baseURL = "http://example.org/"
-languageCode = "en-us"
-title = "My New Hugo Site"
+# Basic Settings
+baseURL			= "http://138.68.49.31/"
+copyright		= "Mine! Mine! Mine!"
+title			= "Trantor Library" 
+newContentEditor 	= "emacs"
+theme 			= "nofancy"
+pygmentsStyle 		= "native"
+disqusshortname 	= "shimmy1996"
+
+DefaultContentLanguage 	= "en"
+
+[params]
+	highlight	= "monokai"
+	topmenu		= "categories"
+
+[author]
+	name		= "Shimmy"
+	github		= "shimmy1996"
+	twitter		= "shimmy1996"
+
+[params.naviagation]
+help			= "Help"
+
+[Languages]
+[Languages.en]
+title			= "Trantor Library"
+weight			= 1
+[Languages.en.params]
+github			= "github.com/shimmy1996"
+
+[Languages.zh]
+title			= "Chinese"
+[Languages.zh.params]
+
+[Languages.zh.navigation]
+help			= "Aha"
+
+
+
diff --git a/content/fixed/about.md b/content/fixed/about.md
@@ -0,0 +1,7 @@
+---
+title: "About"
+date: 2017-08-25T21:55:58-05:00
+draft: false
+---
+
+Hello World+
\ No newline at end of file
diff --git a/content/fixed/about.md~ b/content/fixed/about.md~
@@ -0,0 +1,6 @@
+---
+title: "About"
+date: 2017-08-25T21:55:58-05:00
+draft: true
+---
+
diff --git a/content/fixed/about.zh.md b/content/fixed/about.zh.md
@@ -0,0 +1,7 @@
+---
+title: "About"
+date: 2017-08-25T21:55:58-05:00
+draft: false
+---
+
+Hello World in Chinese.+
\ No newline at end of file
diff --git a/content/fixed/about.zh.md~ b/content/fixed/about.zh.md~
@@ -0,0 +1,7 @@
+---
+title: "About"
+date: 2017-08-25T21:55:58-05:00
+draft: false
+---
+
+Hello World+
\ No newline at end of file
diff --git a/content/post/Hello-World.md b/content/post/Hello-World.md
@@ -0,0 +1,19 @@
+---
+title: "Hello World"
+date: 2017-08-25T21:57:21-05:00
+draft: false
+---
+
+Hellow World!
+The plan must go on. 
+
+This is my first post on the site.  I hope that you like it!
+
+## Welcome Function
+
+Here is a little Python function to welcome you:
+
+{{< highlight python >}}
+def hello_world():
+    print "Hello there!"
+{{< /highlight >}}+
\ No newline at end of file
diff --git a/content/post/Hello-World.md~ b/content/post/Hello-World.md~
@@ -0,0 +1,9 @@
+---
+title: "Hello World"
+date: 2017-08-25T21:57:21-05:00
+draft: false
+---
+
+Hellow World!
+The plan must go on. 
+
diff --git a/content/post/Hello-World.zh.md b/content/post/Hello-World.zh.md
@@ -0,0 +1,17 @@
+---
+title: "Hello World"
+date: 2017-08-25T21:57:21-05:00
+draft: false
+---
+
+Nihao!
+The plan must go on. 
+
+## Welcome Function
+
+Here is a little Python function to welcome you:
+
+{{< highlight python >}}
+def hello_world():
+    print "Nihao!"
+{{< /highlight >}}+
\ No newline at end of file
diff --git a/content/post/Hello-World.zh.md~ b/content/post/Hello-World.zh.md~
@@ -0,0 +1,19 @@
+---
+title: "Hello World"
+date: 2017-08-25T21:57:21-05:00
+draft: false
+---
+
+Hellow World!
+The plan must go on. 
+
+This is my first post on the site.  I hope that you like it!
+
+## Welcome Function
+
+Here is a little Python function to welcome you:
+
+{{< highlight python >}}
+def hello_world():
+    print "Hello there!"
+{{< /highlight >}}+
\ No newline at end of file
diff --git a/themes/nofancy b/themes/nofancy
@@ -0,0 +1 @@
+Subproject commit 0f536cdbe29011500131a23ba9bd07865ad4486d