{"id":17931122,"url":"https://github.com/rdner/hugo-dark-pragma","last_synced_at":"2026-01-18T06:51:37.992Z","repository":{"id":119127650,"uuid":"173377262","full_name":"rdner/hugo-dark-pragma","owner":"rdner","description":"A nice purple theme for a blog.","archived":false,"fork":false,"pushed_at":"2024-11-10T21:19:14.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-08T23:46:11.501Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/rdner.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2019-03-01T22:39:18.000Z","updated_at":"2024-11-10T20:58:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"371d0334-318e-4ec6-bc00-c4adb2373ed3","html_url":"https://github.com/rdner/hugo-dark-pragma","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdner%2Fhugo-dark-pragma","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdner%2Fhugo-dark-pragma/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdner%2Fhugo-dark-pragma/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rdner%2Fhugo-dark-pragma/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rdner","download_url":"https://codeload.github.com/rdner/hugo-dark-pragma/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246982892,"owners_count":20864176,"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":[],"created_at":"2024-10-28T21:19:45.710Z","updated_at":"2025-04-03T10:25:36.400Z","avatar_url":"https://github.com/rdner.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dark Pragma\n\nA nice purple theme for a blog.\n\n## How to use\n\nYou need the following files in your blog sources to make the theme work properly:\n\n### Your main logo\n\n- `./static/images/logo.svg`\n\n### Favicon stuff\n\n- `./static/apple-touch-icon.png`\n- `./static/favicon-16x16.svg`\n- `./static/favicon-32x32.svg`\n- `./static/favicon-120x120.svg`\n- `./static/favicon.ico`\n- `./static/site.webmanifest`\n- `./static/safari-pinned-tab.svg`\n\nThe theme generates the following set of related HTML headers:\n\n```html\n\u003clink rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"{{ \"/apple-touch-icon.png\" | relURL }}\"\u003e\n\u003clink rel=\"icon\" type=\"image/svg+xml\" sizes=\"16x16\" href=\"{{ \"/favicon-16x16.svg\" | relURL }}\"\u003e\n\u003clink rel=\"icon\" type=\"image/svg+xml\" sizes=\"32x32\" href=\"{{ \"/favicon-32x32.svg\" | relURL }}\"\u003e\n\u003clink rel=\"icon\" type=\"image/svg+xml\" sizes=\"120x120\" href=\"{{ \"/favicon-120x120.svg\" | relURL }}\"\u003e\n\u003clink rel=\"manifest\" href=\"{{ \"/site.webmanifest\" | relURL }}\"\u003e\n\u003clink rel=\"mask-icon\" href=\"{{ \"/safari-pinned-tab.svg\" | relURL }}\" color=\"#5a2673\"\u003e\n\u003cmeta name=\"apple-mobile-web-app-title\" content=\"{{ .Site.Title }}\"\u003e\n\u003cmeta name=\"application-name\" content=\"{{ .Site.Title }}\"\u003e\n\u003cmeta name=\"msapplication-TileColor\" content=\"#5a2673\"\u003e\n\u003cmeta name=\"theme-color\" content=\"#5a2673\"\u003e\n```\n\nHighly recommended to use https://realfavicongenerator.net to generate the whole package of files which covers all platforms and browsers and will include some additional files that are supposed to be placed in these locations:\n\n- `./static/android-chrome-192x192.png`\n- `./static/android-chrome-512x512.png`\n- `./static/browserconfig.xml`\n- `./static/mstile-70x70.png`\n- `./static/mstile-144x144.png`\n- `./static/mstile-150x150.png`\n- `./static/mstile-310x150.png`\n- `./static/mstile-310x310.png`\n\n### Configuration\n\nThis is a configuration file example that can be used with the theme:\n\n```toml\nbaseURL = \"https://website.local/\" # absolute URL of the deployed web-site\nlanguageCode = \"en-us\"\ntitle = \"Some fancy blog\" # the main title of the web-site\ntheme = \"dark-pragma\" # this theme\nrelativeURLs = true # recommended to use relative URLs if possible\nsectionPagesMenu = \"main\"\nenableRobotsTXT = true\npygmentsCodefences = true\n\n# recommended markup parameters\n[markup]\n  defaultMarkdownHandler = \"blackFriday\"\n [markup.blackFriday]\n    hrefTargetBlank = true\n    nofollowLinks = true\n    noreferrerLinks = true\n\n# theme-specific parameters\n[params]\n  UserPicture = \"https://url-to-your-avatar\" # your userpic that will be used for the small author description in posts\n  AuthorName = \"John Doe\" # your name\n  Description = \"Some more detailed description\"\n  Github = \"johndoe\" # this will show a GitHub icon/link in bottom right\n  Reddit = \"johndoe\" # this will show a Reddit icon/link in bottom right\n  Twitter = \"johndoe\" # this will show a Twitter icon/link in bottom right\n  Email = \"john@doe.local\" # this email goes to the footer of the web-site as your contact\n  License = \"Any HTML you want\" # this will be placed as raw HTML in the footer after words \"licensed under\", so feel free to insert links and small images with inline styles.\n\n# this is an example content structure that you might want to have.\n# the section builds the main navigation panel in the header of the web-site, aligned to the right. Many root level items can cause layout problems on small screens\n[menu]\n  [[menu.main]]\n    identifier = \"posts\"\n    name = \"Posts\"\n    title = \"Blog posts\"\n    url = \"/posts/\"\n    weight = -120\n  [[menu.main]]\n    identifier = \"about\"\n    name = \"About\"\n    title = \"About the author\"\n    url = \"/about/\"\n    weight = -110\n```\n\n### File structure\n\nIn order to generate your static web-site with Hugo you need to maintain the following file structure of your blog sources:\n\n```\n./content\n  _index.md\n  about/\n    index.md\n  posts/\n    post1/\n      index.md\n    post2/\n      index.md\n./themes/\n  dark-pragma\n./static\n  images/\n    logo.svg\n  apple-touch-icon.png\n  favicon-16x16.png\n  favicon-32x32.png\n  favicon.ico\n  site.webmanifest\n  safari-pinned-tab.svg\n  android-chrome-192x192.png\n  android-chrome-512x512.png\n  browserconfig.xml\n  mstile-70x70.png\n  mstile-144x144.png\n  mstile-150x150.png\n  mstile-310x150.png\n  mstile-310x310.png\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdner%2Fhugo-dark-pragma","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frdner%2Fhugo-dark-pragma","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frdner%2Fhugo-dark-pragma/lists"}