]> Nishi Git Mirror - aya.git/log
aya.git
11 months agoA good time to finally release a stable version v1.0.0
Izuru Yakumo [Tue, 12 Dec 2023 14:09:17 +0000 (11:09 -0300)]
A good time to finally release a stable version

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
11 months agoSeparate the build<FORMAT> functions into their own source files
Izuru Yakumo [Mon, 11 Dec 2023 17:23:49 +0000 (14:23 -0300)]
Separate the build<FORMAT> functions into their own source files

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
11 months agoJust a documentation update v0.6.9
Izuru Yakumo [Sun, 10 Dec 2023 23:57:40 +0000 (20:57 -0300)]
Just a documentation update

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
11 months agoPassed through golint only to get a load of garbage v0.6.8
Izuru Yakumo [Mon, 4 Dec 2023 17:21:08 +0000 (14:21 -0300)]
Passed through golint only to get a load of garbage

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
11 months agoThe Emperor (IV) v0.6.7
Izuru Yakumo [Mon, 4 Dec 2023 02:21:03 +0000 (23:21 -0300)]
The Emperor (IV)

* `aya help` is provided by aya.PrintUsage() now

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
11 months agoThe Empress (III) v0.6.6
Izuru Yakumo [Mon, 4 Dec 2023 00:54:29 +0000 (21:54 -0300)]
The Empress (III)

* Change the way how versions are handled in version.go (to ease `go
  install`)
* Upgrade yaml.v2 to yaml.v3

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
11 months agoThe World (XXI) v0.6.5
Izuru Yakumo [Tue, 21 Nov 2023 11:44:14 +0000 (08:44 -0300)]
The World (XXI)

* Replace all iterations of log.* with fmt.* and os.Exit()
* Use proper Go versioning

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
12 months agoコードを借りる 0.6.4
Izuru Yakumo [Mon, 23 Oct 2023 22:39:52 +0000 (19:39 -0300)]
コードを借りる

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
13 months agofeat: move the blackfriday extension settings out of the render function, improve...
Izuru Yakumo [Tue, 3 Oct 2023 02:39:08 +0000 (23:39 -0300)]
feat: move the blackfriday extension settings out of the render function, improve documentation

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
13 months agoStop using logrus, updated dependencies
Izuru Yakumo [Thu, 28 Sep 2023 01:46:46 +0000 (22:46 -0300)]
Stop using logrus, updated dependencies

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
14 months agoFix a bug that I caused 0.6.2 0.6.3
Izuru Yakumo [Sat, 16 Sep 2023 16:11:35 +0000 (13:11 -0300)]
Fix a bug that I caused

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
14 months agoReady to release 0.6.0 0.6.0
Izuru Yakumo [Wed, 13 Sep 2023 10:49:50 +0000 (07:49 -0300)]
Ready to release 0.6.0

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
14 months agobfchroma turned out to be a hassle 0.5.9
Izuru Yakumo [Thu, 7 Sep 2023 16:52:43 +0000 (13:52 -0300)]
bfchroma turned out to be a hassle

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
15 months agoUse vendored modules
Izuru Yakumo [Sun, 23 Jul 2023 13:18:53 +0000 (10:18 -0300)]
Use vendored modules

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
18 months agoAdd support for bfchroma syntax highlighting 0.5.8
Izuru Yakumo [Mon, 8 May 2023 21:10:36 +0000 (18:10 -0300)]
Add support for bfchroma syntax highlighting

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
18 months agoUpdate documentation 0.5.7
Izuru Yakumo [Sun, 7 May 2023 13:59:02 +0000 (10:59 -0300)]
Update documentation

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
18 months agoReplace some fmt calls with log 0.5.6
Izuru Yakumo [Sat, 29 Apr 2023 04:42:07 +0000 (01:42 -0300)]
Replace some fmt calls with log

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
18 months agoAdd a clean subcommand 0.5.5
Izuru Yakumo [Sat, 29 Apr 2023 04:37:22 +0000 (01:37 -0300)]
Add a clean subcommand

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
18 months agoBe more verbose with servePubDir(), add an additional markdown file
Izuru Yakumo [Wed, 26 Apr 2023 12:40:20 +0000 (09:40 -0300)]
Be more verbose with servePubDir(), add an additional markdown file
extension, granted it's rare for someone to use it...

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
18 months agoAdd serve function, update documentation accordingly 0.5.4
Izuru Yakumo [Fri, 21 Apr 2023 23:06:28 +0000 (20:06 -0300)]
Add serve function, update documentation accordingly

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
18 months agoAdd functions to build Amber and GCSS (taken from original project) 0.5.3
Izuru Yakumo [Fri, 21 Apr 2023 20:25:31 +0000 (17:25 -0300)]
Add functions to build Amber and GCSS (taken from original project)

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
18 months agoAdd a more detailed usage note, and use logrus 0.5.2
Izuru Yakumo [Tue, 18 Apr 2023 12:29:12 +0000 (09:29 -0300)]
Add a more detailed usage note, and use logrus

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
19 months agoUse absolute paths for running extensions found in .aya
Izuru Yakumo [Thu, 13 Apr 2023 23:37:34 +0000 (20:37 -0300)]
Use absolute paths for running extensions found in .aya

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
19 months agoMake use of tags 0.5.0
Izuru Yakumo [Sun, 9 Apr 2023 02:45:23 +0000 (23:45 -0300)]
Make use of tags

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
19 months agoThe fastest, period.
Izuru Yakumo [Sun, 9 Apr 2023 02:39:19 +0000 (23:39 -0300)]
The fastest, period.

Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
2 years agoUpdated manual page and added a Makefile
Nova [ミラーワールド] [Fri, 7 Jan 2022 11:36:09 +0000 (08:36 -0300)]
Updated manual page and added a Makefile

2 years agoAdd manual page for zs
Nova [ミラーワールド] [Fri, 7 Jan 2022 02:37:29 +0000 (23:37 -0300)]
Add manual page for zs

3 years agoCode cleanup
James Mills [Thu, 28 Oct 2021 16:10:15 +0000 (02:10 +1000)]
Code cleanup

3 years agoAdd Markdown extensions to blackfriday
James Mills [Sat, 23 Oct 2021 03:57:19 +0000 (13:57 +1000)]
Add Markdown extensions to blackfriday

3 years agoUpdate .gitignore 0.0.1
James Mills [Fri, 17 Sep 2021 23:45:01 +0000 (09:45 +1000)]
Update .gitignore

3 years agoAdd release script
James Mills [Fri, 17 Sep 2021 23:43:22 +0000 (09:43 +1000)]
Add release script

3 years agoRemove Travis CI config
James Mills [Fri, 17 Sep 2021 23:33:52 +0000 (09:33 +1000)]
Remove Travis CI config

3 years agoForked project
James Mills [Fri, 17 Sep 2021 23:32:14 +0000 (09:32 +1000)]
Forked project

3 years agoFix deps
James Mills [Fri, 17 Sep 2021 23:12:48 +0000 (09:12 +1000)]
Fix deps

4 years agoMerge pull request #2 from gsax/master
Serge Zaitsev [Tue, 24 Mar 2020 06:19:37 +0000 (07:19 +0100)]
Merge pull request #2 from gsax/master

update blackfriday version

4 years agoupdate blackfriday version
Georg Sachs [Tue, 24 Mar 2020 05:09:00 +0000 (06:09 +0100)]
update blackfriday version

5 years agoadd go.mod and go.sum
Sergii Zaitsev [Mon, 23 Sep 2019 08:15:24 +0000 (10:15 +0200)]
add go.mod and go.sum

8 years agoadded coverage to travis-ci script
Serge A. Zaitsev [Thu, 18 Feb 2016 13:36:17 +0000 (21:36 +0800)]
added coverage to travis-ci script

8 years agoinstall codecov as user
Serge A. Zaitsev [Thu, 18 Feb 2016 05:16:43 +0000 (13:16 +0800)]
install codecov as user

8 years agoadded codecov script
Serge A. Zaitsev [Thu, 18 Feb 2016 05:09:11 +0000 (13:09 +0800)]
added codecov script

9 years agomore obvious rules of variable overriding
Serge A. Zaitsev [Fri, 4 Sep 2015 12:49:56 +0000 (14:49 +0200)]
more obvious rules of variable overriding

9 years agoupdated README
Serge A. Zaitsev [Wed, 2 Sep 2015 21:21:50 +0000 (23:21 +0200)]
updated README

9 years agoremoved Go 1.1 support (missing encoding package)
Serge A. Zaitsev [Wed, 2 Sep 2015 19:38:05 +0000 (21:38 +0200)]
removed Go 1.1 support (missing encoding package)

9 years agofixed variable override order
Serge A. Zaitsev [Wed, 2 Sep 2015 17:43:31 +0000 (19:43 +0200)]
fixed variable override order

9 years agoremoved fs/walk error check, added title default value heuristics
Serge A. Zaitsev [Wed, 2 Sep 2015 17:41:06 +0000 (19:41 +0200)]
removed fs/walk error check, added title default value heuristics

9 years agoadded explicit yaml separator, fixed amber compilation sequence
Serge A. Zaitsev [Wed, 2 Sep 2015 17:35:26 +0000 (19:35 +0200)]
added explicit yaml separator, fixed amber compilation sequence

9 years agorewritten using zs templates, allowing go templates using <% %> delimiters
Serge A. Zaitsev [Wed, 2 Sep 2015 17:05:09 +0000 (19:05 +0200)]
rewritten using zs templates, allowing go templates using  <% %> delimiters

9 years agoremoved funcs, ext and utils
Serge A. Zaitsev [Wed, 2 Sep 2015 15:00:14 +0000 (17:00 +0200)]
removed funcs, ext and utils

9 years agodead end with template functions
Serge A. Zaitsev [Wed, 2 Sep 2015 14:54:16 +0000 (16:54 +0200)]
dead end with template functions

9 years agoadded check for fs walk errors
Serge A. Zaitsev [Sun, 30 Aug 2015 21:16:51 +0000 (23:16 +0200)]
added check for fs walk errors

9 years agofile, url and output should not be overridden by globals
Serge A. Zaitsev [Sun, 30 Aug 2015 14:01:05 +0000 (16:01 +0200)]
file, url and output should not be overridden by globals

9 years agoremoved default date value, added some default title/description/keywords for markdown
Serge A. Zaitsev [Sun, 30 Aug 2015 13:50:03 +0000 (15:50 +0200)]
removed default date value, added some default title/description/keywords for markdown

9 years agopassing globals when running a plugin
Serge A. Zaitsev [Sun, 30 Aug 2015 13:29:12 +0000 (15:29 +0200)]
passing globals when running a plugin

9 years agofixed math package
Serge A. Zaitsev [Sun, 30 Aug 2015 12:45:06 +0000 (14:45 +0200)]
fixed math package

9 years agoadded word count and time to read functions
Serge A. Zaitsev [Sun, 30 Aug 2015 12:42:22 +0000 (14:42 +0200)]
added word count and time to read functions

9 years agofixed output file names in html pages, fixed amber function bindings, replaced print...
Serge A. Zaitsev [Sun, 30 Aug 2015 12:22:00 +0000 (14:22 +0200)]
fixed output file names in html pages, fixed amber function bindings, replaced print command with build, fixed plugin functions, implemented zs and exec functions

9 years agofixed output file names in html pages, fixed amber function bindings, replaced print...
Serge A. Zaitsev [Sun, 30 Aug 2015 12:20:35 +0000 (14:20 +0200)]
fixed output file names in html pages, fixed amber function bindings, replaced print command with build, fixed plugin functions, implemented zs and exec functions

9 years agorestored the original amber since my issue has been fixed
Serge A. Zaitsev [Sat, 29 Aug 2015 21:58:48 +0000 (23:58 +0200)]
restored the original amber since my issue has been fixed

9 years agoadded simple blog-like structure with amber, gcss, markdown
Serge A. Zaitsev [Sat, 29 Aug 2015 21:44:20 +0000 (23:44 +0200)]
added simple blog-like structure with amber, gcss, markdown

9 years agoreplaced amber with my own fork, fixed file paths for amber and html
Serge A. Zaitsev [Sat, 29 Aug 2015 21:43:59 +0000 (23:43 +0200)]
replaced amber with my own fork, fixed file paths for amber and html

9 years agoadded global variables, added default date for markdown
Serge A. Zaitsev [Sat, 29 Aug 2015 17:54:55 +0000 (19:54 +0200)]
added global variables, added default date for markdown

9 years agostarted migration to go templates
Serge A. Zaitsev [Sat, 29 Aug 2015 16:46:05 +0000 (18:46 +0200)]
started migration to go templates

9 years agoadded amber and gcss compilers
Serge A. Zaitsev [Sat, 29 Aug 2015 15:47:16 +0000 (17:47 +0200)]
added amber and gcss compilers

9 years agoadded integration test for build procedure
Serge A. Zaitsev [Sat, 29 Aug 2015 13:28:15 +0000 (15:28 +0200)]
added integration test for build procedure

9 years agoadded rendering support for html and xml
Serge A. Zaitsev [Sat, 29 Aug 2015 13:17:13 +0000 (15:17 +0200)]
added rendering support for html and xml

9 years agomoved html rendering into a separate function
Serge A. Zaitsev [Sat, 29 Aug 2015 13:07:18 +0000 (15:07 +0200)]
moved html rendering into a separate function

9 years agofixed mkd extension typo
Serge A. Zaitsev [Sat, 29 Aug 2015 11:47:05 +0000 (13:47 +0200)]
fixed mkd extension typo

9 years agoadded travis button
Serge A. Zaitsev [Fri, 10 Apr 2015 12:11:37 +0000 (15:11 +0300)]
added travis button

9 years agoadded .travis.yml
Serge A. Zaitsev [Fri, 10 Apr 2015 12:04:16 +0000 (15:04 +0300)]
added .travis.yml

9 years agoMerge branch 'master' of git://github.com/zserge/zs
Serge A. Zaitsev [Fri, 5 Dec 2014 21:53:50 +0000 (23:53 +0200)]
Merge branch 'master' of git://github.com/zserge/zs

9 years agoInitial commit
zserge [Fri, 5 Dec 2014 21:55:38 +0000 (23:55 +0200)]
Initial commit

9 years agoadded readme
Serge A. Zaitsev [Fri, 5 Dec 2014 21:49:42 +0000 (23:49 +0200)]
added readme

9 years agosimplified build process, added pre and post build hooks
Serge A. Zaitsev [Fri, 5 Dec 2014 19:03:33 +0000 (21:03 +0200)]
simplified build process, added pre and post build hooks

9 years agorewritted default variables assignment
Serge A. Zaitsev [Fri, 5 Dec 2014 18:26:15 +0000 (20:26 +0200)]
rewritted default variables assignment

9 years agoadded tests for eval command runner
Serge A. Zaitsev [Fri, 5 Dec 2014 18:21:42 +0000 (20:21 +0200)]
added tests for eval command runner

9 years agorender uses strings, not bytes; added helpers for env and run
Serge A. Zaitsev [Fri, 5 Dec 2014 18:09:03 +0000 (20:09 +0200)]
render uses strings, not bytes; added helpers for env and run

9 years agomoved eval func type to the top, added some error logs
Serge A. Zaitsev [Fri, 5 Dec 2014 17:26:59 +0000 (19:26 +0200)]
moved eval func type to the top, added some error logs

9 years agofixed empty header in markdown
Serge A. Zaitsev [Fri, 5 Dec 2014 17:09:10 +0000 (19:09 +0200)]
fixed empty header in markdown

9 years agofixed eval func prototype in tests
Serge A. Zaitsev [Fri, 5 Dec 2014 17:05:46 +0000 (19:05 +0200)]
fixed eval func prototype in tests

9 years agoinitial commit
Serge A. Zaitsev [Fri, 5 Dec 2014 16:59:56 +0000 (18:59 +0200)]
initial commit