-baseurl = "http://gohugo.io"
+baseurl = "http://gohugo.io/"
MetaDataFormat = "yaml"
[indexes]
url = "http://discuss.gohugo.io"
weight = -150
[[menu.main]]
- name = "about hugo"
+ name = "About Hugo"
+ identifier = "about"
pre = "<i class='fa fa-heart'></i>"
weight = -110
- identifier = "about"
[[menu.main]]
- name = "getting started"
+ name = "Getting Started"
+ identifier = "getting started"
pre = "<i class='fa fa-road'></i>"
weight = -100
[[menu.main]]
- name = "content"
+ name = "Content"
+ identifier = "content"
pre = "<i class='fa fa-file-text'></i>"
weight = -90
[[menu.main]]
- name = "themes"
+ name = "Themes"
+ identifier = "themes"
pre = "<i class='fa fa-desktop'></i>"
weight = -85
[[menu.main]]
- name = "templates"
+ name = "Templates"
identifier = "layout"
pre = "<i class='fa fa-columns'></i>"
weight = -80
[[menu.main]]
- name = "taxonomies"
+ name = "Taxonomies"
identifier = "taxonomy"
pre = "<i class='fa fa-tags'></i>"
weight = -70
[[menu.main]]
- name = "extras"
+ name = "Extras"
+ identifier = "extras"
pre = "<i class='fa fa-gift'></i>"
weight = -60
[[menu.main]]
- name = "community"
+ name = "Community"
+ identifier = "community"
pre = "<i class='fa fa-group'></i>"
weight = -50
[[menu.main]]
url = "http://discuss.gohugo.io"
weight = 150
[[menu.main]]
- name = "tutorials"
+ name = "Tutorials"
+ identifier = "tutorials"
pre = "<i class='fa fa-book'></i>"
weight = -40
[[menu.main]]
- name = "troubleshooting"
+ name = "Troubleshooting"
+ identifier = "troubleshooting"
pre = "<i class='fa fa-wrench'></i>"
weight = -30
/*sidebar navigation*/
#sidebar {
- width: 200px;
+ width: 214px;
height: 100%;
position: fixed;
background: #ffffff;
ul.sidebar-menu li{
line-height: 20px !important;
- text-transform: capitalize;
}
ul.sidebar-menu li.sub-menu{
transition: all 0.3s ease;
border-right: 1px solid #D7D7D7;
border-bottom: 1px solid #D7D7D7;
- overflow:hidden;
+ white-space: nowrap;
}
ul.sidebar-menu li.active a, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {