Skip to content

Tags: asimpson/cycle

Tags

v0.2.3

Toggle v0.2.3's commit message
Support for linked posts.

v0.2.2

Toggle v0.2.2's commit message
Cycle 0.2.2

v0.2.1

Toggle v0.2.1's commit message

Unverified

No user is associated with the committer email.
feat: simplify travis binary build

v0.2.0

Toggle v0.2.0's commit message

Unverified

No user is associated with the committer email.
feat: Multi-stage Docker build

We can cut down on the size of the final image by breaking the build
up into two stages: compilation and execution. Since we don't need the
compilation dependencies to execute cycle we create one image which
has those then create a new image that does not, copy cycle into the
new smaller image, then discard the original.

v0.1.9

Toggle v0.1.9's commit message

Unverified

No user is associated with the committer email.
feat: build mac binary on travis

v0.1.8

Toggle v0.1.8's commit message

Unverified

No user is associated with the committer email.
refactor: remove hand-rolled rfc-822 date formatting for local-time

v0.1.7

Toggle v0.1.7's commit message

Unverified

No user is associated with the committer email.
fix: check if uiop:subdirectories returns nil before processing

v0.1.6

Toggle v0.1.6's commit message

Unverified

No user is associated with the committer email.
feat: wrap up hard-coded file paths and data structures in checks.

v0.1.5

Toggle v0.1.5's commit message

Unverified

No user is associated with the committer email.
fix: make sure site/writing dirs are created.

v0.1.4

Toggle v0.1.4's commit message

Unverified

No user is associated with the committer email.
feat: allow archive to not have any pagination.

- pass in a zero for the paginate value and gen-archive will return
  the full list of posts.