Skip to content

Commit

Permalink
Still trying to fix the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rwillians committed Oct 31, 2023
1 parent 189d0a3 commit 27bd2c0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# Bookk
<p align="center">
<img height="150" src="https://github.com/rwillians/bookk/assets/5093551/88f9db20-27ed-4c36-8994-e995d55d387e">
</p>

Bookk is a simple library that provides building blocks for operating journal entries and manipulating double-entry bookkeeping accounting ledgers.

Expand Down
Binary file added assets/hero.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
10 changes: 5 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Bookk.MixProject do
use Mix.Project

@version "0.1.1"
@version "0.1.2"
@github "https://github.com/rwillians/bookk"

@description """
Expand All @@ -15,19 +15,19 @@ defmodule Bookk.MixProject do
version: @version,
description: @description,
source_url: @github,
# homepage_url: @github,
homepage_url: @github,
elixir: ">= 1.14.0",
elixirc_paths: elixirc_paths(Mix.env()),
elixirc_options: [debug_info: Mix.env() == :dev],
build_embedded: Mix.env() not in [:dev, :test],
aliases: aliases(),
package: package(),
docs: [
main: "README",
logo: "logo.png",
main: "readme",
logo: "assets/hex-logo.png",
source_ref: "v#{@version}",
source_url: @github,
canonical: "http://hexdocs.pm/bookk",
canonical: "http://hexdocs.pm/bookk/",
extras: ["README.md", "LICENSE"]
],
deps: deps(),
Expand Down

0 comments on commit 27bd2c0

Please sign in to comment.