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

gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkarthik <kskarthik@gitlab.io>2019-12-04 16:24:36 +0300
committerkarthik <kskarthik@gitlab.io>2019-12-04 16:24:36 +0300
commita897bef64395356152ae314d0fc2fdff4ef7ee73 (patch)
treed9d29060cd0197e93b537d93b4d8bc33c6a4a1d1
parent01b42fd489eec2c7a07214c605fff2406e336899 (diff)
parent14a82a5b11fa89e02ada24ccac87cad524468fe8 (diff)
Merge branch 'master' of https://gitlab.com/kskarthik/monopriv
Merge
-rw-r--r--README.md4
-rw-r--r--exampleSite/config.toml2
-rw-r--r--theme.toml6
3 files changed, 5 insertions, 7 deletions
diff --git a/README.md b/README.md
index db1aad5..ce7cdcd 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,5 @@
![Screenshot](https://gitlab.com/kskarthik/monopriv/raw/master/images/screenshot.png "Desktop View")
-<br>
![Screenshot](https://gitlab.com/kskarthik/monopriv/raw/master/images/tn.png "Tab view")
-<br>
![Screenshot](https://gitlab.com/kskarthik/monopriv/raw/master/images/mobile.png "Mobile View")
**The images used in theme are only for demonstration purpose, Please don't use those images.**
@@ -20,7 +18,7 @@ $ git clone https://gitlab.com/kskarthik/monopriv.git
* Fully Responsive Ready.
* Powered by bootstrap 4 CSS framework.
* Well Crafted for Personal blog
-* Works without javascript !
+* Works without javascript
## Contribute
Feel free to contribute changes, features to this theme!
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 9a60555..c5ba64a 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,4 +1,4 @@
-baseURL = "https://gohugo.io/"
+baseURL = "https://example.com/"
title = "Monopriv"
languagecode = "en"
author = "Steve Francia"
diff --git a/theme.toml b/theme.toml
index ce8a586..472fd95 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,10 +1,10 @@
# theme.toml template for a Hugo theme
# See https://github.com/gohugoio/hugoThemes#themetoml for an example
-name = "Monopriv"
+name = "monopriv"
license = "MIT"
-licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE"
-description = "A minimal blogging theme for hugo"
+licenselink = "https://gitlab.com/kskarthik/monopriv/blob/master/LICENSE"
+description = "A minimal privacy focused blogging theme for hugo"
homepage = "https://gitlab.com/kskarthik/monopriv"
tags = ["minimal", "simple", "clean", "blog", "light","bootstrap", "responsive", "fast", "privacy", "monospace"]
features = ["blog", "Clean and minimal", "Responsive", "Social media links", "Syntax highlighting"]