Go to file
Phil Peble b8e9e97499
Merge pull request #12 from ppeble/hugo-01341-update
Update hugo to 0.134.1 and docsy to 0.10.0
2024-09-09 14:57:41 -05:00
content/en Update all 1.14 metadata to fix navigation 2024-09-09 14:21:02 -05:00
static Fix issues on main page and begin adding hugo page metadata to v3.8 2024-06-11 00:03:55 -04:00
themes Update hugo to 0.134.1 and docsy to 0.10.0 2024-09-09 14:53:10 -05:00
.gitignore Initial hugo setup 2024-04-17 23:07:52 -05:00
.gitmodules Switch to submodules for docsy 2024-04-21 22:06:13 -05:00
.nvmrc Initial hugo setup 2024-04-17 23:07:52 -05:00
CNAME Create CNAME 2023-05-05 12:33:45 -06:00
LICENSE Initial hugo setup 2024-04-17 23:07:52 -05:00
Makefile Initial hugo setup 2024-04-17 23:07:52 -05:00
README.md Update all 2.5 resources with appropriate metadata 2024-08-08 23:26:41 -05:00
config.yaml Tweaks 2024-06-11 00:03:55 -04:00
package.json Update hugo to 0.134.1 and docsy to 0.10.0 2024-09-09 14:53:10 -05:00

README.md

emissary-ingress.dev

The emissary-ingress.dev website, built using Hugo and hosted on Netlify.

Local build

To build and serve the site, you'll need the latest LTS release of Node. Like Netlify, we use nvm, the Node Version Manager, to install and manage Node versions:

$ nvm install --lts

You must also install hugo to build the site.

Setup

  1. Clone this repo.
  2. From a terminal window, change to the cloned repo directory.
  3. Get NPM packages and git submodules, including the the Docsy theme:
    $ npm install
    

Build or serve the site

To locally serve the site at localhost:1313, run the following command:

$ make run