Commit Graph

112 Commits

Author SHA1 Message Date
Alexis Tacnet
79e59efb45 Update highlightjs scripts 2017-01-04 14:39:03 +01:00
Alexis Tacnet
35460d3844 Update style of grouping headers in blog and index 2017-01-04 14:09:39 +01:00
Alexis Tacnet
5ff6beef99 Add grouping by month and year in the blog section 2017-01-04 13:48:52 +01:00
Alexis Tacnet
5c5fe525d6 Enumerate sections in the header to do links 2017-01-04 13:48:27 +01:00
Alexis Tacnet
8639f8a8b0 Remove initials 2017-01-04 12:11:07 +01:00
Alexis Tacnet
cc057fff6d Update highlight js to 9.9 2017-01-04 12:10:36 +01:00
Alexis Tacnet
4a5e3eb1f4 Change the default list display a content and a list
Inside a section, you can have a name_of_the_section.md with a content displayed before the list
2017-01-04 02:52:47 +01:00
Alexis Tacnet
da7658830c Move the fixed folder at the root of the exampleSite 2017-01-04 02:01:20 +01:00
Alexis Tacnet
8c072c4c4b The default list template should have a title and not always "Blog" 2017-01-04 01:16:47 +01:00
Alexis Tacnet
85ce527b0b Remove fixed single and correct the default one 2017-01-04 01:16:24 +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
90b1e93f38 Add more correct path with BaseURL 2016-12-27 14:35:16 +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
cd27b21d58 Merge upstream of the fork 2016-12-26 17:06:24 +01:00
Alexis Tacnet
9043d011dc Fix redirection to / on Back to posts 2016-12-07 12:34:40 +01:00
Alexis Tacnet
3065147286 Add site title everywhere 2016-12-06 23:57:06 +01:00
Alexis Tacnet
4bf549032a Get the head bigger 2016-12-06 23:56:54 +01:00
passw0rd123
8d43fe18bb don’t leak referrer to linked sites
https://webbkoll.dataskydd.net/en/
2016-12-06 23:50:43 +01:00
Nishanth Shanmugham
4207493143 Remove cachebuster until #32 is resolved. 2016-12-03 23:30:17 -06:00
Alexis Tacnet
9f8b26993e Delete useless icons 2016-12-03 11:52:42 +01:00
Alexis Tacnet
1c04c1e14a Delete google analytics 2016-12-03 11:51:33 +01:00
Alexis Tacnet
95d322c326 Add logo on the side 2016-12-03 11:50:40 +01:00
Nishanth Shanmugham
0b494a5782 cachebuster: wrong way around
Fixes #32.
2016-12-03 03:01:56 -06:00
Robin Stocker
97f796f224 Support additional languages for highlight.js
highlight.min.js only includes 22 commonly used languages. E.g. Go and
Rust are not part of that set. This change allows users to add the JS
for additional languages via a config option.

I've also updated the library to the newest version.
2016-12-02 11:21:00 +11:00
Bjørn Erik Pedersen
5917f042e5 Rename RSSlink to RSSLink
The former will be deprecated and eventually removed from Hugo.

Note: Currently both of them exist in Hugo, which is the reason for the cleanup.
2016-11-17 08:53:41 +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
95940453e7 layouts: fix refactoring error using get on Param. 2016-11-07 19:33:29 +01:00
remeh
51b5b6541f layouts: replace all get on Params. 2016-11-07 19:28:30 +01:00
remeh
07da40c3cf layouts: access DateForm and DateFormFull param as string.
This fix the usage of this theme with Hugo 0.18-dev
2016-11-07 19:09:51 +01:00
Nishanth Shanmugham
93618f9ec8 .container .content CSS and .post-item HTML fixes
* .container .content for icons should not be 100%
  to help with centering.
* Use span for .post-item internals, otherwise Firefox
  messes up at smaller screen width with the list bullet
  and title on separate lines.
* README wording

Fix #17
2016-10-08 00:17:08 -05:00
Murilo Santana
c90a6943c0 only alternate 2016-10-01 23:05:13 -03:00
Murilo Santana
de20e56890 Adding RSS link 2016-10-01 18:20:27 -03:00
Andy Huynh
b3980e9d83 ALH: Update example config file to include highlight js 2016-09-02 12:53:34 -07:00
Andy Huynh
1b0897ea6b ALH: Add highlight js for syntax highlighting 2016-09-02 12:46:22 -07:00
Alexander Zeitler
bf8b0767a2 Fix back link 2016-01-14 00:09:36 +01:00
Nishanth Shanmugham
45cc9efecd Allow zooming on mobile 2015-12-24 23:25:34 -06: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
81e87c2318 Breaking change: Add disqus element.
Required adding disqusShortname = "XYZ" to config.toml
Details: http://gohugo.io/extras/comments/

This resolves #4.
2015-12-21 03:45:35 -06:00
Nishanth Shanmugham
a58f1b6e4f Fix another deprecated base url property 2015-11-12 17:17:16 -06:00
Nishanth Shanmugham
994913289e Use .BaseURL instead of .BaseUrl
Closes #2
2015-11-08 22:48:12 -06:00
Nishanth Shanmugham
83bf38ddb2 Orange colors
* Add Open Sans to the stack
2015-10-31 16:07:06 -05: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
29a5b22882 Color changes to background and compensated colors
* Fix overly dark shades
* Remove word count from posts
* Markup changes for single posts headers
* Rename config
* Fix page heading
2015-10-31 16:06:50 -05:00
Nishanth Shanmugham
f76074413e Use Raleway for nav 2015-09-13 17:44:43 -05:00
Nishanth Shanmugham
21af44ba8e Remove font script 2015-08-29 02:34:42 -05:00
Nishanth Shanmugham
6e2e423bec Add CSS cache buster 2015-08-29 02:28:59 -05:00