Our website now lives in the devict/website repo!
This is the source repository for devict.org. It is built using Lume, which is powered by Deno.
A great way to contribute is to file an issue if you notice a bug or something that could be improved. Note that the devICT Code of Conduct applies to collaboration in this space.
To modify the site itself you should fork this repo then clone your fork locally. Create a new branch off main
for your issue such as fix-link
. When your changes are ready, push up your branch to your fork and submit a PR to this repo for review.
deno task cache
to install dependenciesdeno task serve
to serve the site_config.ts
, here is a reference to available options.md
files.
index.md
, about.md
, etc.njk
, or js
for example)._data.json
.
static
.This repo is deployed to Netlify. Commits to the main
branch are autodeployed there. Our netlify deploy configuration is stored in repo at netlify.toml
.