Commit Graph

121 Commits

Author SHA1 Message Date
Kazhnuz 3245606647 style: export scss 2018-12-06 19:52:39 +01:00
Kazhnuz 15c0ceb242 style: get it right this time 2018-12-06 19:52:22 +01:00
Kazhnuz 3bdc5d5c43 style: make wp-caption centering working 2018-12-06 19:50:31 +01:00
Kazhnuz 5b0b1d1e1d style: force wp-caption centering for the moment 2018-12-06 19:49:38 +01:00
Kazhnuz 9ee04f810b style: support wp-caption centering 2018-12-06 19:47:52 +01:00
Kazhnuz 4682c8836f style: add wp-caption styling 2018-12-06 19:44:31 +01:00
Kazhnuz 9138aa58a5 style: add support for wordpress image thumbnail alignement 2018-12-06 19:42:29 +01:00
Kazhnuz 6dd22790f3 comment: add the message just before the "send" button. 2018-10-30 10:01:23 +01:00
Kazhnuz 5bcef10190 comments: add a message for the use of Askimet. 2018-10-30 09:59:22 +01:00
Kazhnuz d07343e0ab export scss 2018-10-27 21:27:53 +02:00
Kazhnuz 9ed5db9133 scss/blog: make sure that articles in the list use full width 2018-10-27 21:27:09 +02:00
Kazhnuz bc01b68937 scss/typography: limit image to the article width 2018-10-27 18:13:21 +02:00
Kazhnuz 0977300d88 functions: add thumbnail support the right way 2018-10-27 14:32:21 +02:00
Kazhnuz d664f0461f functions: indicate thumbnail support 2018-10-27 14:29:52 +02:00
Kazhnuz 6169fd44ac scss/definitions: make forms follow the theming 2018-10-27 14:25:55 +02:00
Kazhnuz d94f93cf8e scss/cards: add support for flexbox alert 2018-10-27 14:24:11 +02:00
Kazhnuz 5f80fac9fc article: add a comment area
Fix #18
Based on the code of a hold comment, adapted for bootstrap & quarante-douze
2018-10-27 14:19:31 +02:00
Kazhnuz e10b67cc15 header: add opengraph support
Fix #14
2018-10-27 14:11:47 +02:00
Kazhnuz dea5ea1d67 scss/cards: better styling for the avatar 2018-10-25 18:42:34 +02:00
Kazhnuz bd98903006 scss/typography: use better margins/paddings in the metadata area 2018-10-25 18:35:37 +02:00
Kazhnuz cb47fea0d3 article: add author/date for articles 2018-10-25 18:25:31 +02:00
Kazhnuz a91ea22e11 article: rework a bit the structure of the page 2018-10-25 18:23:03 +02:00
Kazhnuz 44be88d911 scss/blog: add styles for categories and tags in article 2018-10-25 18:16:30 +02:00
Kazhnuz c781a56e63 single: encapsulate the excerpt to avoid an unecessary margin
As the last paragraph of a container doesn't have a bottom margin (or padding idr), let's make sure that the excerpt is encapsulated, in order to avoid a margin/padding between excerpt and categories/tags
2018-10-25 18:03:34 +02:00
Kazhnuz 754f60e8bc single: add categories and tags 2018-10-25 18:03:06 +02:00
Kazhnuz 9b79d926c8 scss/buttons: add missing styles for social buttons 2018-10-25 11:22:58 +02:00
Kazhnuz c5bd46e7c9 functions/social: add diaspora* support 2018-10-25 11:19:55 +02:00
Kazhnuz 8bd1cc2fb4 functions/social: fork the code from crunchify
As we are customizing it, let's change the function name, but credit the original post and function with a comment.
2018-10-25 11:16:16 +02:00
Kazhnuz c3ede2a4bd functions/social: comment out buffer
As we don't have a fork-awesome icon for it, let's remove it for the time being
2018-10-25 11:14:02 +02:00
Kazhnuz 647d91c9ef functions/social: remove googleplus
Not open anymore, so let's remove it
2018-10-25 11:13:38 +02:00
Kazhnuz 6da8e8809f functions/social: use the right classes and markup 2018-10-25 11:11:50 +02:00
Kazhnuz ea7dcc1c89 functions/social: use crunchify social sharing buttons as a base
Source: https://crunchify.com/how-to-create-social-sharing-button-without-any-plugin-and-script-loading-wordpress-speed-optimization-goal/
2018-10-25 11:07:13 +02:00
Kazhnuz 0233ebf8b9 functions: support explicitaly excerpt 2018-10-25 11:04:50 +02:00
Kazhnuz 8dc9825566 scss/blog: use a lighten of 15% for in-preview badges
Fix #20
2018-10-25 11:01:44 +02:00
Kazhnuz 86591c81a7 scss/buttons: remove text-decoration for badges
Fix #12
2018-10-25 11:00:05 +02:00
Kazhnuz a7a520b93f post-lists: align thumbnail on post title 2018-10-25 10:58:58 +02:00
Kazhnuz 9e599f9311 sidebar: ecapsulate the widgets header
Fix sidebar header having Teko as their font instead of Open Sans
2018-10-25 10:49:25 +02:00
Kazhnuz 5745bf9042 tag: add the RSS link
Fix #17
2018-10-24 21:50:29 +02:00
Kazhnuz 43bb64e867 scss/typography: add styling to in-title links 2018-10-24 21:48:18 +02:00
Kazhnuz a9c54dba0c category: add the RSS link 2018-10-24 21:45:47 +02:00
Kazhnuz e1311567da scss/typography: add a flex title class
This class will be able to show its childrens elements as flexbox, that will be on opposite side. It'll be used to show an icon on the right side of a title.
2018-10-24 21:15:35 +02:00
Kazhnuz d540cee847 header components: use site_url to redirect to the site url
Fix #19
2018-10-24 21:12:43 +02:00
Kazhnuz adc25a51b7 article: add thumbnail 2018-10-24 21:11:57 +02:00
Kazhnuz 3420af2278 article: add excerpt 2018-10-24 21:07:40 +02:00
Kazhnuz 6a710709d0 components/navbar-footer: make it a footer
Incidentally fix #13
2018-10-24 21:02:15 +02:00
Kazhnuz 177510c2df scss/global : add style for the navbar searchbox 2018-10-24 18:42:46 +02:00
Kazhnuz 2340d35476 component/navbar-pages: add a search form 2018-10-24 18:09:31 +02:00
Kazhnuz b60e73cc36 search: add initial search template 2018-10-24 18:07:32 +02:00
Kazhnuz 04737a05f5 article: add an icon in article title 2018-10-24 18:06:20 +02:00
Kazhnuz 16c3a52f5c tags: initial tag template 2018-10-24 18:04:36 +02:00