Skip to content

attajak/attajak.pages.dev

Repository files navigation

Head to the documentation page linked below for a complete guidence to get started with the FixIt theme.

All Documentation - FixIt

Quick Start

For a complete quick start, see this page.

Prerequisites

  • Go
  • Hugo: >= 0.112.0 (extended version)

Use this Template

  1. Click Use this template, and create your repository on GitHub.

    image
  2. Once the repository is created, just clone and enjoy it!

    # Clone with your own repository url
    git clone --recursive https://github.com/<your_name>/<your_blog_repo>.git

Launching the Site

# Development environment
hugo server
# Production environment
hugo server -e production

Build the Site

When your site is ready to deploy, run the following command:

hugo

Update Theme

Afterwards you can upgrade the theme with the following command:

# Update theme manually
hugo mod get -u github.com/hugo-fixit/FixIt@latest