19 Commits

Author SHA1 Message Date
Rico van Zelst
e2ed828b78 docs: update description for Ez-be-real icon guide 2025-03-12 15:10:03 +01:00
Rico van Zelst
217c169e39 fix: ez-be-real thumbnail & yi formatting 2025-03-12 15:04:59 +01:00
Rico van Zelst
6e4a6dbacd feat: add guide for obtaining Ez-be-real icon 2025-03-12 15:00:25 +01:00
Rico van Zelst
64160dcf1f Master YI Skin
All checks were successful
Duster Fix / duster (push) Successful in 20s
2024-12-12 04:07:56 +01:00
Rico van Zelst
feb0a49bed Jinx Skin
All checks were successful
Duster Fix / duster (push) Successful in 19s
2024-12-12 03:21:09 +01:00
Rico van Zelst
4ab9d048f3 fix: Adjust date typos 2024-09-12 11:08:23 +02:00
Rico van Zelst
040c296868 feat: add guide for getting Victorious Sona skin in LoL Season 14 2024-09-12 11:00:05 +02:00
Rico van Zelst
030bc600c2 Add guide on changing League of Legends name and Riot ID
- Detailed step-by-step instructions for updating in-game names
- Explains differences between Summoner Name and Riot ID systems
2024-05-28 13:38:45 +02:00
Rico van Zelst
4e84481065 docs: Update League of Legends Hatty Crabby Icon guide
- Clarified the April Fools event details and mission requirements.
- Improved instructions on befriending Little Legends in-game.
2024-04-01 22:00:00 +02:00
Rico van Zelst
3c424440d3 docs: Update guide on obtaining Hatty Crabby Icon in League of Legends
- Clarify the process of befriending Little Legends and unlocking the icon.
- Mention that killing enemies to get Little Legends may not count towards the mission.
- Address player speculation about staying alive with captured friends.
2024-04-01 20:13:35 +02:00
Rico van Zelst
87cf644b1e feat: Add guide to unlock Hatty Crabby Icon in League of Legends
- Include step-by-step instructions and requirements for the mission.
2024-04-01 16:10:36 +02:00
Rico van Zelst
24fa65a83c docs: Update privacy policy date and analytics tools
- Updated the "date" field in the Privacy Policy to March 18th, 2024.
- Revised analytics tools from Google Analytics to Cloudflare Insights and Plausible for data collection. Added clarification on data usage and sharing practices.
2024-03-18 19:22:59 +01:00
Rico van Zelst
5fc090e321 fix: routing bug 2024-03-15 14:06:31 +01:00
Rico van Zelst
3125b23cee feat: New blogpost (about the improved bots) 2024-03-15 14:02:26 +01:00
Rico van Zelst
b775f8b2fa feat(posts): add new posts about Riot Games' 2XKO and LoL targeting
Added two new blog posts: one revealing the name of Riot Games' fighting game 'Project L' as 2XKO, and another detailing how to only attack champions in League of Legends.
2024-02-25 01:14:24 +01:00
Rico van Zelst
553010ad2f chore(content): remove hello-world.md post
- Deleted the hello-world.md post file.
2024-02-24 21:56:21 +01:00
Rico van Zelst
266b5f6a92 feat(posts): add privacy policy and terms of use pages
- Added new files `privacy-policy.md` and `terms-of-use.md` to the `content/posts` directory.
- Updated the footer component to include links to the privacy policy and terms of use pages.
- Updated the listposts component to exclude hidden posts from being displayed.
2024-01-20 14:01:02 +01:00
Rico van Zelst
5fe3fcac61 feat: add working posts index
This commit adds pagination functionality to the posts index page. The code changes include:
- Sorting the posts by descending date
- Paginating the posts with 6 items per page
- Creating a new component called "Listposts" for rendering the paginated posts
- Adding a new view file for the "Listposts" component
- Updating the blade template of the posts index page to use the "Listposts" component and pass in the paginated posts

The purpose of these changes is to improve user experience by displaying a limited number of posts per page and providing navigation links for easier browsing.
2023-12-12 12:32:42 +01:00
Rico van Zelst
25c3675c2b feat: Add PostsController and configure routes
- Added a new file `PostsController.php` in the `app/Http/Controllers` directory.
- Implemented the `index()` method to retrieve all posts using the Sheets facade.
- Implemented the `show()` method to display a single post using route model binding with Sheets.
- Updated the `RouteServiceProvider.php` file to bind the 'post' route parameter to retrieve posts from the Sheets collection.
- Created a new configuration file `sheets.php` in the `config` directory, defining default settings for collections and their corresponding sheet classes, path parsers, content parsers, and extensions.
- Added a new markdown file `hello-world.md` in the `content/posts` directory as an example post.
- Created two new blade view files: `index.blade.php` and `show.blade.php`, under the `resources/views/posts` directory, for displaying lists of posts and individual post details respectively.
- Modified the existing web routes (`web.php`) to include routes for accessing posts.

The changes enable users to view all posts on `/posts`, as well as access individual post details at `/post/{post}`.
2023-12-12 10:23:15 +01:00