Skip to content

arran4/githubpages

Repository files navigation

githubpages

This repository is a simple example of a Hugo site that can be deployed with GitHub Pages. Treat it as a template to build your own site. The live example is available at https://arran4.github.io/githubpages/.

Requirements

  • Hugo static site generator must be installed. On Ubuntu you can install it with apt-get install hugo or download a binary from the Hugo releases page.

Running the site locally

Run the following command in the repository root to start a development server:

hugo server

The site will be served at http://localhost:1313 by default.

Repository structure

  • content/ – Markdown files that make up the site content.
  • themes/ – Custom themes used by the site.
  • archetypes/ – Templates for new content.
  • config.toml – Main configuration file.

Feel free to fork this repository as a starting template for your own Hugo + GitHub Pages site.

About

Example hugo and github pages with github actions page

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published