Commit Graph

169 Commits

Author SHA1 Message Date
2dd1fdbfa5 Cleanup 2023-12-10 09:51:46 -08:00
acc22a9b84 Cleanup 2023-12-10 09:41:50 -08:00
7f13496b6f Fix linter warnings 2023-11-11 20:11:50 -08:00
56cef06332 Update copyright year 2023-10-02 19:42:23 -07:00
4456f3b206 Fix File.Path on Windows 2022-10-15 13:12:44 -07:00
5f2f2141f8 Remove metadta from README 2022-07-06 20:54:13 -07:00
93205936fd Update README 2022-07-05 19:33:40 -07:00
b72cc94e5d Fix wording 2022-07-04 10:18:36 -07:00
57dfa350ee Update README 2022-07-03 17:53:05 -07:00
b9e78fed6a Rename module 2022-07-03 17:29:03 -07:00
96b9c04125 Filepath fixes 2022-05-15 20:26:09 -07:00
f635ce5da3 Use filepath instead of path 2022-05-15 17:32:18 -07:00
83530f1b2f Add syndicate 2022-04-09 20:46:10 -07:00
4adf5b9bd3 Merge branch 'master' of github.com:FooSoft/goldsmith 2022-01-08 18:09:19 -08:00
e408fa9335 Squashed commit of the following:
commit 106991bfd59bb95977045399f7b4e5f4e7addc56
Author: Alex Yatskov <alex@foosoft.net>
Date:   Sat Jan 8 11:19:21 2022 -0800

    Rename property functions

commit 07f6033d4e86df257806af16de002ce8fad3d67f
Author: Alex Yatskov <alex@foosoft.net>
Date:   Sat Jan 8 11:16:46 2022 -0800

    Update rewrite

commit ea2dc0b4d223d54832752f0efd3eb46d81d17b50
Author: Alex Yatskov <alex@foosoft.net>
Date:   Fri Jan 7 22:47:17 2022 -0800

    Add more property methods

commit e2f7f8dc7ebc5b668539e8233e323a7c256eced2
Author: Alex Yatskov <alex@foosoft.net>
Date:   Fri Jan 7 22:39:23 2022 -0800

    Add step indexing

commit a7ed2a0b1c95ed9fbb0bbd87c779cf51a92f0b5f
Author: Alex Yatskov <alex@foosoft.net>
Date:   Fri Jan 7 20:50:19 2022 -0800

    Use self

commit 7ecc01e508c06680dcb6b6ecd4265a7f72e2c933
Author: Alex Yatskov <alex@foosoft.net>
Date:   Sun Aug 22 12:33:09 2021 -0700

    Cleanup

commit 87dd28a4c14b88bea061ca913f68e272cca787f9
Author: Alex Yatskov <alex@foosoft.net>
Date:   Sun Aug 22 12:09:41 2021 -0700

    Cleanup

commit 129130128d2a50f119c46f70e7cb70ef421892ff
Merge: 629fce0 e751d70
Author: Alex Yatskov <alex@foosoft.net>
Date:   Sat Aug 21 12:18:09 2021 -0700

    Merge branch 'master' into dev

commit 629fce06a8fca6810ec772f558d9ffabda016d01
Author: Alex Yatskov <alex@foosoft.net>
Date:   Sun Jun 27 19:34:53 2021 -0700

    Abstract metadata
2022-01-08 18:08:36 -08:00
d7f5b30857 Add site metadata 2021-12-14 17:01:21 -08:00
e751d70f27 Fix early out behavior on file export 2021-08-16 20:39:38 -07:00
a6226fc79b Add "Forward" docs 2021-06-12 10:55:40 -07:00
5ba198d6d8 Update README 2021-06-08 20:53:41 -07:00
ec13a459ec New export path 2021-05-01 15:12:50 -07:00
8cddfc6e59 Revert "Simpler exporting"
This reverts commit 9cde4d9676.
2021-04-25 09:48:52 -07:00
14c9c2065f Bugfixes 2021-04-25 09:29:53 -07:00
3155de7542 Cleanup 2021-04-25 08:57:24 -07:00
14c434a6a4 Cleanup 2021-04-25 08:56:07 -07:00
9cde4d9676 Simpler exporting 2021-04-24 23:03:12 -07:00
4ff3c32c4b Switch to new interfaces 2021-04-11 19:13:59 -07:00
a197b40f61 Fix bug handling plugins with no Process method 2021-04-10 10:21:03 -07:00
9aba24e892 Update error handling 2020-08-12 21:03:49 -07:00
f410ad444d Add vendoring 2020-01-01 18:15:43 -08:00
37acacaa3a add rename method to file 2019-07-27 12:17:00 -07:00
b5a39c8c4c Updating README.md 2019-04-28 12:33:32 -07:00
b0662889c4 update license file 2019-04-28 11:45:29 -07:00
2bd97a65d7 Updating README.md 2019-04-08 19:29:40 -07:00
6073c8f8b6 Updating README.md 2019-04-08 17:50:19 -07:00
b84dbb7155 Updating README.md 2019-04-08 16:17:12 -07:00
1b69ddd80e Updating README.md 2019-04-08 12:02:18 -07:00
133c189005 add documentation for context 2019-04-07 18:02:57 -07:00
5fb684701f make cleaning of target directory optional 2019-04-07 13:46:08 -07:00
3fccb1366a add documentation 2019-04-07 13:43:25 -07:00
6bbd9e7b28 skip copying files only when there is a data path 2019-04-06 17:32:53 -07:00
bf1f01b9bf update filter interface 2019-04-02 19:01:36 -07:00
966201a95f cleanup 2018-12-09 17:00:46 -08:00
c8e3e98432 simplify filtering 2018-12-09 12:45:06 -08:00
989bb18482 add caching support 2018-12-08 11:18:51 -08:00
8400387d2a update api 2018-09-16 19:19:49 -07:00
3cacaaad10 wip 2018-09-16 14:02:33 -07:00
0fbf7335e4 wip 2018-09-16 13:52:25 -07:00
5aa7e9a15f Merge branch 'master' of https://github.com/FooSoft/goldsmith 2018-02-21 19:15:51 -08:00
7a12731297 Updating README.md 2018-02-21 19:14:55 -08:00
76be0e699a Updating README.md 2018-01-26 15:18:49 -08:00