Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Lua
<p align="center">
<img src="priv/logo.svg" alt="Lua.ex" width="96" height="96" />
</p>

<h1 align="center">Lua</h1>

[![Hex.pm](https://img.shields.io/hexpm/v/lua.svg)](https://hex.pm/packages/lua)
[![Documentation](https://img.shields.io/badge/documentation-gray)](https://hexdocs.pm/lua)
Expand Down
1 change: 1 addition & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ defmodule Lua.MixProject do
docs: [
# The main page in the docs
main: "Lua",
logo: "priv/logo.svg",
source_url: @url,
source_ref: "v#{@version}",
# Render only the curated public surface; keep internals in source/IEx.
Expand Down
14 changes: 14 additions & 0 deletions priv/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions website/priv/static/images/logo.svg

This file was deleted.

Loading