Compare commits

..

No commits in common. "a6ced2c35237ee67fec02a5e423abedb22f44278" and "abc06070d75db5f95b38bf0a3262e9664015200e" have entirely different histories.

7 changed files with 29 additions and 89 deletions

View file

@ -83,10 +83,9 @@ body {
}
h1, h2, h3, h4, h5, h6 {
font-family: var(--font-family-titles);
font-weight: var(--font-weight-titles);
font-weight: var(--font-weight-bold);
margin: calc(var(--line-height) * 2) 0 var(--line-height);
line-height: 1.2em;
line-height: var(--line-height);
color: var(--text-color-accent);
}
@ -94,15 +93,27 @@ h1 {
font-size: 6rem;
line-height: calc(2 * var(--line-height));
margin-bottom: calc(var(--line-height) * 2);
text-transform: var(--transform);
font-family: var(--font-family-titles);
font-weight: var(--font-weight-titles);
}
h2 {
font-size: 3rem;
font-family: var(--font-family-titles);
font-weight: var(--font-weight-titles);
text-transform: var(--transform);
}
h3 {
font-size: 2rem;
font-family: var(--font-family-titles);
font-weight: var(--font-weight-titles);
text-transform: var(--transform);
}
h4 {
font-size: 1.6rem;
font-family: var(--font-family-titles);
font-weight: var(--font-weight-titles);
text-transform: var(--transform);
}
hr {
position: relative;
@ -369,6 +380,7 @@ button::-moz-focus-inner {
}
button {
text-transform: var(--transform);
font-weight: var(--font-weight-medium);
cursor: pointer;
}

View file

@ -55,21 +55,3 @@
.nf-oct-kebab_horizontal:before {
content: "\uf4eb";
}
.nf-dev-windows:before {
content: "\ue70f";
}
.nf-linux-tux:before {
content: "\uf31a";
}
.nf-linux-apple:before {
content: "\uf302";
}
.nf-linux-freebsd:before {
content: "\uf30c";
}
.nf-oct-terminal:before {
content: "\uf489";
}
.nf-fa-folder_tree:before {
content: "\uef81";
}

View file

@ -38,22 +38,10 @@ way to contribute. When reporting one, it should contain:
platform allows to add that information.
Issues later on are tagged with proposed version to solve them, in case
of low hanging fruit, it's possible that it can be solved pretty
it's a low hanging fruit, it's possible that it can be solved pretty
quick.
[]($section.id("showcase"))
## Help others and share your workflows
We are happy when you [share your workflows](https://discord.gg/XeYatDhh)
or when someone asks something and gets a helpful answer, for example, a
30 sec video is really helpful because it exactly shows how something can
be achieved. Use [asciinema](https://asciinema.org/) or whatever allows
others to see how you get things done.
Spreading the word is another way to contribute to Flow Code growth,
making blog entries and sharing with others what you can build or achieve
with flow; battle testing flow on daily basis helps its improvement and
bring ideas from other places too.
Spreading the word is another way to contribute to Flow Code growth.
[]($section.id("developing"))
## Developing
@ -61,11 +49,10 @@ bring ideas from other places too.
[Flow Control](https://flow-control.dev/) is programmed with
[zig](https://ziglang.org/).
[Fork](https://github.com/neurocyte/flow/fork), no worries in case there
is something with gh, if you happen to use
[codeberg](https://codeberg.org/neurocyte/flow), or
[Fork](https://github.com/neurocyte/flow/fork), no worries, if you
happen to use [codeberg](https://codeberg.org/neurocyte/flow), or
[sourcehut](https://git.sr.ht/~neurocyte/flow), it's possible to
contribute via those services too.
fork and contribute via those services too.
Using [Discord](https://discord.com/invite/4wvteUPphx) is a good
starting point to discuss about what you are about to offer, or if

View file

@ -1,34 +0,0 @@
---
.title = "Android",
.date = @date("2025-11-04T12:24:45+02:00"),
.author = "Igor Támara",
.layout = "index.shtml",
.draft = false,
---
flow can be used in Android under [termux](https://termux.dev), inside termux, follow
[installation instructions](/installation),i.e., just copy paste and you are up and
running.
## Fonts
Recommended to install monospaced fonts and icons to have the most
comfortable experience.
[Termux-nf](https://githu.com/arnavgr/termux-nf/) offers various fonts
to choose from, install the fonts installer and the choose your desired
font, for example the same fonts of this website:
```
curl -fsSL https://raw.githubusercontent.com/arnavgr/termux-nf/main/install.sh | bash
getnf -i NerdFontsSymbolsOnly
getnf -i Iosevka
```
If you run into issues with font installation, install termux-nf
required packages `pkg install curl ncurses-utils` or consult their
[website](https://github.com/arnavgr/termux-nf).
* [Back to basic usage](/docs/)
* [Share your screenshots](https://discord.gg/XeYatDhh) and [small videos](/docs/contributing#showcase).

View file

@ -6,13 +6,13 @@
.draft = false,
---
- [Linux, MacOS, FreeBSD and Termux](#posix)
- [Windows](#windows)
- [Source](#source)
- [Tarball install](#tarball)
- [Linux, MacOS, FreeBSD and Termux](#posix)
- [Windows](#windows)
- [Source](#source)
- [Tarball install](#tarball)
[]($section.id("posix"))
## Linux, MacOS, FreeBSD and Termux
## Linux, MacOS, FreeBSD and Termux
Fetch and install the latest release with the installation helper script:
@ -32,7 +32,7 @@ with debug symbols:
curl -fsSL https://flow-control.dev/install | sh -s -- --nightly --debug
```
See all available options for the installer script:
See all avalable options for the installer script:
```
curl -fsSL https://flow-control.dev/install | sh -s -- --help
@ -49,10 +49,9 @@ update-flow
At the top of the installer are variables to pre-answer the installation
questions. Configure them to your liking.
We have some tips for [Android](/docs/platform/android/)
[]($section.id("windows"))
## Windows
## Windows
For Windows the installer scripts are a little different.
@ -79,14 +78,14 @@ just run `update-flow` in a terminal to update to the latest release or nightly.
[]($section.id("source"))
## Build from Source
## Build from Source
See the [Building section of `README.md`](https://git.flow-control.dev/neurocyte/flow/src/branch/master/README.md#building)
in the source repository for build instructions.
[]($section.id("tarball"))
## Manual install from tarballs or zip files
## Manual install from tarballs or zip files
See the [downloads](/downloads) page for binaries that you can manually install.
Just download, unpack, and place the binary anywhere you want. There are no

View file

@ -9,9 +9,3 @@ U+f044
U+ed7b
U+f142
U+f4eb
U+e70f
U+f31a
U+f302
U+f30c
U+f489
U+ef81