jtanderson / SAIL-www

Salisbury AI Lab Webpage

Home Page:https://faculty.salisbury.edu/~jtanderson/sail/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAIL-www

Salisbury AI Lab Webpage

Developing

The site uses the Hugo system to generate the content. After cloning, make sure you download the Manis theme submodule in the themes directory. Then you can run the site locally to preview your content with hugo server -D.

Posts

Basic flow to add a post:

  • Make a folder with a shortname for your post under the content/posts directory
  • Add an index.md file with the markdown for your post
  • If images or other static resources are need them, add them to the same folder of your post and assume the resources will reside in the same place as the page, so use local urls in your markdown.
  • See the example post in this repository for a concrete example

About

Salisbury AI Lab Webpage

https://faculty.salisbury.edu/~jtanderson/sail/


Languages

Language:HTML 63.7%Language:CSS 36.3%