Commit Graph

38 Commits

Author SHA1 Message Date
Aaron Schlesinger
55a3b2a42b Using relative URLs in the header (#118)
* using relative URLs in the header

* using relative permalinks for regular pages
2019-04-06 13:23:02 -05:00
Michael Noronha
1fa9afaa77 Add option to exclude any headings from navbar
This implementation is somewhat messy, but I think the resulting default
is sane and it allows customizability. The motivation was it felt weird
to me to be linking to a blog, when the home link right above linked to
a slighly different version of the same page.
2018-08-14 23:15:09 -07:00
Michael Noronha
498265ba76 Add option to use large header everywhere
To use, set large_banner_logo = true in the config file
2018-08-14 22:38:32 -07:00
Michael Noronha
587b2ac961 Amend handling of logofile not being set 2018-03-20 13:19:13 -04:00
Robin Wenzel
a36d787cf1 Make Logo Optional by providing an empty string
Since not every user has a nice logo at hand I find it useful to have the option to not include a logo. By default cocoa-eh would still show a 'logo' hyperlink. I would at least try to make this theme work without any basefiles given (even thoug the basic cocoa theme is available)
2018-03-02 08:00:50 -06:00
Michael Noronha
969bd5ca4e Fix validation HTML validation errors (#62)
* Make the theme compliant with W3C standards (#55)

* Dropped the line because chrome tab is deprecated.

* On header, "li" elements are meant to surround the "a" elements and not the other way around.

* Dropped all section tags I could find at first glance, as they had no semantic meaning and were firing warnings at the W3C validator.

* Change "middot" from a helper div to a helper class since putting div's inside ul's is not compliant

* Fixed a problem of the previous commit. A middot would not hide if on mobile.

* Fix archetypes bug with Go templates

* Fix additional validation error in 404
2017-11-09 16:22:28 -06:00
Alexis Tacnet
fd4a9767ae Add small_banner_logo parameter to disable big logo 2017-09-07 09:31:13 +02:00
Alexis Tacnet
8ef779e0fa Hotfix: Hugo v0.22 and nested sections 2017-06-27 16:11:46 +02:00
Alexis Tacnet
f52e02f88d Extend the footer and always display icons at the bottom 2017-02-25 23:43:48 +01:00
Jente Hidskes
77a27406dd Center the copyright string and icons 2017-02-25 23:43:48 +01:00
Jente Hidskes
7dc989c3bf Add a licensing page 2017-02-25 23:43:48 +01:00
Alexis Tacnet
b89ca391a6 Fix footnotes and anchor href 2017-02-24 14:50:45 +01:00
Alexis Tacnet
74ac69fb6a Remove duplicate lang code 2017-02-24 14:04:37 +01:00
Alexis Tacnet
1226046243 Add more alt text 2017-02-12 12:56:17 +01:00
Alexis Tacnet
24a61d175e Change the way social params interact 2017-01-27 15:51:51 +01:00
gbl08ma
771a57d6a9 Automatically hide blog link in header if there are no blog posts 2017-01-17 23:53:54 +00:00
gbl08ma
812a1a0178 Fix upstream issue #2
The header was including a number of meta-pages (tags, categories...).
Fixed by getting the list of pages from a "regular" page collection that
doesn't include these meta-pages.
2017-01-17 23:28:11 +00:00
Alexis Tacnet
f3b2b053ca Add the fact that the blog section is a must 2017-01-04 14:39:30 +01:00
Alexis Tacnet
5c5fe525d6 Enumerate sections in the header to do links 2017-01-04 13:48:27 +01:00
Alexis Tacnet
1e58948395 Replace the old method to see if it is home by .IsHome 2017-01-04 01:02:05 +01:00
Alexis Tacnet
e4c5bb57ca The baseURL should have a slash at the end 2016-12-31 12:10:33 +01:00
Alexis Tacnet
52025ab00e Fix links and path if the blog is in a subdomain 2016-12-26 22:59:32 +01:00
Alexis Tacnet
8b42cb37ea Move logo reference in config file 2016-12-26 17:09:51 +01:00
Alexis Tacnet
4bf549032a Get the head bigger 2016-12-06 23:56:54 +01:00
Alexis Tacnet
9f8b26993e Delete useless icons 2016-12-03 11:52:42 +01:00
Alexis Tacnet
95d322c326 Add logo on the side 2016-12-03 11:50:40 +01:00
remeh
f89eae3668 layouts: restore compatibility with Hugo < 0.18 2016-11-09 21:06:20 +01:00
remeh
2e1a9232cc header: support for static avatar. 2016-11-08 21:56:08 +01:00
remeh
3c87066710 header: add Gravatar support. 2016-11-08 21:18:47 +01:00
remeh
51b5b6541f layouts: replace all get on Params. 2016-11-07 19:28:30 +01:00
Murilo Santana
de20e56890 Adding RSS link 2016-10-01 18:20:27 -03:00
Nishanth Shanmugham
204880aac9 v0.3.0
- Change color from orange to blue; improve colors elsewhere
- Change `div.section` to `section`
- Rename  `posts` directory to `blog`
- Add ability to specify extra CSS files in `config.toml`
- Removed `WebFontsFile` feature from `config.toml`
- Remove the initials displayed on top right of single post pages
- Update example site
2015-12-24 16:57:45 -06:00
Nishanth Shanmugham
4331c6ee6d CSS changes
* Dynamic resume link
* More header changes
* CSS for narrow hides
* Fix syntax error in header files
* Add transition for initials link
* Link hover with transition
* Add date in tooltip
* Consistent colors
* Font sizes
* Icon margins

HTTPS in JS correction to remove slashes
2015-10-31 16:07:04 -05:00
Nishanth Shanmugham
f76074413e Use Raleway for nav 2015-09-13 17:44:43 -05:00
Nishanth Shanmugham
b9f26b600a Add example site
* Revert back to using author in params
2015-08-25 00:01:18 -05:00
Nishanth Shanmugham
4aaa445727 Remove Author from site params 2015-08-24 23:40:21 -05:00
Nishanth Shanmugham
7262e07657 Fix page titles 2015-08-24 23:36:26 -05:00
Nishanth Shanmugham
d2264ad3f3 Add all files 2015-08-24 18:28:03 -05:00