Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 657 Bytes

File metadata and controls

34 lines (22 loc) · 657 Bytes

AlwaysMap Website

Professional consultancy website for AlwaysMap LLC.

Local Development

Run the Hugo development server:

hugo serve

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

Deploy

Push to the main branch to trigger automatic deployment via GitHub Actions:

git add .
git commit -m "Update content"
git push

Structure

  • content/ - Markdown content pages
  • layouts/ - HTML templates
  • assets/css/ - Stylesheets
  • hugo.yaml - Site configuration

Brand Assets

See /Users/bitsbyme/projects/awm/brand/brand-assets.html for complete brand guidelines including colors, typography, and logo usage.