Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/guangmean/Niello.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguangmean <angularcorp@outlook.com>2019-01-07 08:21:23 +0300
committerguangmean <angularcorp@outlook.com>2019-01-07 08:21:23 +0300
commit4bdffbdbf0c4b76cf85ad4584c6c3579713fdbd9 (patch)
tree9fc3af50f204cb2e7d9766bc434f20799fda17f6
parenta2bd9a044ff9d7c97d6227495af4e7b15c335a04 (diff)
README
-rw-r--r--LICENSE2
-rw-r--r--README.md42
2 files changed, 42 insertions, 2 deletions
diff --git a/LICENSE b/LICENSE
index 46fe619..bf808b3 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
The MIT License (MIT)
-Copyright (c) 2019 YOUR_NAME_HERE
+Copyright (c) 2019 guangmean
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
diff --git a/README.md b/README.md
index 617161e..2df325f 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,42 @@
# Niello
-A Dark Theme for Hugo
+Niello is a simple and clean dark mode Theme for "Hugo - Static Site Generator"
+
+
+# Features
+
+Simple, clean
+
+Syntax highlight with highlight.js
+
+Google Analytics
+
+Dark mode
+
+
+# Screenshot
+
+
+# Installation
+
+In the root of your Hugo site directory run:
+
+```shell
+git clone https://github.com/guangmean/Niello.git themes/Niello
+```
+
+# Configuration
+This is an example config.toml file:
+
+```toml
+baseURL = "http://example.org/"
+languageCode = "en-us"
+title = "New Hugo Theme - Diello"
+
+staticDir = ["static", "themes/Niello/static"]
+
+[params]
+copyright = "&#xA9; 2019 by guangmean. All Rights Reserved."
+```
+
+
+