Skip to content

turbotimon/web-sps20

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Static Website for the 2022 Swiss Summit

A Lektor powered project.

To run the website:

  • Clone the repository
  • Install requirements with make install
  • Run Lektor server with make serve

After that the website should be available on port 5000.

How to add a talk recording

  • Go to http:https://localhost:5000/admin/root:talk-recordings/edit
  • Click "Add Page"
  • Choose the "Recording" model
  • Set the "Title" field to the talk title
  • Click "Add Child Page"
  • Fill in the data and save
  • Click "Add Attachment"
  • Upload PDF file with slides
  • Click on the attachment in the left navigation
  • Change the attachment type to "Slides"

Note: The playlist URLs are stored in databags/playlists.json.

Releases

No releases published

Packages

No packages published

Languages

  • HTML 84.3%
  • SCSS 15.6%
  • Makefile 0.1%