Skip to content

Releases: fogo-sh/almanac

v0.1.1

24 Sep 03:52
Compare
Choose a tag to compare

Changelog

  • 615d4bf add ssl certs to docker images, needed for discord oauth

v0.1.0

04 Sep 00:06
ff0cd9f
Compare
Choose a tag to compare

Changelog

  • 19999d4 $SpecialPages, index of all special pages
  • af14296 Add dev server
  • ff0cd9f Add dockerfiles & goreleaser (#20)
  • a9cfa5d Add logging
  • 9250d0a Basic markdown parsing
  • 2b79ab6 Empty main package, init go mod, add linting
  • 70e7050 Init cobra app
  • edad0c3 Initial commit
  • f3de05c Merge pull request #1 from fogo-sh/template
  • b5d3b09 Merge pull request #11 from fogo-sh/redirect
  • c5364ad Merge pull request #15 from fogo-sh/special-pages-index
  • c665678 Merge pull request #17 from fogo-sh/dedupe-backlinks
  • 7d9bb35 Merge pull request #2 from fogo-sh/seperate-template-logic
  • aebf5a4 Merge pull request #3 from fogo-sh/content-listing
  • 5e577df Merge pull request #4 from fogo-sh/backlinks
  • c17dddb Merge pull request #5 from fogo-sh/output
  • 14797d4 Merge pull request #6 from fogo-sh/example-content
  • 6fcced8 Merge pull request #7 from fogo-sh/frontmatter
  • 456c1f1 Merge pull request #8 from fogo-sh/dates
  • 5137279 Merge pull request #9 from fogo-sh/category-listing
  • c24a160 Pull in markdown parsing / rendering library
  • 864243f Signin with discord (#18)
  • 143f4b7 Vanity URL (#19)
  • 0921907 basic backlink support
  • fc09e37 basic frontmatter handling, youtube embed, root
  • e68ae24 basic output
  • 6468992 basic template support using html/template
  • cd8304f break out template and static logic into own pkgs
  • 9564ccc category listings
  • edfa933 cleaner creation of map keys list
  • f66e2ee date support
  • 50e35de dedupe and sort backlinks
  • e560ab0 display redirects in ui, sorting pages ignore caps
  • c90cca7 embed assets in binary, 404 page
  • c8f3edf example content
  • 9b771e3 fix location of otiai10/copy manually, re-go mod tidy
  • 4c42486 go mod tidy
  • c7585b3 page listing, discover all pages instead of just 1
  • d32bb0e proper checkError usage, error context in output
  • 0afd1ad switch from raw cp call to otiai10/copy
  • 3781df4 very basic readme