From 68a449da1aff148ad500f448e7d753e7745ba845 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 3 Jun 2025 22:25:01 +0530 Subject: first commit --- macli/.hugo_build.lock | 0 macli/.hugo_upload | 3 +++ macli/content/_index.md | 24 ++++++++++++++++++++++++ macli/content/releases/1.21.0.md | 16 ++++++++++++++++ macli/hugo.toml | 14 ++++++++++++++ macli/static/favicon.ico | Bin 0 -> 1150 bytes macli/static/sitemap.xml | 11 +++++++++++ macli/themes/zt_hugo | 1 + 8 files changed, 69 insertions(+) create mode 100644 macli/.hugo_build.lock create mode 100644 macli/.hugo_upload create mode 100644 macli/content/_index.md create mode 100644 macli/content/releases/1.21.0.md create mode 100644 macli/hugo.toml create mode 100644 macli/static/favicon.ico create mode 100644 macli/static/sitemap.xml create mode 160000 macli/themes/zt_hugo (limited to 'macli') diff --git a/macli/.hugo_build.lock b/macli/.hugo_build.lock new file mode 100644 index 0000000..e69de29 diff --git a/macli/.hugo_upload b/macli/.hugo_upload new file mode 100644 index 0000000..2e3b47d --- /dev/null +++ b/macli/.hugo_upload @@ -0,0 +1,3 @@ +user=vidhukant +host=vidhukant.com +target_dir=/var/www/macli-website diff --git a/macli/content/_index.md b/macli/content/_index.md new file mode 100644 index 0000000..c6b5905 --- /dev/null +++ b/macli/content/_index.md @@ -0,0 +1,24 @@ +# MyAnimeListCLIent + +macli is a free and open source (FOSS) unofficial [MyAnimeList](https://myanimelist.net/) client for use inside the terminal. +It's supported on Linux, Android (Termux), MacOS (untested), Windows and probably any other OS that Go would compile on! + +## How to install + +### Pre-built binaries + +Grab a build from [releases](/releases) and (optionally) move the binary file into the path. + +### Installing from source + +Either clone the [git repo](https://git.vidhukant.com/macli) and do a `go build` or directly install with `go install vidhukant.com/macli@latest`. + +You can also use the [macli](https://aur.archlinux.org/packages/macli) and [macli-git](https://aur.archlinux.org/packages/macli-git) AUR packages. + +## License + +Licenced under GNU General Public Licence V3 + +GNU GPL License: [LICENSE](https://git.vidhukant.com/macli/about/LICENSE) + +Copyright (c) 2022-2023 Vidhu Kant Sharma diff --git a/macli/content/releases/1.21.0.md b/macli/content/releases/1.21.0.md new file mode 100644 index 0000000..6fd64ba --- /dev/null +++ b/macli/content/releases/1.21.0.md @@ -0,0 +1,16 @@ +--- +date: 2023-11-24 +version_number: "1.21.0" +version_name: "v1.21.0" +--- + +## Logging in now made easy! + +These builds have a pre-configured MyAnimeList Client ID so you can just download and run and log in! + +**Download links:** + +- [Linux .tar.gz (64bit)](/releases/1.21.0/macli-v1.21.0-linux_amd64.tar.gz) +- [Linux .zip (64bit)](/releases/1.21.0/macli-v1.21.0-linux_amd64.zip) +- [Windows .zip (64bit)](/releases/1.21.0/macli-v1.21.0-windows_amd64.zip) +- [sha256sums.txt](/releases/1.21.0/sha256sums.txt) diff --git a/macli/hugo.toml b/macli/hugo.toml new file mode 100644 index 0000000..3ea1b6b --- /dev/null +++ b/macli/hugo.toml @@ -0,0 +1,14 @@ +baseURL = 'https://macli.vidhukant.com/' +languageCode = 'en-us' +title = 'Official macli Website.' +theme = "zt_hugo" +disableKinds = ["taxonomy", "term", "sitemap"] +enableRobotsTXT = true + +[params] +projectTitle = "macli" +projectDescription = "Unofficial CLI-based MyAnimeList client." +gitURL = "https://git.vidhukant.com/macli/about" +extraNavLinks = [ + ["GitHub", "https://github.com/VidhuKant/macli"] +] diff --git a/macli/static/favicon.ico b/macli/static/favicon.ico new file mode 100644 index 0000000..4927520 Binary files /dev/null and b/macli/static/favicon.ico differ diff --git a/macli/static/sitemap.xml b/macli/static/sitemap.xml new file mode 100644 index 0000000..a5f1763 --- /dev/null +++ b/macli/static/sitemap.xml @@ -0,0 +1,11 @@ + + + + https://macli.vidhukant.com/ + 2023-09-19T00:00:00+00:00 + + https://macli.vidhukant.com/releases/ + 2023-09-19T00:00:00+00:00 + + diff --git a/macli/themes/zt_hugo b/macli/themes/zt_hugo new file mode 160000 index 0000000..f7175a6 --- /dev/null +++ b/macli/themes/zt_hugo @@ -0,0 +1 @@ +Subproject commit f7175a61b6f1c8dbe5525c29081d0b00bce998df -- cgit v1.2.3