{{ .Title }}
+{{ .Summary | plainify | htmlUnescape }}...
+ + +diff --git a/README.md b/README.md old mode 100644 new mode 100755 index b402c4ca..625e9342 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ -# hugo-paper -A simple & clean hugo theme +Hugo Paper +======== + +Hugo Paper is a responsive simple & clean hugo theme. + +![Hugo Paper Theme Screenshot](https://raw.githubusercontent.com/nanxiaobei/hugo-paper/master/images/screenshot.png) + +## Installation + +Inside the folder of your Hugo site run: + +```bash +$ cd themes +$ git clone https://github.com/nanxiaobei/hugo-paper +``` + +*For more information read the official [setup guide](https://gohugo.io/overview/installing/) of Hugo.* diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 00000000..ac36e062 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,2 @@ ++++ ++++ diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 00000000..d10dcdb8 Binary files /dev/null and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png new file mode 100644 index 00000000..856a5a61 Binary files /dev/null and b/images/tn.png differ diff --git a/layouts/404.html b/layouts/404.html new file mode 100644 index 00000000..aab2e1f1 --- /dev/null +++ b/layouts/404.html @@ -0,0 +1,3 @@ +{{ partial "header.html" . }} +
{{ .Summary | plainify | htmlUnescape }}...
+ + +