Commit Graph

333 Commits

Author SHA1 Message Date
Alexis Tacnet
cc0155e28d Update README with new features 2016-12-26 18:27:43 +01:00
Alexis Tacnet
40db199e90 Update README with screenshot and my repo 2016-12-26 18:16:45 +01:00
Alexis Tacnet
50fb4c392c Add demo and screenshots 2016-12-26 18:14:06 +01:00
Alexis Tacnet
b1407887c3 Update exampleSite 2016-12-26 18:07:04 +01:00
Alexis Tacnet
f499a7d0d5 Update name 2016-12-26 17:37:17 +01:00
Alexis Tacnet
c93181eaad Add original author 2016-12-26 17:24:30 +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
1b1ff254af Change author 2016-12-26 16:58:40 +01:00
Alexis Tacnet
70111bacc1 Remove less directory 2016-12-26 16:38:24 +01:00
Alexis Tacnet
52440553c3 Merged mobile_responsive into master 2016-12-26 16:04:35 +01:00
Alexis Tacnet
b6e7152c3a Add padding to home screen and remove it from other pages 2016-12-26 16:04:28 +01:00
Alexis Tacnet
b8b5125848 Remove margin of front page 2016-12-26 15:56:47 +01:00
Alexis Tacnet
3831d699cb Change police size for mobile and remove grey in background 2016-12-26 15:53:34 +01:00
Alexis Tacnet
0b54ad1641 Safari fix 2016-12-21 11:22:40 +01:00
Alexis Tacnet
7eab793afb Change font of paragraphes 2016-12-18 21:12:04 +01:00
Alexis Tacnet
9139037ba5 Add font style on paragraphes 2016-12-07 16:04:02 +01:00
Alexis Tacnet
9043d011dc Fix redirection to / on Back to posts 2016-12-07 12:34:40 +01:00
Alexis Tacnet
003d590502 Fix font in markdown text 2016-12-07 12:21:54 +01:00
Nishanth Shanmugham
dacc9e7a77 Merge pull request #39 from passw0rd123/feature/referrer_leak
privacy: don’t leak referrer to linked sites
2016-12-06 18:45:38 -06: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
490bf5858d Merge pull request #37 from bnjmn/fix-archetype-error
Fix archetypes error
2016-12-05 16:30:24 -06:00
Benjamin Petersen
bafa72e471 Fix archetypes error
Add default.md to ensure archetypes directory exists.
2016-12-05 14:03:55 -07:00
Nishanth Shanmugham
9241ecb926 Merge pull request #35 from nishanths/nishanths/rm-cachebuster
Remove cachebuster until #32 is resolved.
2016-12-03 23:31:47 -06:00
Nishanth Shanmugham
4207493143 Remove cachebuster until #32 is resolved. 2016-12-03 23:30:17 -06:00
Nishanth Shanmugham
9ba3bcd870 Merge pull request #34 from robinst/remove-redundant-text-transform
Remove redundant text-transform in CSS
2016-12-03 23:22:48 -06:00
Robin Stocker
be98b2e999 Remove redundant text-transform in CSS 2016-12-04 15:47:40 +11: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
4783360e46 Merge pull request #33 from nishanths/nishanths/32-cachebuster
cachebuster: wrong way around
2016-12-03 03:05:06 -06:00
Nishanth Shanmugham
0b494a5782 cachebuster: wrong way around
Fixes #32.
2016-12-03 03:01:56 -06:00
Nishanth Shanmugham
8324832d46 Merge pull request #31 from robinst/highlightjs-languages
Support additional languages for highlight.js
2016-12-01 18:28: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
Nishanth Shanmugham
d99f3b56c1 Merge pull request #29 from bep/rss
Rename RSSlink to RSSLink
2016-11-17 04:37:02 -06: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
Rémy Mathieu
bccad9a8c4 Merge pull request #28 from remeh/feature/compat0.17
layouts: restore compatibility with Hugo < 0.18
2016-11-09 21:57:01 +01:00
remeh
25f2e95a77 README: add a note for existing user about lowercasing the parameters. 2016-11-09 21:55:38 +01:00
remeh
f89eae3668 layouts: restore compatibility with Hugo < 0.18 2016-11-09 21:06:20 +01:00
Rémy Mathieu
ff26d90c2b Merge pull request #26 from remeh/master
header: support for static avatar.
2016-11-08 21:59:47 +01:00
remeh
2e1a9232cc header: support for static avatar. 2016-11-08 21:56:08 +01:00
Nishanth Shanmugham
6b2ecd9708 Merge pull request #25 from remeh/master
header: add Gravatar support.
2016-11-08 14:27:21 -06:00
remeh
3c87066710 header: add Gravatar support. 2016-11-08 21:18:47 +01:00
Nishanth Shanmugham
8e0bad49a7 Merge pull request #24 from remeh/master
Fixes params get for Hugo 0.18
2016-11-07 17:11:38 -06: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
Nishanth Shanmugham
e80e7cb4b1 Merge pull request #23 from remeh/master
layouts: access DateForm and DateFormFull paramx as string.
2016-11-07 12:27:58 -06: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