Skip to content

The-Yak-Collective/yakcollective

Repository files navigation

The Yak Collective’s Website

Netlify Status|100

Currently in a significant state of flux.

Editing the Website

This site is actually a Foam/Obsidian wiki; to edit, clone the repository (use git clone --recurse-submodules to make sure you pull in the Quartz submodule!), open it in the appropriate application, enable/install the recommended extensions, and go!

You can also open the site directly in VS Code on the web by simply typing . (“period”) when viewing this file in GitHub.

This README and files in the private directory are not included in the final build, while index.md file becomes the site homepage.

Building the Website Locally

# Build the website
#
./.automation/build.sh

# Optionally view the website locally via http://127.0.0.1:8080
#
./.automation/build.sh serve

# Push the website to Netlify.
#
export NETLIFY_AUTH_TOKEN=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
export NETLIFY_SITE_ID=xxxxxxxx-xxxxxxxx-00000000

npx netlify-cli deploy \
	--dir .automation/www \
	--message "Local development deploy $(date -u +"%Y%m%d%H%M%S")/${USER}@${HOST}" \
	--prod

Ways to Contribute

Current website issues and projects on GitHub. Pull requests and ideas welcome!

Conversations happen on the Discord ⌗infrastructure channel.

About

The Yak Collective website & related automation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published