lisabang / website-v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Centre County DSA Website

Content Types

Defined in site/static/admin/config.yml so that the admin interface can edit them.

Current content types

  • _index.md (Homepage)
    • title
    • subtitle
    • image (large main image)
    • intro_blurb
      • heading
      • text
  • event
    • title
    • event_date
    • description
    • image
    • show_front (boolean) - show on front page or not

Note: title and date can be accessed via .Title and .Date while others are accessed via .Params.<custom_var_name>

Note: Variables can be created within templates

 {{$myVarName := "aString" }}
 <p>{{ $myVarName }}</p>

About


Languages

Language:CSS 74.2%Language:HTML 13.9%Language:JavaScript 11.8%