Compare commits

...

6 commits

Author SHA1 Message Date
Igor Támara
a6ced2c352 Fixed some typos and added extern links 2025-11-05 09:48:45 +01:00
Igor Támara
e26903c101 refactor: simplify index.css 2025-11-05 09:48:45 +01:00
Igor Támara
e316008995 fix: multiline spaces for titles 2025-11-05 09:48:45 +01:00
Igor Támara
7da527a10e Add Android tips and icons on installation section 2025-11-05 09:48:45 +01:00
Igor Támara
dd2316c946 Add link to showcases and enhance contributing ideas 2025-11-05 09:48:45 +01:00
Igor Támara
f0b9241796 Added symbols for insstallation section 2025-11-05 09:48:45 +01:00
7 changed files with 89 additions and 29 deletions

View file

@ -83,9 +83,10 @@ body {
}
h1, h2, h3, h4, h5, h6 {
font-weight: var(--font-weight-bold);
font-family: var(--font-family-titles);
font-weight: var(--font-weight-titles);
margin: calc(var(--line-height) * 2) 0 var(--line-height);
line-height: var(--line-height);
line-height: 1.2em;
color: var(--text-color-accent);
}
@ -93,27 +94,15 @@ 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;
@ -380,7 +369,6 @@ button::-moz-focus-inner {
}
button {
text-transform: var(--transform);
font-weight: var(--font-weight-medium);
cursor: pointer;
}

View file

@ -55,3 +55,21 @@
.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,10 +38,22 @@ 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
it's a low hanging fruit, it's possible that it can be solved pretty
of low hanging fruit, it's possible that it can be solved pretty
quick.
Spreading the word is another way to contribute to Flow Code growth.
[]($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.
[]($section.id("developing"))
## Developing
@ -49,10 +61,11 @@ Spreading the word is another way to contribute to Flow Code growth.
[Flow Control](https://flow-control.dev/) is programmed with
[zig](https://ziglang.org/).
[Fork](https://github.com/neurocyte/flow/fork), no worries, if you
happen to use [codeberg](https://codeberg.org/neurocyte/flow), or
[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
[sourcehut](https://git.sr.ht/~neurocyte/flow), it's possible to
fork and contribute via those services too.
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

@ -0,0 +1,34 @@
---
.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 avalable options for the installer script:
See all available options for the installer script:
```
curl -fsSL https://flow-control.dev/install | sh -s -- --help
@ -49,9 +49,10 @@ 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.
@ -78,14 +79,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,3 +9,9 @@ U+f044
U+ed7b
U+f142
U+f4eb
U+e70f
U+f31a
U+f302
U+f30c
U+f489
U+ef81