Skip to content

Commit

Permalink
New website using cat.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepy-monax committed Sep 8, 2024
1 parent 9039093 commit d13f7bc
Show file tree
Hide file tree
Showing 17 changed files with 187 additions and 252 deletions.
56 changes: 56 additions & 0 deletions .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
name: Docs

on:
push:
branches: ["main"]

workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Install CuteKit
run: |
pip install git+https://github.com/cute-engineering/[email protected]
python -m cutekit model install
pip install -r .cutekit/extern/cute-engineering/cat/meta/plugins/requirements.txt
- name: Setup Pages
id: pages
uses: actions/configure-pages@v4

- name: Build with cat
run: |
python -m cutekit cat build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: .cutekit/build/site

deploy:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.cutekit
.mypy_cache
__pycache__
5 changes: 0 additions & 5 deletions assets/discord.svg

This file was deleted.

17 changes: 0 additions & 17 deletions assets/fediverse.svg

This file was deleted.

40 changes: 0 additions & 40 deletions assets/forgejo.svg

This file was deleted.

5 changes: 0 additions & 5 deletions assets/github.svg

This file was deleted.

5 changes: 0 additions & 5 deletions assets/x.svg

This file was deleted.

21 changes: 21 additions & 0 deletions license.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2024 Cute Engineering

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Binary file added meta/site/avatar.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 8 additions & 2 deletions garden/readme.md → meta/site/garden/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# My Garden
---
title: Garden
...

# Welcome to the garden

This is my wiki/blog/garden. It's a collection of notes, thoughts, and ideas that I've collected over time. It's a place for me to think out loud and to share what I'm learning.

<hr>

## Thoughs

- [I Disabled Copilot (here)](/garden/thoughs/i-disabled-copilot.md)
- [I Disabled Copilot (here)](thoughs/i-disabled-copilot.md)
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
---
title: I Disabled Copilot (here)
...

# I Disabled Copilot (here)

I disabled GitHub Copilot here. I like programing with it because it make me fast and give me more time to think about the hight level, but this garden is for my thought only, not for AI hallucination.

Back to the [garden](/garden/readme.md).
45 changes: 45 additions & 0 deletions meta/site/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<img id="avatar" alt="LGPL3 License" src="avatar.jpeg" />
<style>
#avatar {
float: right;
width: 96px;
height: 96px;
margin-left: 10px;
border-radius: 999px;
}
</style>

Hi my name is **Clem** (she/her)

I am a software engineer and I love building things like operating systems, compilers, tools, and web engines. This site is my tiny universe it's full of my thoughts, ideas, and stuff I made with my friends.

## Projects

This is all the stuff I made or contributed to:

- [skiftOS](https://github.com/skift-org/skift) : A hobby operating system built from scratch for ARM, x86, and RISC-V architectures. It is designed to be simple, modern, and modular, featuring a modern C++ core library, reactive UI, and a capability-based microkernel.
- [Vaev](https://github.com/skift-org/skift/tree/main/src/web) : A lightning-fast, lightweight, and secure HTML/CSS engine built for effortless document generation and streamlined web browsing.
- [Paper Muncher](https://github.com/odoo/paper-muncher) : An experimental document generation tool currently in its early stages, focused on exploring new ideas and performance optimizations with the long-term goal of potential integration with Odoo.
- [BRUTAL](https://github.com/brutal-org/brutal) : An operating system inspired by brutalist design that combines the ideals of UNIX from the 1970s with modern technology and engineering.
- [CuteKit](https://github.com/cute-engineering/cutekit) : The ✨ magical ✨ build system and package manager
- [Cat](https://cute-engineering.github.io/cat/) : A tiny static site generator.

## Friends

My friends are also building cool stuff, in no particular order:

- [Lou !](https://habert.me/portfolio) - She is building a [discord clone](https://disclone.carbonlab.dev/) for some reason.
- [Cyp](https://cyp.sh/) - We built BRUTAL together.
- [D0p1](https://github.com/d0p1s4m4) - She is currently working on [StupidOS](https://stupidos.d0p1.eu/files/docs/intro-txt.html)
- [Keyboard Slayer](https://github.com/Keyboard-Slayer) - The sisyphus of OSDEV.

## Contact

Meet me in the multiverse

- [Fediverse](https://social.cute.engineering/@smnx) @smnx
- [Forgejo](https://git.cute.engineering/smnx) @smnx
- [GitHub](https://github.com/sleepy-monax) @sleepy-monax
- [X](https://twitter.com/sleepy_monax) @sleepy_monax
- [Discord](https://discord.com/users/217368892455124993) @sleepy-monax

7 changes: 7 additions & 0 deletions meta/site/lab/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Welcome to the lab

This is a collection of tiny experiments, prototypes, and projects that I made.

<hr>

- [Universe](universe/index.html) : A tiny universe
Loading

0 comments on commit d13f7bc

Please sign in to comment.