rebranding from liquidex.house to riki.house
This commit is contained in:
parent
93c24859d0
commit
2d687977c8
87 changed files with 381 additions and 175 deletions
|
@ -259,10 +259,10 @@
|
|||
|
||||
margin: 0px 2px;
|
||||
|
||||
&.red { background-color: var(--liquidex-brand-red); }
|
||||
&.yellow { background-color: var(--liquidex-brand-yellow); }
|
||||
&.green { background-color: var(--liquidex-brand-green); }
|
||||
&.blue { background-color: var(--liquidex-brand-blue); }
|
||||
&.red { background-color: var(--accent-red); }
|
||||
&.yellow { background-color: var(--accent-yellow); }
|
||||
&.green { background-color: var(--accent-green); }
|
||||
&.blue { background-color: var(--accent-blue); }
|
||||
}
|
||||
</style>
|
||||
```
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
- NOTE: this is C23 so you may see some unfamiliar keywords
|
||||
% id = "01HY5R1ZW5DDH54AFNJTFMKZSF"
|
||||
- patterns
|
||||
|
||||
```c
|
||||
#include <stdio.h>
|
||||
#define SOMETHING_SOMETHING
|
||||
|
@ -62,6 +63,7 @@
|
|||
|
||||
% id = "01HY5R1ZW5X2AVZFVHV0QR1J93"
|
||||
- keywords
|
||||
|
||||
```c
|
||||
alignas alignof auto break case const constexpr continue default do else extern for goto if
|
||||
inline register restrict return sizeof static static_assert switch thread_local typedef typeof
|
||||
|
@ -75,6 +77,7 @@
|
|||
|
||||
% id = "01HY5R1ZW5PP1C00NSWAG5FA8B"
|
||||
- sample
|
||||
|
||||
```c
|
||||
#include <snug/bump.h>
|
||||
|
||||
|
@ -129,6 +132,7 @@
|
|||
|
||||
% id = "01HY5R1ZW5KYY6VCKWBHN1GF10"
|
||||
- patterns
|
||||
|
||||
```c.types
|
||||
x /*: int */
|
||||
```
|
||||
|
@ -138,6 +142,7 @@
|
|||
|
||||
% id = "01HRT0DG7V9PAY44NMYVMF7B63"
|
||||
- patterns
|
||||
|
||||
```javascript
|
||||
// This is a single-line comment.
|
||||
/* This is
|
||||
|
@ -154,6 +159,7 @@
|
|||
|
||||
% id = "01HRT0DG7VM2MV9YA5D694WA8Y"
|
||||
- keywords
|
||||
|
||||
```javascript
|
||||
as async await break case catch class const continue debugger default delete do else export
|
||||
extends finally for from function get if import in instanceof let new of return set static
|
||||
|
@ -166,6 +172,7 @@
|
|||
|
||||
% id = "01HRT0DG7VA7MA87JR7MGQW294"
|
||||
- sample code
|
||||
|
||||
```javascript
|
||||
// t is an existing tile index; variable name is short for brevity
|
||||
export function removeRedundancies(t) {
|
||||
|
@ -224,6 +231,7 @@
|
|||
|
||||
% id = "01HRT0W4AKPFENNFWMA7AAGN5Z"
|
||||
- patterns
|
||||
|
||||
```json
|
||||
abcd
|
||||
0.912392198e+2113
|
||||
|
@ -234,12 +242,14 @@
|
|||
|
||||
% id = "01HRT0W4AK8D1W9ZN9HJTHC85Q"
|
||||
- keywords
|
||||
|
||||
```json
|
||||
null true false
|
||||
```
|
||||
|
||||
% id = "01HRT0W4AK4F2S65M1NT75PCGQ"
|
||||
- sample
|
||||
|
||||
```json
|
||||
{
|
||||
"patterns": [
|
||||
|
@ -265,6 +275,7 @@
|
|||
|
||||
% id = "01HTAQ23YHP2MN7VANBA573WWB"
|
||||
- patterns
|
||||
|
||||
```lua
|
||||
-- single-line comment
|
||||
--[[
|
||||
|
@ -285,6 +296,7 @@
|
|||
|
||||
% id = "01HTAQ23YHY8EH8Z8AQEQ8G6SA"
|
||||
- keywords
|
||||
|
||||
```lua
|
||||
if then else elseif end do function repeat until while for break return local in not and or goto
|
||||
self
|
||||
|
@ -294,6 +306,7 @@
|
|||
|
||||
% id = "01HTAQ23YHCRZFXM02VYRVS4JS"
|
||||
- sample
|
||||
|
||||
```lua
|
||||
-- Ticks the scheduler: executes every active fiber, removes inactive fibers,
|
||||
-- and ignores sleeping fibers.
|
||||
|
@ -330,6 +343,7 @@
|
|||
|
||||
% id = "01HTWRAS0E9FRH08MZZKMKXX2M"
|
||||
- patterns
|
||||
|
||||
```rust
|
||||
// this is a comment
|
||||
/* this is a multiline comment */
|
||||
|
@ -352,6 +366,7 @@
|
|||
|
||||
% id = "01HTWRAS0EQ3E9BV7TWEGQ01YF"
|
||||
- keywords
|
||||
|
||||
```rust
|
||||
_ as async await break const continue dyn else enum extern fn for if impl in let loop
|
||||
macro_rules! match mod move mut pub ref return static struct trait type unsafe use where while
|
||||
|
@ -365,6 +380,7 @@
|
|||
|
||||
% id = "01HTWRAS0EQRQJ9NHYPTE89Q5H"
|
||||
- sample
|
||||
|
||||
```rust
|
||||
use chrono::{Datelike, Utc};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
|
|
@ -3,7 +3,7 @@ styles = ["dev.css"]
|
|||
scripts = ["treehouse/dev/picture-upload.js"]
|
||||
|
||||
% id = "01JEHDJSJP282VCTRKYHNFM4N7"
|
||||
- welcome! if you stumbled upon this page at random, know these tools are available in *debug builds only* (which <https://liquidex.house> is not.)
|
||||
- welcome! if you stumbled upon this page at random, know these tools are available in *debug builds only* (which <https://riki.house> is not.)
|
||||
|
||||
% id = "01JEHDJSJP7FT74RB92VRA14F2"
|
||||
- I don't currently have an option to disable generating a page in release builds, so here you are.
|
||||
|
|
|
@ -13,14 +13,14 @@ if you've been wondering what I've been up to, you've come to the right place.
|
|||
- you can keep track of which posts you've read by looking at the color of the links.
|
||||
|
||||
% id = "01JDTA3BNHRT3GM61XSXHRKTPB"
|
||||
- there is [an Atom feed][feed:new] in case you want to add the treehouse to your feed reader.
|
||||
- there is [an Atom feed][feed:new] in case you want to add riki's house to your feed reader.
|
||||
|
||||
% id = "01JDTAEQPT6C6P6RSETHMAKTNH"
|
||||
- hint: unlike this page (for now), the Atom feed exposes _categories_ you can feed to your reader to filter out posts you don't want to see.
|
||||
|
||||
% id = "01JEPCPH3ZZGC3NQWWDCC7SR1V"
|
||||
- also, the Atom feed does not contain post content.
|
||||
this is due to the treehouse being {-cybernetically enhanced-} better with all my artisanal touches and CSS!
|
||||
this is due to the house being {-cybernetically enhanced-} better with all my artisanal touches and CSS!
|
||||
|
||||
if you want to read any of the posts, follow the links.
|
||||
it's like that by design.
|
||||
|
@ -166,7 +166,7 @@ if you've been wondering what I've been up to, you've come to the right place.
|
|||
- ### ["I build things"][page:philosophy/i-build-things]
|
||||
|
||||
% id = "01JBAK3T1ZXJ8C8MKBWHGXABQX"
|
||||
- liquidex yells at cloud.
|
||||
- riki yells at cloud.
|
||||
an insight as to how I believe life ought to be colorful, and how just saying "I build _things_" is gray and empty.
|
||||
|
||||
% id = "01JBAGZAZ30K443QYPK0XBNZWM"
|
||||
|
@ -315,7 +315,7 @@ if you've been wondering what I've been up to, you've come to the right place.
|
|||
|
||||
% id = "01HQ8KV8T8GRCVFDJ3EP6QE163"
|
||||
tags = ["design"]
|
||||
- ### [liquidex's treehouse: design][page:design]
|
||||
- ### [riki's treehouse: design][page:design]
|
||||
|
||||
% id = "01HQ8KV8T8EEX6XBG2K1X3FGKW"
|
||||
- I started a branch on user interface and user experience design, because I was working with mintty at work and had some thoughts about it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue