Skip to content

martincarapia/website-static

 
 

Repository files navigation

snidercs.org

The Snider CS Website

Clone

git clone [email protected]:snidercs/snidercs.github.io
cd snidercs.github.io
git submodule update --init

Creating a new Blog Post

Hugo will create the dir and MD. Hugo will also populate the MD file with datetime of creation.

hugo new content/posts/title-of-article.md

Creating new Pages

Pages are slightly different than posts. page-name below will be part of the URL. e.g. snidercs.org/page-name for this example. index.md lets hugo know to use a page-like template.

hugo new content/page-name/index.md

Local Webserver

Start up the Hugo website with

hugo server -D

The -D flag means Hugo will also generate MD files with draft = true.

First Scoring API Docs

https://frc-api-docs.firstinspires.org/

About

Snider CS Website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.8%
  • Python 10.2%
  • SCSS 4.6%
  • Other 0.4%