コミットグラフ

  • 1570d02d52 Use vendored modules master Izuru Yakumo 2023-07-23 10:18:53 -0300
  • ab9c6d9f08 Add support for bfchroma syntax highlighting Izuru Yakumo 2023-05-08 18:10:36 -0300
  • ebe1304fb1 Update documentation Izuru Yakumo 2023-05-07 10:59:02 -0300
  • 37c0f5f3fc Replace some fmt calls with log Izuru Yakumo 2023-04-29 01:42:07 -0300
  • 07d4e12568 Add a clean subcommand Izuru Yakumo 2023-04-29 01:37:22 -0300
  • 55a4f77727 Be more verbose with servePubDir(), add an additional markdown file extension, granted it's rare for someone to use it... Izuru Yakumo 2023-04-26 09:40:20 -0300
  • 8156fd2d3b Add serve function, update documentation accordingly Izuru Yakumo 2023-04-21 20:06:28 -0300
  • 89ae6b6b0f Add functions to build Amber and GCSS (taken from original project) Izuru Yakumo 2023-04-21 17:25:31 -0300
  • 8e225a1adb Add a more detailed usage note, and use logrus Izuru Yakumo 2023-04-18 09:29:12 -0300
  • 16b3b42353 Use absolute paths for running extensions found in .aya Izuru Yakumo 2023-04-13 20:37:34 -0300
  • 369f0d8126 Make use of tags Izuru Yakumo 2023-04-08 23:45:23 -0300
  • ce6cb44096 The fastest, period. Izuru Yakumo 2023-04-08 23:39:19 -0300
  • efa11e9761
    Updated manual page and added a Makefile Izuru Yakumo 2022-01-07 08:36:09 -0300
  • f39dbabd01
    Add manual page for zs Izuru Yakumo 2022-01-06 23:37:29 -0300
  • 2ab171a0d4
    Code cleanup James Mills 2021-10-29 02:10:15 +1000
  • 40012efba4
    Add Markdown extensions to blackfriday James Mills 2021-10-23 13:57:19 +1000
  • 054f525327
    Update .gitignore James Mills 2021-09-18 09:45:01 +1000
  • da3aeb9bb2
    Add release script James Mills 2021-09-18 09:43:22 +1000
  • 3644a88f46
    Remove Travis CI config James Mills 2021-09-18 09:33:52 +1000
  • 25c14c56ab
    Forked project James Mills 2021-09-18 09:32:14 +1000
  • 6f878ed98e
    Fix deps James Mills 2021-09-18 09:12:48 +1000
  • 4900afa45d
    Merge pull request #2 from gsax/master Serge Zaitsev 2020-03-24 07:19:37 +0100
  • 377f668cd3 update blackfriday version Georg Sachs 2020-03-24 06:09:00 +0100
  • 477cdcc776 add go.mod and go.sum Sergii Zaitsev 2019-09-23 10:15:24 +0200
  • c7c69b579b added coverage to travis-ci script Serge A. Zaitsev 2016-02-18 21:36:17 +0800
  • d308f7f24f install codecov as user Serge A. Zaitsev 2016-02-18 13:16:43 +0800
  • f8339b4f23 added codecov script Serge A. Zaitsev 2016-02-18 13:09:11 +0800
  • e21b87dfb6 more obvious rules of variable overriding Serge A. Zaitsev 2015-09-04 14:49:56 +0200
  • 76175692a6 updated README Serge A. Zaitsev 2015-09-02 23:21:50 +0200
  • c866143950 removed Go 1.1 support (missing encoding package) Serge A. Zaitsev 2015-09-02 21:38:05 +0200
  • f268f1fc64 fixed variable override order Serge A. Zaitsev 2015-09-02 19:43:31 +0200
  • 56b0884d64 removed fs/walk error check, added title default value heuristics Serge A. Zaitsev 2015-09-02 19:41:06 +0200
  • 6b71f501a7 added explicit yaml separator, fixed amber compilation sequence Serge A. Zaitsev 2015-09-02 19:35:26 +0200
  • 2ce4b993b0 rewritten using zs templates, allowing go templates using <% %> delimiters Serge A. Zaitsev 2015-09-02 19:05:09 +0200
  • 097012ddbd removed funcs, ext and utils Serge A. Zaitsev 2015-09-02 17:00:14 +0200
  • 0565a6b07a dead end with template functions Serge A. Zaitsev 2015-09-02 16:54:16 +0200
  • b31a2cc1ca added check for fs walk errors Serge A. Zaitsev 2015-08-30 23:16:51 +0200
  • 61600d0951 file, url and output should not be overridden by globals Serge A. Zaitsev 2015-08-30 16:01:05 +0200
  • 70ba7396ff removed default date value, added some default title/description/keywords for markdown Serge A. Zaitsev 2015-08-30 15:50:03 +0200
  • 37c0ffcf94 passing globals when running a plugin Serge A. Zaitsev 2015-08-30 15:29:12 +0200
  • 2a61f06e5a fixed math package Serge A. Zaitsev 2015-08-30 14:45:06 +0200
  • 2901049048 added word count and time to read functions Serge A. Zaitsev 2015-08-30 14:42:22 +0200
  • 6b2dbafa34 fixed output file names in html pages, fixed amber function bindings, replaced print command with build, fixed plugin functions, implemented zs and exec functions Serge A. Zaitsev 2015-08-30 14:22:00 +0200
  • 9d486cc767 fixed output file names in html pages, fixed amber function bindings, replaced print command with build, fixed plugin functions, implemented zs and exec functions Serge A. Zaitsev 2015-08-30 14:20:35 +0200
  • 80561bf9cc restored the original amber since my issue has been fixed Serge A. Zaitsev 2015-08-29 23:58:48 +0200
  • 6d5efb5fce added simple blog-like structure with amber, gcss, markdown Serge A. Zaitsev 2015-08-29 23:44:20 +0200
  • 46f55e19bd replaced amber with my own fork, fixed file paths for amber and html Serge A. Zaitsev 2015-08-29 23:43:59 +0200
  • aafb2e9d82 added global variables, added default date for markdown Serge A. Zaitsev 2015-08-29 19:54:55 +0200
  • 85f08718a7 started migration to go templates Serge A. Zaitsev 2015-08-29 18:46:05 +0200
  • 49a47d065d added amber and gcss compilers Serge A. Zaitsev 2015-08-29 17:47:16 +0200
  • 9803539c0f added integration test for build procedure Serge A. Zaitsev 2015-08-29 15:28:15 +0200
  • 39484fddb0 added rendering support for html and xml Serge A. Zaitsev 2015-08-29 15:17:13 +0200
  • 862f4d7162 moved html rendering into a separate function Serge A. Zaitsev 2015-08-29 15:07:18 +0200
  • e91e6930e0 fixed mkd extension typo Serge A. Zaitsev 2015-08-29 13:47:05 +0200
  • 2437b64c9a added travis button Serge A. Zaitsev 2015-04-10 15:11:37 +0300
  • 95c0c04f43 added .travis.yml Serge A. Zaitsev 2015-04-10 15:04:16 +0300
  • 5fd1626d9d Merge branch 'master' of git://github.com/zserge/zs Serge A. Zaitsev 2014-12-05 23:53:50 +0200
  • 9f64675eb3 Initial commit zserge 2014-12-05 23:55:38 +0200
  • ff29e580d2 added readme Serge A. Zaitsev 2014-12-05 23:49:42 +0200
  • cefe57f6d8 simplified build process, added pre and post build hooks Serge A. Zaitsev 2014-12-05 21:03:33 +0200
  • 08b4928c10 rewritted default variables assignment Serge A. Zaitsev 2014-12-05 20:26:15 +0200
  • 9df80c20d5 added tests for eval command runner Serge A. Zaitsev 2014-12-05 20:21:42 +0200
  • a87c8336aa render uses strings, not bytes; added helpers for env and run Serge A. Zaitsev 2014-12-05 20:09:03 +0200
  • 2895462bca moved eval func type to the top, added some error logs Serge A. Zaitsev 2014-12-05 19:26:59 +0200
  • 77e36b532e fixed empty header in markdown Serge A. Zaitsev 2014-12-05 19:09:10 +0200
  • e9e3299cf0 fixed eval func prototype in tests Serge A. Zaitsev 2014-12-05 19:05:46 +0200
  • fe8ba46281 initial commit Serge A. Zaitsev 2014-12-05 18:59:56 +0200