| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: remove old pages, components, helpers and types | Armand Philippot | 2022-04-29 | 1 | -102/+0 |
| | | | | | | Since I'm using new components, I will also rewrite the GraphQL queries so it is easier to start from scratch. | ||||
| * | refactor: update graphql queries (#14) | Armand Philippot | 2022-03-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | * refactor: replace postBy query postBy is now deprecated in WPGraphQL v1.7 * refactor: update post comments query PostBy is deprecated and it is now possible to use the post ID to query comments. * refactor: update get topic by slug query topicBy is deprecated * refactor: update get thematic by slug query thematicBy is deprecated | ||||
| * | fix: update comments list when a new comment is send | Armand Philippot | 2022-02-14 | 1 | -2/+1 |
| | | | | | | The comments list was static before. If an user posted a comment, even after it was approved, the comments list was keeping the old state. | ||||
| * | chore: improve RSS feed generation time | Armand Philippot | 2022-02-13 | 1 | -0/+8 |
| | | |||||
| * | chore: add reading time in posts meta | Armand Philippot | 2022-01-25 | 1 | -4/+14 |
| | | |||||
| * | chore: display total found posts in page meta | Armand Philippot | 2022-01-25 | 1 | -0/+1 |
| | | |||||
| * | refactor: rename all subject occurrences into topic | Armand Philippot | 2022-01-23 | 1 | -10/+6 |
| | | | | | | I change the name in graphql endpoint, so I decided to repercute this change here. | ||||
| * | chore: add structured data using schema.org and JSON-LD | Armand Philippot | 2022-01-19 | 1 | -0/+2 |
| | | | | | I also added the featured image on single article. | ||||
| * | chore(meta): display subjects instead of thematics on Thematic pages | Armand Philippot | 2022-01-11 | 1 | -2/+3 |
| | | |||||
| * | refactor: reuse PostMeta components on single articles/pages | Armand Philippot | 2022-01-06 | 1 | -0/+8 |
| | | |||||
| * | chore: display subjects list under articles | Armand Philippot | 2022-01-03 | 1 | -2/+11 |
| | | |||||
| * | refactor: rewrite types and services | Armand Philippot | 2021-12-20 | 1 | -51/+39 |
| | | | | | | | | I was repeating myself a lot in services. So I rewrited the different functions to improve readability and I extracted some formatting functions to put them in utils. I also rewrited/reorganized some types to keep consistent names. | ||||
| * | chore: add meta to single posts | Armand Philippot | 2021-12-17 | 1 | -0/+10 |
| | | |||||
| * | chore: display year between blog posts | Armand Philippot | 2021-12-16 | 1 | -2/+2 |
| | | |||||
| * | chore: fix typo | Armand Philippot | 2021-12-16 | 1 | -1/+1 |
| | | |||||
| * | chore: create single post view | Armand Philippot | 2021-12-15 | 1 | -2/+34 |
| | | |||||
| * | chore: retrieve posts list on blog page | Armand Philippot | 2021-12-15 | 1 | -0/+38 |
