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

github.com/progrhyme/hugo-theme-bootie-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkey-amb <yasutake.kiyoshi@gmail.com>2015-04-21 01:35:19 +0300
committerkey-amb <yasutake.kiyoshi@gmail.com>2015-04-21 01:35:19 +0300
commitb067c7f6bcd70562c6c3eddf1e47038ef5bd672b (patch)
tree9b86eb09d3219d437cccdd0037f4fc42318ee36f
parente57378b48df7451957f223dd5caa87da2fae6bb1 (diff)
Rename from simple-docs to bootie-docs
-rw-r--r--README.md7
-rw-r--r--layouts/partials/header.html2
-rw-r--r--theme.toml8
3 files changed, 9 insertions, 8 deletions
diff --git a/README.md b/README.md
index be1be75..c83524f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
-# Simple Docs
+# Bootie Docs
-**Simple Docs** is a simple [hugo](http://gohugo.io/) theme for documentation.
+**Bootie Docs** is a simple [hugo](http://gohugo.io/) theme for documentation.
+The name "bootie" comes from [Bootstrap](http://getbootstrap.com/) CSS.
## CONTENTS
@@ -9,7 +10,7 @@
## DEPENDENCIES
-**Simple Docs** includes following libraries:
+**Bootie Docs** includes following libraries:
* [Bootstrap](http://getbootstrap.com/) v3.3.4 ... Wwell-known CSS framework.
* [jQuery](https://jquery.com/) v1.11.2 ... Requried by _Bootstrap_.
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index c32f12a..70bd55a 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -6,7 +6,7 @@
<!--<link href="http://fonts.googleapis.com/css?family=PT+Sans:400,700" rel="stylesheet" type="text/css">-->
<link rel="stylesheet" href="/css/bootstrap.min.css">
<!--<link rel="stylesheet" href="/css/bootstrap-theme.min.css">-->
- <link rel="stylesheet" href="/css/simple-docs.css">
+ <link rel="stylesheet" href="/css/bootie-docs.css">
<link rel="alternate" href="/index.xml" type="application/rss+xml" title="{{ .Site.Title }}">
<title>{{ $isHomePage := eq .Title .Site.Title }}{{ .Title }}{{ if eq $isHomePage false }} - {{ .Site.Title }}{{ end }}</title>
</head>
diff --git a/theme.toml b/theme.toml
index 3e4e47e..77c6a3d 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,9 +1,9 @@
-name = "Hugo Theme Simple Document"
+name = "Hugo Theme Bootie Docs"
license = "MIT"
-licenselink = "https://github.com/key-amb/hugo-theme-simple-docs/LICENSE.md"
-description = "A simple Hugo theme for documentation"
+licenselink = "https://github.com/key-amb/hugo-theme-bootie-docs/LICENSE.md"
+description = "A simple Hugo theme with Bootstrap for documentation"
#homepage = "http://siteforthistheme.com/"
-tags = ["document", ""]
+tags = ["document", "bootstrap"]
features = ["document", ""]
[author]