Skip to content

Releases: Humans-of-Julia/StaticWebPages.jl

v0.2.9

06 Jun 04:01
Compare
Choose a tag to compare

StaticWebPages v0.2.9

Diff since v0.2.8

Closed issues:

  • Add images for each item in the README/Doc (#6)

Merged pull requests:

v0.2.8

03 May 13:04
Compare
Choose a tag to compare

StaticWebPages v0.2.8

Diff since v0.2.7

Fix issues with missing directories locally and on FTP

Closed issues:

  • Existence of js, css, files, img folders are necessary on the FTP server (#2)
  • Generation is failing if either "path/of/content/files or /img" is missing (#23)

Merged pull requests:

  • Fix case of missing directories in content (#31) (@Azzaare)

v0.2.7

03 May 11:14
Compare
Choose a tag to compare

StaticWebPages v0.2.7

Diff since v0.2.6

Fix FTP upload on Windows

Closed issues:

  • upload_site causes the libcurl error #25 (windows only) (#1)
  • Second field in cards should be optional (#22)

Merged pull requests:

  • Fix the windows trouble with libcurl (#30) (@Azzaare)

v0.2.6

29 Apr 15:08
Compare
Choose a tag to compare

StaticWebPages v0.2.6

Diff since v0.2.5

Enable GitHub auth, improve GitHub and Card items

Closed issues:

  • GitHub items request can be blocked by GitHub (#7)
  • Generation is failling if a GitHub repo is not correctly configurated (#25)

Merged pull requests:

v0.2.5

20 Jan 06:12
Compare
Choose a tag to compare

StaticWebPages v0.2.5

Closed issues:

  • Add README.md and basic example (#3)
  • Github collaborators list too long (#9)
  • Add Mathjax item (#11)
  • Navigation menu (#12)
  • Authors' name 'consumed' if they contain accented characters (#13)
  • Publications page is not fully generated if a reference name contains a dash (#14)
  • Nested items in a column (such as separated timelines in the same column) (#15)
  • Could you add a run.jl to complete the example? (#16)

Merged pull requests:

  • Fix the bug in tutorial (README) (#18) (@stevengogogo)
  • CompatHelper: bump compat for "DataStructures" to "0.18" (#19) (@github-actions[bot])