{"id":18324707,"url":"https://github.com/tchoutri/web-application-architecture","last_synced_at":"2026-01-23T16:03:40.370Z","repository":{"id":168782160,"uuid":"644576976","full_name":"tchoutri/web-application-architecture","owner":"tchoutri","description":"Slides for my talk \"Web Application Architecture with Flora.pm\"","archived":false,"fork":false,"pushed_at":"2023-06-20T08:20:13.000Z","size":4915,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-09T15:15:47.670Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tchoutri.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-05-23T20:13:47.000Z","updated_at":"2023-05-23T20:16:48.000Z","dependencies_parsed_at":"2023-07-14T15:56:59.529Z","dependency_job_id":null,"html_url":"https://github.com/tchoutri/web-application-architecture","commit_stats":null,"previous_names":["tchoutri/web-application-architecture"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tchoutri/web-application-architecture","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchoutri%2Fweb-application-architecture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchoutri%2Fweb-application-architecture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchoutri%2Fweb-application-architecture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchoutri%2Fweb-application-architecture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tchoutri","download_url":"https://codeload.github.com/tchoutri/web-application-architecture/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchoutri%2Fweb-application-architecture/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28695429,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T15:57:05.722Z","status":"ssl_error","status_checked_at":"2026-01-23T15:56:27.656Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T18:35:35.289Z","updated_at":"2026-01-23T16:03:40.353Z","avatar_url":"https://github.com/tchoutri.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Template for markdown-to-dzslides decks\n\nThe goal of the template is to allow a minimal markdown input, with\nsensible defaults. The goal is to not have to update the `template.html`\nfile and work as much as possible in the `slides.md` file.\n\n## How to build\n\nMake sure you have `pandoc` available.\n\n    make slides # will generate a regular HTML file usable\n                           # locally, with notes hidden\n                           # perfect for presenting.\n    make standalone # will generate a self-contained HTML file\n                    # without note.\n    make with-notes # will genrate a self-contained HTML file\n                    # with notes displayed on the side.\n\n## How to present\n\n`slides.html` can be opened directly, but if you have proper multi-screen\nsupport, you can open `onstage.html` instead, which will give you a presenter\nscreen.\n\n## Default layouts\n\nA single top-level title on a slide will be centered vertically.\n\n```markdown\n---\n\n# Slide title\n\n---\n```\n\nA top-level title followed by content will be displayed at the top of the screen,\nwhile the following content will be centered vertically in the remaining space.\n\n```markdown\n---\n\n# Slide title\n\nSlide contents\n\n---\n```\n\nContent with the `jumbo` CSS class will be enlarged to take the full available width.\nMultiple jumbo lines have to be grouped in a single `jumbogroup` container.\n\n```markdown\n---\n\n# [This is important]{.jumbo}\n\n---\n```\n\n```markdown\n---\n\n::: jumbogroup\n## [First line]{.jumbo}\n## [Second line]{.jumbo}\n:::\n\n---\n```\n\nImages put within a `bigimage` container will take the full available space.\n\n```markdown\n---\n\n:::bigimage\n![](./assets/puna.jpg)\n:::\n\n---\n```\n\n## Document metadata\n\nThe markdown files where slides are defined contains a _yaml front matter_ section, with\nmedatada. The supported fields are:\n\n- `title (string)`: the talk title, used in `\u003ctitle\u003e` and the auto-generated title slide\n- `author (author block/array[author block])`: containing information about the author\n  - `name (string)`: displayed on the title slide and the author slide\n  - `desc (string / array[string])`: displayed on the author slide\n- `overlay (string)`: text displayed on the bottom right of all slides (except title \u0026 author slides).\n- `light`: when present, will switch to a light theme\n- `ratio43`: when present, will switch to a 4/3 ratio (instead of the 16/9 default).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchoutri%2Fweb-application-architecture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftchoutri%2Fweb-application-architecture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchoutri%2Fweb-application-architecture/lists"}