mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Small tweaks to Homepage and CSS
This commit is contained in:
parent
1d0d280e20
commit
861472bea5
3 changed files with 13 additions and 11 deletions
|
@ -102,10 +102,14 @@
|
|||
<i class="point-icon icon-fork"></i>
|
||||
<h2>Flexible</h2>
|
||||
<p class="lead">
|
||||
Hugo is designed to how you do.
|
||||
Define your own meta data adhoc in YAML, TOML or JSON.
|
||||
Define your own organization, urls and indexes to organize your content how you want.
|
||||
Best of all this is all done with virtually no configuration, Hugo will just work.
|
||||
|
||||
Hugo is designed to work how you do. Declare your own content
|
||||
types. Define your own meta data in YAML, TOML or JSON.
|
||||
Organize your content however you want with any URL structure.
|
||||
Use indexes to group your content however you want. Best of all
|
||||
this is all done with virtually no configuration, Hugo
|
||||
just works.
|
||||
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -142,7 +146,7 @@
|
|||
Hugo is developed with love by <a href="http://spf13.com">spf13</a>, <a href="http://github.com/noahcampbell">Noah</a> and friends.
|
||||
We welcome all contributions.
|
||||
New to go? Not a problem, we will help you.
|
||||
Not a developer? Help with docs, templates and themes.
|
||||
Not a developer? Help with <a href="/overview/quickstart">docs</a>, templates and themes.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
1
docs/static/static/css/HPstyles.css
vendored
1
docs/static/static/css/HPstyles.css
vendored
|
@ -4,6 +4,7 @@ html,
|
|||
body {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
letter-spacing: 0.5px;
|
||||
}
|
||||
|
||||
.vert-text {
|
||||
|
|
9
docs/static/static/css/styles.css
vendored
9
docs/static/static/css/styles.css
vendored
|
@ -1,7 +1,7 @@
|
|||
body { padding-top: 70px; }
|
||||
|
||||
body {
|
||||
background-color: rgb(253, 253, 251);
|
||||
padding-top: 70px;
|
||||
letter-spacing: 0.3px;
|
||||
}
|
||||
|
||||
|
||||
|
@ -25,7 +25,7 @@ nav.navbar {
|
|||
background: none repeat scroll 0% 0% rgb(22, 203, 230);
|
||||
border-top: 4px solid rgb(15, 166, 188);
|
||||
border-bottom: 1px solid rgb(15, 166, 188);
|
||||
opacity: .9;
|
||||
opacity: .97;
|
||||
}
|
||||
|
||||
.navbar-nav a > i {
|
||||
|
@ -73,8 +73,5 @@ nav.navbar {
|
|||
.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
|
||||
background-color: rgb(15, 166, 188);
|
||||
}
|
||||
nav.navbar {
|
||||
opacity: 0.98;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue