2020-08-24 06:32:31 +02:00
|
|
|
# StartTree
|
2020-08-24 09:14:08 +02:00
|
|
|
A terminal-style home page replicating the tree command.
|
2020-08-24 06:32:31 +02:00
|
|
|
|
2020-08-24 01:43:38 +02:00
|
|
|
<p align="center">
|
2020-08-25 01:07:57 +02:00
|
|
|
<img src="/images/StartTree.png", title="StartTree"/>
|
2020-08-24 01:43:38 +02:00
|
|
|
</p>
|
|
|
|
|
2020-08-25 01:27:16 +02:00
|
|
|
<div align="center">
|
|
|
|
<h1>
|
|
|
|
<a href="https://gideonwolfe.com/">
|
|
|
|
<img style="vertical-align:middle" src="/images/forest.png", width="400", />
|
|
|
|
</a>
|
|
|
|
<span style="">
|
|
|
|
<img style="vertical-align:middle" src="/images/void.png", width="400", />
|
|
|
|
</a>
|
|
|
|
</span>
|
|
|
|
</h1>
|
|
|
|
</div>
|
2020-08-25 01:16:21 +02:00
|
|
|
|
2020-08-24 00:50:40 +02:00
|
|
|
|
|
|
|
```yaml
|
2020-08-24 23:52:50 +02:00
|
|
|
font_size: 15
|
|
|
|
theme: void
|
|
|
|
|
2020-08-25 00:54:37 +02:00
|
|
|
tree_1:
|
|
|
|
general:
|
|
|
|
google: "https://www.google.com/"
|
|
|
|
youtube: "https://www.youtube.com/"
|
|
|
|
reddit:
|
|
|
|
homepage: "https://www.reddit.com/"
|
|
|
|
unixporn: "https://www.reddit.com/r/unixporn/"
|
2020-08-24 00:50:40 +02:00
|
|
|
```
|
2020-08-24 23:52:50 +02:00
|
|
|
|
|
|
|
# Themes
|
|
|
|
|
|
|
|
A variety of themes can be found in the `themes` directory.
|
|
|
|
|
|
|
|
If one wishes to dynamically theme from `pywal`, they may select `pywal` as their chosen theme in `config.yaml`.
|