Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/blog/2024/July/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import BrowserWindow from '@site/src/components/BrowserWindow';

Find out more about what updates this July.

<!-- truncate -->
{/* truncate */}

## Highlights

Expand Down
103 changes: 1 addition & 102 deletions website/blog/2024/august-specials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,13 @@ MDX allow JSX directly in your Markdown files and render them as React component

## Deployment

<!-- ### Cloudflare Pages

Cloudflare Pages has become a popular choice for deploying fast and secure static sites, and this month we’re excited to introduce new features that will simplify your deployment process. -->


### Wrangler Integration

<!-- Wrangler, the command-line tool for Cloudflare Workers, now supports seamless integration with Cloudflare Pages. [Learn more](/docs/custom-deployment/deploy-to-cloudflare-pages). -->

<!-- You can use Wrangler to manage your deployment configurations, automate builds, and handle advanced deployment scenarios with ease. -->

### GitHub Actions

<!-- To make continuous deployment even more accessible, we’ve integrated GitHub Actions with Cloudflare Pages. -->




Expand All @@ -83,97 +76,3 @@ Cloudflare Pages has become a popular choice for deploying fast and secure stati
- [PR#83](https://github.com/mkeithX/mkeithx.github.io/pull/83)
- [PR#80](https://github.com/mkeithX/mkeithx.github.io/pull/80)
- [PR#72](https://github.com/mkeithX/mkeithx.github.io/pull/72)

<!--
### Deployments

#### CLI

```json title="package.json" showLineNumbers {16, 17}
"scripts": {
// ...
"start:fast": "npm run docusaurus start -- --host 0.0.0.0 --no-open",
"serve:fast": "docusaurus build && docusaurus serve --host 0.0.0.0 --no-open",
"build:local": "docusaurus build && docusaurus serve",
"deploy:cf": "npm run build && wrangler pages deploy ./build",
"rm:pckg": "pwsh -Command \"Remove-Item -Path 'node_modules', 'yarn.lock', 'package-lock.json' -Recurse -Force -ErrorAction SilentlyContinue\""
},

```

#### Actions

```yml title=".github/workflows/pages-deployment.yml" showLineNumbers {13,26}
on: [push]
jobs:
deploy:
runs-on: ubuntu-latest
permissions:
contents: read
deployments: write
name: Deploy to Cloudflare Pages
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Build
run: |
cd website
npm install && npm run build

- name: Publish
uses: cloudflare/pages-action@v1
with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
projectName: <CLOUDFLARE_PROJECT_NAME>
directory: website/build
gitHubToken: ${{ secrets.GITHUB_TOKEN }}
``` -->


<!--
## Extending React: New Capabilities Unveiled

React continues to be at the forefront of modern web development, and we’re excited to share some new ways you can extend its capabilities. This month, we’re focusing on advanced patterns and techniques that will take your React applications to the next level.

### Enhanced Context API

We’re rolling out improvements to the Context API, making it easier to manage and share global state across your application. With these enhancements, you can now handle complex state interactions more efficiently and with less boilerplate code.

### Suspense and Concurrent Mode Updates

React’s Suspense and Concurrent Mode are getting some much-anticipated updates. These improvements will allow for smoother data fetching, better handling of asynchronous tasks, and improved overall performance of your React applications.

### Custom Hooks Toolkit

We’re introducing a new toolkit for creating and managing custom hooks. This toolkit will streamline the process of building reusable logic and make it simpler to share functionality across different components. -->






<!-- ## Revamping Core Documentation

Clear and comprehensive documentation is crucial for developers, and we’re committed to making our core docs better than ever. This month, we’re revamping our documentation to provide a more intuitive and user-friendly experience.

### Improved Navigation

We’ve reorganized the documentation structure to make it easier to find the information you need. With a more intuitive navigation system, you can quickly access guides, tutorials, and reference materials.

### Enhanced Examples and Tutorials

Our documentation now features a wealth of new examples and tutorials to help you get up to speed faster. Whether you’re looking for code snippets or step-by-step guides, we’ve got you covered.

### Interactive Demos

To provide hands-on learning experiences, we’re introducing interactive demos directly within the documentation. You can experiment with code and see results in real-time without leaving the page. -->

<!-- ## What’s Next?

We’re constantly working to enhance our tools and resources to support your development journey. These August 2024 updates are just the beginning, and we’re excited to see how you’ll leverage these new features and improvements.

Stay tuned for more updates, and as always, we’d love to hear your feedback. Happy coding, and here’s to making August a month of innovation and progress! -->
19 changes: 2 additions & 17 deletions website/blog/2024/june.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,25 @@ import Video from "/src/components/Video";
import IframeWindow from '@site/src/components/BrowserWindow/IframeWindow';
import BrowserWindow from '@site/src/components/BrowserWindow';

<!-- # Exciting Updates and Changes Ahead! -->

<!-- **Hey there!** -->

**What's up mananaps** 😂

Announcing some changes and updates in preparation for the Next Big Thing. Let's go sago!

<!-- Get ready for some major changes and updates as I gear up for React 19 on [this very website](/). But that's not all – I've got some thrilling news to share, including some significant enhancements to the website's configuration. Let's dive in and explore what's coming your way! -->


![image](https://imgur.com/miCA1IV.png)

<!-- truncate -->
{/* truncate */}

## Community Guideline for Contributors

The community across all my projects holds significant importance, which is why I'm introducing the first set of [guidelines](/community) for contributors. This guideline outlines what actions will and will not be tolerated. By setting clear standards, I aim to create a welcoming and inclusive environment where everyone feels valued and respected.

<!-- My website's community is incredibly important to me, which is why I'm introducing it's first [community guideline](#) for contributors. This guideline outlines our expectations for behavior, contributions, and interactions within our community. By setting clear standards, I aim to create a welcoming and inclusive environment where everyone feels valued and respected. -->

## Joining a New Collaboration

<!-- I'm delighted to announce that I'm teaming up with a new platform! -->


This exciting collaboration opens up a whole new world of opportunities for cooperation, innovation, and growth. With their support and resources, I'm looking forward to the possibilities that lie ahead and how they'll benefit my projects.

Expand Down Expand Up @@ -106,16 +101,6 @@ Release Test
The current MSP documentation project will stay accessible but won't receive major updates. However, a new and improved version is set to be released soon, offering selected participants a smoother experience and compatibility across various platforms.


<!-- I've made the difficult decision to deprecate the MSP Docs project on my website. While this may come as a disappointment to some, rest assured that existing documentation will remain available for reference. I'm committed to supporting my users through this transition and exploring new avenues for documentation in the future. -->

<!-- With my focus shifting to new initiatives and opportunities, I've made the difficult decision to deprecate the MSP Docs project on my website. While this may come as a disappointment to some, rest assured that existing documentation will remain available for reference. I'm committed to supporting my users through this transition and exploring new avenues for documentation in the future. -->

<!-- However, a new and improved version is set to release soon, offering selected participants a smoother experience and compatibility across various platforms. -->

<!-- ## Wrapping Up

Exciting times lie ahead as I prepare for React 19 and embark on this new chapter with my collaborator. From revamping my website's configuration to introducing new community guidelines, there's a lot to look forward to. Thank you for being part of my journey, and stay tuned for more updates as we continue to innovate and grow together! -->

**Thank you for your time!**

> _K_
3 changes: 1 addition & 2 deletions website/blog/2024/messier-87.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ tags: [updates]
![media](https://imgur.com/f6lVEFc.png)


<!-- truncate -->
{/* truncate */}


Inspired by the [**M87 galaxy**](https://en.wikipedia.org/wiki/Messier_87) in the Virgo constellation, this update features both accessibility improvements and optimized performance.
Expand All @@ -37,7 +37,6 @@ Inspired by the [**M87 galaxy**](https://en.wikipedia.org/wiki/Messier_87) in th

## Changes

<!-- - [Added Gists](/docs/gists) -->
- [Update Config docs](#)
- [RSS Feeds](https://mkeithx.pages.dev/blog/rss.xml)
- Improved workflows
Expand Down
12 changes: 0 additions & 12 deletions website/blog/2024/october-overhaul/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,18 +92,6 @@ Visit [the repo](https://github.com/mkeithX/django-crud-demo) to know more.
- **Action Workflows** : Bumped action workflows to automate key processes.
- **Cloudflare Deployment** : Integrated GitHub actions via Cloudflare, adding an extra layer of security and performance.

<!-- ### Feature Requests

I’ve also streamlined the process for feature requests, allowing anyone interested in the project to suggest improvements. Your feedback is invaluable, and I’m excited to incorporate ideas that can elevate the project to the next level.

### Cloudflare

Additionally, I’ve integrated GitHub actions via Cloudflare, adding an extra layer of security and performance. It’s reassuring to know my code is protected while benefiting from Cloudflare’s speed.

## GitHub Actions Workflow

To further enhance my development process, I’ve set up a GitHub Actions workflow to automate testing and deployment. -->

<details>

<summary>View workflow configuration</summary>
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2024/reviving-django.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ unlisted: true

![django](/img/projects/django-crud-demo.png)

<!-- truncate -->
{/* truncate */}

After some time off, I'm happy to introduce the django-crud-demo project - A simple yet effective way to explore CRUD (Create, Read, Update, Delete) operations using Django. Designed to help developers understand the framework’s core concepts, this project offers a hands-on approach to building web applications.
6 changes: 3 additions & 3 deletions website/blog/2024/welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ import Kitiplex from "@site/static/img/logo/KitimiPlatforms-svg-logo.svg";

![MKXSpaceHub](https://imgur.com/8NyvNQe.png "MKXSpaceHub")

<!-- # Introducing MKX SpaceHub -->


**Introducing MKX SpaceHub**™

<!-- truncate -->
{/* truncate */}

A documentation website representing humanity from **Dimension C-137** and beyond. 🚀

Expand All @@ -31,7 +31,7 @@ A documentation website representing humanity from **Dimension C-137** and beyon
This is my first post and a whole bunch of exploration to follow.


<!-- <KitiplexLogo className="logoBadge"/> -->


<Kitiplex className="logoBadge"/>

Expand Down
7 changes: 1 addition & 6 deletions website/blog/2024/xmas/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ tags: [updates]

![nyan](https://i.imgur.com/ojiTiva.gif)

<!-- <Card>
<CardImage
cardImageUrl='/img/new-blog-default.png'
/>
</Card>
<br></br> -->


{/* truncate */}

Expand Down
2 changes: 1 addition & 1 deletion website/blog/2025/artemis-2/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ It’s been over fifty years since Apollo, and now NASA is getting ready to take

![banner](./img/Artemis_II_Boarding_Pass.png)

<!-- truncate -->
{/* truncate */}

## The Mission

Expand Down
46 changes: 0 additions & 46 deletions website/blog/2025/july/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,52 +87,6 @@ Your feedback is invaluable! If you have suggestions, spot an issue, or want to



<!-- This release is dedicated to [Comet 3I/ATLAS](https://science.nasa.gov/blogs/planetary-defense/2025/07/02/nasa-discovers-interstellar-comet-moving-through-solar-system/) and marks a new chapter for this project, with a strong focus on community-driven enhancements and technical depth. -->
<!--
## Acknowledgement


<Columns className='item margin-bottom-lg'>

<Column className="text--left item padding--tl">
<Card shadow="tl">
<CardHeader className="padding-top--lg">
<div class="avatar">
<a target="_blank" rel="noopener noreferrer"
class="avatar__photo-link avatar__photo avatar__photo--lg"
href="https://github.com/kpxengineering">
<img alt="Keith Tan" src="https://github.com/kpxengineering.png" />
</a>
<div class="avatar__intro">
<div class="avatar__name">KPXEng</div>
<small class="avatar__subtitle">Engineering Team</small>
</div>
</div>
</CardHeader>
</Card>
</Column>

<Column className="text--left item padding--tl">
<Card shadow="tl">
<CardHeader className="padding-top--lg">
<div class="avatar">
<a target="_blank" rel="noopener noreferrer"
class="avatar__photo-link avatar__photo avatar__photo--lg"
href="https://github.com/kitiplex">
<img alt="Keith Tan" src="https://github.com/kitiplex.png" />
</a>
<div class="avatar__intro">
<div class="avatar__name">Keith Tan</div>
<small class="avatar__subtitle">Lead @ Kitimi Engineering</small>
</div>
</div>
</CardHeader>
</Card>
</Column>

</Columns> -->


<hr class="dropdown-separator" />

Thank you for your time and stay tuned for more!
3 changes: 1 addition & 2 deletions website/blog/2025/windows-11-local-setup/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ With [Microsoft set to officially end support for Windows 10](https://support.mi

![postbanner](./img/banner.png)

<!-- truncate -->
{/* truncate */}

## The Problem
During the Windows 11 setup process, Microsoft now requires users to sign in with a Microsoft account. In most editions, especially Home and Pro, there's no visible option to create a local account—unless you’re offline, and even then, newer builds sometimes block that path too.
Expand All @@ -38,7 +38,6 @@ Thankfully, there's a hidden command you can use during setup to skip the Micros

![win_11_setup_01](./img/win_11_setup_01.png)

<!-- Step-by-Step: Bypass Microsoft Account Requirement -->

1. **Initial Setup**

Expand Down
4 changes: 2 additions & 2 deletions website/blog/workplace/remote-desktop/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ This article outlines basic functions and how to fix common issues in Cloud PC.

{/* truncate */}

## Cloud vs Remote {#cloud-vs-remote}
<!-- > How are they different? -->
## Cloud vs Remote


- **Cloud PC** is a virtual machine providing users with a rich Windows Desktop experience hosted in the Windows365 services.
- **Remote Desktop/Cloud PC Client** is a tool for accessing your Cloud PC from anywhere using another device.
Expand Down
3 changes: 0 additions & 3 deletions website/community/contributing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ sidebar_position: 0
slug: /
---

<!-- import Contributing from "@site/../CONTRIBUTING.md"; -->

<!-- <Contributing /> -->

# Introduction for Contributors
The SpaceHub Project is open to contributions! We believe everyone has something cool to offer, no matter their experience. While this project is constantly being updated, contributions of all kinds—ranging from code improvements to documentation updates—are appreciated.
Expand Down
3 changes: 0 additions & 3 deletions website/community/issue/pull-request.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ sidebar_position: 2.2
---


<!-- import ComingSoon from "@site/src/components/ComingSoon"; -->

<!-- <ComingSoon /> -->

Before submitting, please make sure that:

Expand Down
9 changes: 1 addition & 8 deletions website/community/issue/report.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ sidebar_position: 2.1
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

<!-- All project participants should follow these guidelines on their journey to making more meaningful contributions:

- Follow the existing code style and formatting conventions.
- Keep your changes focused and atomic, addressing one issue per PR.
- Write clear and concise commit messages and PR descriptions.
- Test your changes thoroughly and ensure they don't introduce any regressions.
- Be respectful and considerate towards other contributors. -->


When reporting issues, clear communication is essential for effective resolution. A well-documented report helps the team understand the problem quickly and accurately, leading to faster solutions.
Expand All @@ -29,7 +22,7 @@ We value your time as much as ours. To ensure your request receives the attentio
- Present your request clearly and concisely, demonstrating that you've put in effort to assist us in helping you.


## Bugs🐛 {#Bugs}
## Bugs🐛
Submit a [bug report](https://github.com/mkeithX/mkeithx.github.io/issues/new?template=bug.yml) if you notice something works incorrectly or behaves unexpectedly, and make sure that:

- You've read and understand the [House Rules](/community#house-rules).
Expand Down
Loading
Loading