Alexis Tacnet
f0527ffada
Add best posts and group by date
2017-02-12 17:58:16 +01:00
Jeff Henson
e02bf39694
Changed blog view on home page.
...
* Removed date grouping of recent blog posts.
* Added a paramter to specify how many posts to show.
2017-02-12 17:02:41 +01:00
Alexis Tacnet
05fafb6f02
Merge branch 'twitter_card' into dev
2017-02-12 15:45:05 +01:00
Alexis Tacnet
36aa2e733f
Add twitter meta properties
2017-02-12 14:11:41 +01:00
Alexis Tacnet
1226046243
Add more alt text
2017-02-12 12:56:17 +01:00
Alexis Tacnet
6f66ec6c11
Remove old css and compress files
2017-02-12 12:26:16 +01:00
Alexis Tacnet
abe49735cd
Download fonts and styles, and defer scripts
2017-02-12 11:21:40 +01:00
Alexis Tacnet
de5bc5bcb7
Fix values of progressivejs
2017-02-07 17:24:29 +01:00
Alexis Tacnet
647d2fad5c
Add choice for progressive images
2017-02-07 01:38:05 +01:00
Alexis Tacnet
444932ca59
Replace images in the content to progressive figures
2017-02-07 01:22:28 +01:00
Alexis Tacnet
332e98a42f
Add progressive js
2017-02-07 01:22:28 +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
b1b88ae177
Fix the redirection from articles to the blog section
2017-01-04 15:03:10 +01:00
Alexis Tacnet
fbf1d5ae74
Remove pygments
2017-01-04 15:00:03 +01:00
Alexis Tacnet
255816bddb
Add a "See more ..." on the homepage to see more blog posts
2017-01-04 14:53:49 +01:00
Alexis Tacnet
f3b2b053ca
Add the fact that the blog section is a must
2017-01-04 14:39:30 +01:00
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