Compare commits
3 Commits
128498eac7
...
weblate
Author | SHA1 | Date | |
---|---|---|---|
7e78cd7c9a | |||
5c32dbc324 | |||
926d4f9837 |
@@ -70,8 +70,8 @@ config :tailwind,
|
|||||||
version: "4.0.0",
|
version: "4.0.0",
|
||||||
memex: [
|
memex: [
|
||||||
args: ~w(
|
args: ~w(
|
||||||
--input=css/app.css
|
--input=css/style.css
|
||||||
--output=../priv/static/assets/app.css
|
--output=../priv/static/assets/style.css
|
||||||
),
|
),
|
||||||
cd: Path.expand("../assets", __DIR__)
|
cd: Path.expand("../assets", __DIR__)
|
||||||
]
|
]
|
||||||
|
@@ -1,5 +1,16 @@
|
|||||||
# Contribution Guide
|
# Contribution Guide
|
||||||
|
|
||||||
|
## Translations needed!
|
||||||
|
|
||||||
|
[](https://weblate.bubbletea.dev/engage/memex)
|
||||||
|
|
||||||
|
If you're multilingual, this project can use your translations! Visit
|
||||||
|
[weblate](https://weblate.bubbletea.dev/engage/memex/) for more information.
|
||||||
|
Also, if your language isn't displayed here, I'd love to add that language so
|
||||||
|
you can start! Please contact me at
|
||||||
|
(shibao@bubbletea.dev)[mailto:shibao@bubbletea.dev] and let me know!
|
||||||
|
|
||||||
## Style Tips
|
## Style Tips
|
||||||
|
|
||||||
- In order to keep code concise and improve readability, please try to make your
|
- In order to keep code concise and improve readability, please try to make your
|
||||||
|
@@ -8,6 +8,7 @@
|
|||||||
{assigns[:page_title] || gettext("memEx")}
|
{assigns[:page_title] || gettext("memEx")}
|
||||||
</.live_title>
|
</.live_title>
|
||||||
<link phx-track-static rel="stylesheet" href={~p"/assets/app.css"} />
|
<link phx-track-static rel="stylesheet" href={~p"/assets/app.css"} />
|
||||||
|
<link phx-track-static rel="stylesheet" href={~p"/assets/style.css"} />
|
||||||
<script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>
|
<script defer phx-track-static type="text/javascript" src={~p"/assets/app.js"}>
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
Reference in New Issue
Block a user