{"id":20170217,"url":"https://github.com/marcodpt/zolastrap","last_synced_at":"2025-04-10T02:26:26.208Z","repository":{"id":52490047,"uuid":"416111460","full_name":"marcodpt/zolastrap","owner":"marcodpt","description":"A bootstrap theme for zola","archived":false,"fork":false,"pushed_at":"2022-02-20T22:13:04.000Z","size":2826,"stargazers_count":22,"open_issues_count":3,"forks_count":10,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T03:53:18.775Z","etag":null,"topics":["bootstrap","bootstrap5","bootswatch","bootswatch-theme","ssg","zola","zola-theme"],"latest_commit_sha":null,"homepage":"https://marcodpt.github.io/zolastrap/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marcodpt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-10-11T23:02:54.000Z","updated_at":"2025-03-22T00:23:51.000Z","dependencies_parsed_at":"2022-09-21T04:10:45.027Z","dependency_job_id":null,"html_url":"https://github.com/marcodpt/zolastrap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcodpt%2Fzolastrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcodpt%2Fzolastrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcodpt%2Fzolastrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marcodpt%2Fzolastrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marcodpt","download_url":"https://codeload.github.com/marcodpt/zolastrap/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248143708,"owners_count":21054826,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["bootstrap","bootstrap5","bootswatch","bootswatch-theme","ssg","zola","zola-theme"],"created_at":"2024-11-14T01:17:44.652Z","updated_at":"2025-04-10T02:26:26.183Z","avatar_url":"https://github.com/marcodpt.png","language":"HTML","readme":"# zolastrap\nA bootstrap theme for zola\n\n[Live Demo](https://marcodpt.github.io/zolastrap/)\n\n## `config.toml` [extra] variables\n### banner\n - type: string\n - default: \"\"\n\nPath of a banner image, use empty string for no banner\n\n### date_format\n - type: string\n - default: \"%d/%m/%Y\"\n\ndate format expression\n\n### theme\n - type: string\n - default: \"default\"\n\none of the [Bootswatch](https://bootswatch.com) themes\n\n### bg\n - type: string\n - default: \"dark\"\n\none of the available backgrounds in\n[Bootstrap5](https://getbootstrap.com/docs/5.1/utilities/background/)\nfor `navbar` and `footer`\n\n### inverted\n - type: boolean\n - default: false\n\nInvert font for `navbar` and `footer` in case default choice is bad\n\n### themes\n - type: string\n - default: \"Choose a Theme\"\n\nNavbar label for themes dropdown.\n\nThis dropdown will allow user to change\n[Bootswatch](https://bootswatch.com) theme.\n\nUse empty string in case you do not want the user choose a theme.\n\n### schemes\n - type: string\n - default: \"Choose a Color Scheme\"\n\nNavbar label for schemes dropdown.\n\nThis dropdown will allow user to change footer and navbar\n[background](https://getbootstrap.com/docs/5.1/utilities/background/)\ncolor.\n\nUse empty string in case you do not want the user choose a theme.\n\n### search\n - type: string\n - default: \"Search\"\n\nPlaceholder for navbar search input.\n\nRemember that to enable and disable search you should set variable\n[build_search_index](https://www.getzola.org/documentation/getting-started/configuration/).\n\n### tag\n - type: string\n - default: \"Posts by Topic\"\n\nTaxonomy `tag` single label. Useful for translations.\n\n### tags\n - type: string\n - default: \"Posts by Topics\"\n\nTaxonomy `tag` list label. Useful for translations.\nYou can have a nice tag list at the bottom of a page using `extra.tags` = true\nin the `_index.md`\n\n### links\n - type: array\n - default: []\n\nNavbar links. Use an empty array to ignore this.\n\nItems (object):\n - title (String): label of the navbar link\n - url (String): href of associate link\n\n### email\n - type: string\n - default: \"\"\n\nFooter email. Use an empty string to ignore this.\n\n### icons\n - type: array\n - default: []\n\nFooter social icons. Use an empty array to ignore this.\n\nItems (object):\n - title (string): Optional title string for icon\n - icon (string): One of \n - url (string): href of the icon\n\n### utterances\n - type: string\n - default: \"\" \n\n[utterances](https://github.com/utterance/utterances) repo url.\n\nUse an empty string to ignore utterances widget.\n\n### utterances_label\n - type: string\n - default: \"Comments\" \n\n[utterances](https://github.com/utterance/utterances) widget label.\n\n### utterances_theme\n - type: string\n - default: \"github-light\" \n\n[utterances](https://github.com/utterance/utterances) widget theme.\n\n### utterances_issue_term\n - type: string\n - default: \"pathname\" \n\n[utterances](https://github.com/utterance/utterances) widget pathname.\n\n## Contributing\nAny help is greatly appreciated!\n\n - [Tera template engine](https://tera.netlify.app/docs)\n - [Zola SSG templates](https://www.getzola.org/documentation/templates/overview/)\n - [Bootstrap5 docs](https://getbootstrap.com/docs/5.1/getting-started/introduction/)\n - [Bootswatch](https://bootswatch.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcodpt%2Fzolastrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcodpt%2Fzolastrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcodpt%2Fzolastrap/lists"}