https://github.com/jlumbroso/hugo-book-template
Template with auto-deploy for the theme Hugo Book.
https://github.com/jlumbroso/hugo-book-template
Last synced: 8 days ago
JSON representation
Template with auto-deploy for the theme Hugo Book.
- Host: GitHub
- URL: https://github.com/jlumbroso/hugo-book-template
- Owner: jlumbroso
- Created: 2024-03-28T04:22:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-28T05:42:01.000Z (over 1 year ago)
- Last Synced: 2025-01-29T22:33:14.696Z (9 months ago)
- Language: HTML
- Homepage: https://jlumbroso.github.io/hugo-book-template/
- Size: 2.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hugo + GitHub Pages + GitHub Actions = ❤️
This repository is a self-contained template for how to deploy a
Hugo static site, hosted on GitHub, and deployed to GitHub Pages hosting,
using the continuous integration available through GitHub Actions.## Current Versions
- `Hugo`: v0.124.1 extended
- [`Hugo-Book` theme](https://github.com/alex-shpak/hugo-book/): commit [`2dffe0b`](https://github.com/alex-shpak/hugo-book/commit/2dffe0bc7a5caac3e49bf2abe943ca412d5f4333)
- Hugo-Encrypt with modifications
- GitHub Actions: Ubuntu 22, Node.js 16 (for now)## Getting Started
After instantiating this template as a repository of your own, make sure to edit `config.yaml` to update `baseURL` to reflect your own GitHub Pages URL (usually `username.github.io/repo-name` unless you're using a custom domain).