# hugo_app_distribute **Repository Path**: iTouchTV/hugo_app_distribute ## Basic Information - **Project Name**: hugo_app_distribute - **Description**: No description available - **Primary Language**: Unknown - **License**: AFL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-12-09 - **Last Updated**: 2025-11-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #### 重新部署需要修改 ``` config.toml baseurl a_template/qrcode.html qr-code-with-logo.browser.min.js 链接 a_analysis/upload_distribute.py git_https|ipd_download_http|ipa_location_path ``` #### python环境 ``` virtualenv venv source ./venv/bin/activate pip3 install biplist pip3 install pillow ``` #### info.plist ##### 模板字段 ``` a_template/info.plist template_url_disp_icon ex:https://gitee.com/iTouchTV/ipa/raw/feature/hugo/a_upload/cc.zwpdvuskh.hy9tgaiz/3.0.5/cc.zwpdvuskh.hy9tgaiz_3.0.5_3.0.5.1_i.png template_url_ipa ex:https://gitee.com/iTouchTV/ipa/raw/cc.zwpdvuskh.hy9tgaiz/3.0.5/cc.zwpdvuskh.hy9tgaiz_3.0.5_3.0.5.1.ipa template_ipa_name ex:触电新闻 a_template/post.md template_post_page_url ex:/cc.zwpdvuskh.hy9tgaiz_3.0.5_3.0.5.1/ template_post_name ex:触电新闻 template_post_date ex:2018-01-02 12:00:00 template_post_desc ex:我是秒睡 template_post_plist ex:https://raychow-dev.gitee.io/ipa/plist/tomato_3.0.5.1_crack_resigned.plist template_post_icon ex:https://gitee.com/iTouchTV/ipa/raw/feature/hugo/a_upload/cc.zwpdvuskh.hy9tgaiz/3.0.5/cc.zwpdvuskh.hy9tgaiz_3.0.5_3.0.5.1_i.png template_post_qrcode ex:https://gitee.com/iTouchTV/ipa/raw/feature/hugo/a_upload/cc.zwpdvuskh.hy9tgaiz/3.0.5/cc.zwpdvuskh.hy9tgaiz_3.0.5_3.0.5.1.png template_itms_services ex:itms-services://?action=download-manifest&url=https://gitee.com/iTouchTV/hugo_app_distribute/raw/master/a_upload/com.teamnet.RadioGDFM/6.4.2/com.teamnet.RadioGDFM_6.4.2_202309200947_DYYGERGBD8.plist ``` ##### 参数 ``` CFBundleIdentifier CFBundleShortVersionString CFBundleVersion CFBundleName CFBundleIconFiles Desc cc.zwpdvuskh.hy9tgaiz 3.0.5 3.0.5.1 番茄社区 AppIcon20x20 这个是一个安装包说明 * 图片基础域名 https://gitee.com/iTouchTV/ipa/raw/feature/hugo/* * plist基础域名 https://gitee.com/iTouchTV/ipa/raw/feature/hugo/* * ipa基础域名 https://ipa-test.ddns.linkfun.top/* - 域名 http://itouchtv.gitee.io/ipa/ - icon https://gitee.com/iTouchTV/ipa/raw/feature/hugo/a_upload/cc.zwpdvuskh.hy9tgaiz/3.0.5/cc.zwpdvuskh.hy9tgaiz_3.0.5_3.0.5.1_i.png - qrcode https://gitee.com/iTouchTV/ipa/raw/feature/hugo/a_upload/cc.zwpdvuskh.hy9tgaiz/3.0.5/cc.zwpdvuskh.hy9tgaiz_3.0.5_3.0.5.1.png - plist https://gitee.com/iTouchTV/ipa/raw/feature/hugo/a_upload/cc.zwpdvuskh.hy9tgaiz/3.0.5/cc.zwpdvuskh.hy9tgaiz_3.0.5_3.0.5.1.plist - ipa https://gitee.com/iTouchTV/ipa/raw/cc.zwpdvuskh.hy9tgaiz/3.0.5/cc.zwpdvuskh.hy9tgaiz_3.0.5_3.0.5.1.ipa ``` #### config [https://themes.gohugo.io/hugo-theme-cleanwhite/](https://themes.gohugo.io/hugo-theme-cleanwhite/) - If your site is already a git project, you may want to choose to add the cleanwhite theme as a submodule to avoid messing up your existing git repository. ``` $ mkdir themes $ git submodule add https://github.com/zhaohuabing/hugo-theme-cleanwhite.git themes/hugo-theme-cleanwhite ``` - Run Hugo Build-in Server Locally ``` $ hugo serve -t hugo-theme-cleanwhite ``` - Now enter localhost:1313 in the address bar of your browser.