Commit Graph

105 Commits

Author SHA1 Message Date
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
Kazhnuz 98c7c8af98 category: initial category template 2018-10-24 18:02:33 +02:00
Kazhnuz d6547241cc archive: initial archive support for categories, tags, etc. 2018-10-24 18:01:09 +02:00
Kazhnuz d4cfe65aef Use 8 column on the grid for index template
I forgot this one
2018-10-24 17:58:53 +02:00
Kazhnuz 84a2a57b79 sidebar: use a larger sidebar
I used by acciddent a value of "8" collumn instead of 9 for the page and single templates, so let's use this everywhere.
2018-10-24 17:56:41 +02:00
Kazhnuz db12d768cd single: add basic single page handling 2018-10-24 17:55:22 +02:00
Kazhnuz bb78235d6d page: add basic page handling 2018-10-24 17:18:28 +02:00
Kazhnuz a340c01a99 scss/typograhy: add a special style for page-wide titles
Fix #1
2018-10-24 17:16:12 +02:00
Kazhnuz e35efb1146 header, scss/blog, functions: featured section support
Fix #9
2018-10-24 17:09:54 +02:00
Kazhnuz 5ffabe721a scss: style pagination 2018-10-24 15:32:28 +02:00
Kazhnuz 2ceb6873be index & scss/blog: support article listing 2018-10-24 15:28:39 +02:00
Kazhnuz 1796246433 index: use main balise 2018-10-24 15:21:17 +02:00
Kazhnuz 82b59abe9e index: remove placeholder 2018-10-24 15:20:53 +02:00
Kazhnuz 79d986aee9 components/navbar-pages: Add pages listing
Fix #5
2018-10-24 15:19:21 +02:00
Kazhnuz 93a7a1765b components/navbar-categories: support categories listing
Fix #4
2018-10-24 15:17:34 +02:00
Kazhnuz 3c979746be scss/definitions: style select 2018-10-24 15:14:29 +02:00
Kazhnuz a4b2e76693 scss/definitions: Don't show screen reader text on screen 2018-10-24 15:07:35 +02:00