dockerawshugodocker-imagecookiecuttermonorepo3musketeersgithub-actions UpdatedAug 7, 2023 Makefile maliceio/maliceio Star5 Malice.IO website dockerwebsitedocsdocker-composehugomalicemaliceio UpdatedOct 7, 2017 Makefile fernandomachado90/github-page-maker ...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly. static-site-generatorgithub-pageshugonextjsgatsbyactionsnuxtmkdocsmdbookvuepressgithub-actions UpdatedMar 18, 2025 TypeScript
个人博客源仓库,对博客配置及所有文章.md源文件进行版本管理,配合 GitHub Action 进行自动化部署,自动生成静态站点推送到 GitHub Pages 博客发布仓库。 GitHub Pages 博客发布仓库,以username.github.io形式命名的仓库,使用 GitHub Pages 实现网站部署,可以通过域名 CNAME 解析使用自定义域名。 Hugo 主题仓库,fork 喜欢的...
.github github: Build docker image with both extended and withdeploy tags Feb 26, 2025 bufferpool all: gofmt -w -r 'interface{} -> any' . Mar 18, 2022 cache cache: Apply httpcache defaults for polling config Mar 14, 2025 codegen ...
GitHub is where people build software. More than 150 million people use GitHub to discover, fork, and contribute to over 420 million projects.
- 登录到您的`GitHub`账户。 - 点击右上角的头像,然后选择`Settings`(设置)。 - 在左侧导航栏中,点击`Developer settings`(开发者设置)。 - 在下拉菜单中,选择`Personal access tokens`(个人访问令牌)。 - 点击右上角的`Generate token`(生成令牌)按钮。
gitclonehttps://github.com/author/theme-name.git themes/theme-name 或者直接下载主题的压缩包,将其解压到themes/文件夹下,这样的话,就需要你对hugo.toml文件进行一点过的修改。 配置hugo.toml 好多教程里面直接就说会生成config.yml文件,但事实上新版的都是生成的hugo.toml,这不免让第一次配置的人感到迷惑,这...
它是用Go 语言写的静态网站生成器,核心逻辑是通过预设的参数和配置文件加上我们自己写的Markdown文件,将其统一转化成 HTML 文件,并将生成的网页文件都放在工作目录下的public文件夹中(如果你按照上面的流程成功部署了网页,那你一定可以在public文件夹中找到所有生成的html文件),而我们之后借助Github Page要发布的网站...
hugo mod init github.com/<your_user>/<your_project> Openconfig.toml(orhugo.toml), remove thethemeline (if present), addmodulesection to the bottom of the file: [module] [[module.imports]]path="github.com/nanxiaobei/hugo-paper"