Skip to content

kaydeethree/glam

 
 

Repository files navigation

Glam

Glam is a theme for The Balance website put together by the wonderful FFXIV community

Testing the theme locally

Make sure you have hugo installed, either drop hugo.exe in the root dir or add it to your PATH.

# Clone the repository
git clone https://github.com/The-Balance-FFXIV/glam.git

# Navigate into it
cd ./glam/

# Install project dependencies and dependencies. If you prefer to not edit PATH, you can install globally.
export PATH=$PATH:node_modules/.bin
yarn install

# Run the servers
yarn start:static

# Server starts by default on `localhost:1313`

Using the editor locally

First run the static site server with yarn start:static, then run yarn start:admin and navigate to http://localhost:1313/admin. Alternatively, yarn start will start both servers.

About

A hugo theme for the balance

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 82.8%
  • CSS 11.8%
  • JavaScript 5.4%