Skip to content

woogles-io/liwords-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

131 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Liwords Static Site

Hugo-based static site for Liwords/Woogles.

Setup

First Time Clone

Clone the repository with submodules:

git clone --recurse-submodules <repo-url>

If Already Cloned

If you already cloned the repo and the themes/dream directory is empty, initialize the submodules:

git submodule update --init --recursive

Updating Submodules

To get the latest updates from the theme (or other submodules):

# Update a specific submodule
git submodule update --remote themes/dream

# Or update all submodules
git submodule update --remote

After updating, commit the change to track the new submodule version:

git add themes/dream
git commit -m "Update dream theme to latest version"

Alternative: You can also navigate into the submodule and pull directly:

cd themes/dream
git pull origin main
cd ../..
git add themes/dream
git commit -m "Update dream theme"

Running Locally

Start the Hugo development server:

hugo server

Or with drafts enabled:

hugo server -D

The site will be available at http://localhost:1313

Building

Build the static site:

hugo

Output will be in the public/ directory.

About

The woogles.io static site

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •