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>2017-03-05 05:18:26 +0300
committerkey-amb <yasutake.kiyoshi@gmail.com>2017-03-05 05:18:26 +0300
commitf7a09b47133f8ab46e034697e1889f9357c41028 (patch)
treeff75cdbce49f1b2ee43b441628aef6863a3c6b3f
parent0993ebc0b956686308cdad70287a4d7544596a81 (diff)
Enhance / Add site.css to customize UI for one's own site
-rw-r--r--layouts/partials/header.html1
-rw-r--r--static/css/site.css4
2 files changed, 5 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 3432669..abc6e8a 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -13,6 +13,7 @@
<link rel="stylesheet" href="{{ $baseUrl }}/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="{{ $baseUrl }}/css/theme.css">
<link rel="stylesheet" href="{{ $baseUrl }}/css/bootie-docs.css">
+ <link rel="stylesheet" href="{{ $baseUrl }}/css/site.css">
</head>
<body role="document">
diff --git a/static/css/site.css b/static/css/site.css
new file mode 100644
index 0000000..e0f2dd4
--- /dev/null
+++ b/static/css/site.css
@@ -0,0 +1,4 @@
+/*
+ * You can add styles to customize UI for your own site
+ * into CSS file: static/css/site.css
+ */