Skip to content

avidml/website

Repository files navigation

AI Vulnerability Database (AVID) Website

This repository contains source code for the content and deployment of the AVID website. The website is built using the Hugo framework and utilizes the piko theme.

Netlify Status

Directions

Blog Posts

To add a blog post,

  • pull this repository to local.
  • Go to exampleSite/content/blog, each .md file here is a post in the AVID blog.
  • Create an .md file for your own post, in the same format as other posts.
  • Make and save your changes, then submit a pull request.

General Edits

Follow these steps to add material to the website.

  • Go to exampleSite/content, then navigate to the markdown file for the subdomain you want to edit. For example, to edit https://avidml.org/contribute go to exampleSite/content/contribute.md.
  • Make and save your changes, then submit a pull request.