Publish your hugo site to master or other gh-pages blog hugo publish Updated Mar 29, 2019 Shell tuliren / publish-gitbook Star 5 Code Issues Pull requests Github action to publish gitbook to github pages. github-page gitbook publish Updated Aug 29, 2020 Shell qoo...
当然,Emacs 是自由的,生成博客不仅仅只有这一种方法,更常用的是 HUGO,个人觉得相比较 Org Publish 更好用一些。我不用的原因是我没有找到合适的 HUGO 主题,虽然 HUGO 的主题很多,但是我不是很了解主题的制作,在别人的主题更改也显得较麻烦,而使用 Org Publish 我只需要写简单的 CSS 文件就可以生成很简洁的博客...
peaceiris/actions-hugo: GitHub Actions for Hugo name: GitHub Pages on: push: branches: - main # Set a branch name to trigger deployment pull_request: jobs: deploy: runs-on: ubuntu-22.04 permissions: contents: write concurrency: group: ${{ github.workflow }}-${{ github.ref }} steps: ...
So I decided to convince the family member that switching to Hugo would be relatively easy, and the blog could then be hosted on GitLab. But trying to extract all that content and convert it to Markdown turned into a huge hassle. There were automated scripts that got me 95% there, but...
Does docs on gh pages is not a suitable solution? It can look pretty nice. @eifrah-aws can you share your project doc site you showed? Which tech you used there? It looked pretty impressive. If not, we can also use hugo which I really liked, and use AWS resources to create a perf...
group: "pages" cancel-in-progress: false # Default to bash defaults: run: shell: bash jobs: # Build website build: runs-on: ubuntu-latest env: HUGO_VERSION: 0.123.3 steps: - name: Install Hugo CLI run: | wget -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/...
GitHubFlavoredMarkdown.md HardLineBreaks.md Latex.md NotFoundPage.md ObsidianFlavoredMarkdown.md OxHugoFlavoredMarkdown.md RemoveDrafts.md Static.md SyntaxHighlighting.md TableOfContents.md TagPage.md index.md tags authoring content.md build.md configuration.md hosting.md index.md layout...
Wordpress to Jekyll](https://blog.scottlowe.org/2015/01/05/blog-migration-complete/) and [then to Hugo](https://blog.scottlowe.org/2017/09/18/some-qa-about-migration-hugo/), and decided it might make sense to recreate ipSpace.net blog with a tool that generates static web pages......
代码: cacher[github], lepton[github], dash, snippetsLap, textastic misc: shortMenu 图 marginNote[iCloud], liquidText[iCloud] 影音 音频: permute3 图片: touchRetouch, auroraHDR, lensFlare, reflectStudio, superDenoising, Logoist, polarrPhoto, priimeStyles, tonality, QRFactory 视频: quickTime, gifox...
uses: actions/deploy-pages@v1 deploy-mtfwiki-dot-com: runs-on: ubuntu-22.04 needs: build-mtf-dot-wiki if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')" steps: - uses: actions/checkout@v3 with: submodules: true fetch-depth: 0 - name: Setup Hugo uses: peace...