Skip to content

ottemo/developer.ottemo.io

Repository files navigation

developer.ottemo.io

Clone repo and setup locally

# install hugo
brew install hugo

# clone the repo
git clone [email protected]:ottemo/developer.ottemo.io

# intialize and download the themes and plugins
git submodule update --init --recursive    # to init and grab all submodules

# to update the themes or plugins later use
git submodule update --recursive

Run the local development server

# run with the current theme chosen
hugo server

Then browse to your localhost

Deploy to Firebase

configure firebase connection

# install firebase tools
npm install -g firebase-tools

# authenticate to firebase using your ottemo creds
firebase login

push local changes to firebase

Only do this if your PR is accepted and reviewed, please. This command pushes your changes to production.

hugo && firebase deploy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published