Changeset 84 in code for trunk/aya.1
- Timestamp:
- Mar 26, 2024, 2:18:06 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/aya.1
r70 r84 4 4 .Sh NAME 5 5 .Nm aya 6 .Nd A really fast static site generator 6 .Nd The fastest static site generator 7 .Sh SYNOPSIS 8 .Nm 9 .Op build 10 .Op clean 11 .Op serve 12 .Op var Ar file Ar variable 13 .Op watch 7 14 .Sh DESCRIPTION 8 15 Does it need one? … … 15 22 .It Easy to learn 16 23 .It Fast (of course) 24 .It Only 4 external dependencies! 17 25 .El 18 26 .Sh USAGE … … 40 48 .Sh HISTORY 41 49 .Nm 42 was originally forked from 43 prologic/zs by Izuru out of disgust 44 with the latest revision, so he used an 45 earlier commit as a base, and then 46 eventually reimplemented older features from 47 the original project. 50 was forked from 51 .Lk https://git.mills.io/prologic/zs 52 due to disgust with how the project 53 turned out to be. 54 Later on, features from the original 55 program were reimplemented and 56 it took a different path from both. 57 .Sh ENVIRONMENT 58 .Bl -tag -width 11n 59 .It Ev AYADIR 60 Directory where 61 extensions, layouts and 62 hooks placed in to be used 63 by the program 64 .It Ev PUBDIR 65 Directory where generated files are 66 located 67 .It Ev AYA_* 68 Internal variables regarding a 69 Markdown document in question, 70 see 71 .Dq aya var <file> 72 .El 73 .Sh EXIT STATUS 74 .Ex -std 48 75 .Sh AUTHORS 49 76 .Nm 50 77 is maintained by 51 78 .An Izuru Yakumo 52 .Aq Lk https://geidontei.chaotic.ninja/usr/yakumo_izuru/ 79 .Aq Mt yakumo.izuru@chaotic.ninja 80 .Pp 81 .Nm zs 82 was made by 83 .An Serge Zaitsev 84 .Aq Mt hello@zserge.com 53 85 .Sh BUGS 54 Report them to this mailing list 55 . Mt devel@chaotic.ninja86 If you find any, please report them to 87 .Aq Mt aya-dev@chaotic.ninja
Note:
See TracChangeset
for help on using the changeset viewer.