{"id":19298650,"url":"https://github.com/statsim/theme","last_synced_at":"2026-02-27T20:32:16.350Z","repository":{"id":106490692,"uuid":"172392323","full_name":"statsim/theme","owner":"statsim","description":"StatSim theme for Pelican (static site generator). Used in the Docs and Models sections","archived":false,"fork":false,"pushed_at":"2021-07-07T08:37:12.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-24T01:15:28.469Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/statsim.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":"2019-02-24T21:27:11.000Z","updated_at":"2021-07-07T08:37:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"8a1aafcf-d611-4300-ab57-5c0472858284","html_url":"https://github.com/statsim/theme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/statsim/theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statsim%2Ftheme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statsim%2Ftheme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statsim%2Ftheme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statsim%2Ftheme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statsim","download_url":"https://codeload.github.com/statsim/theme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statsim%2Ftheme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29912183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"ssl_error","status_checked_at":"2026-02-27T19:37:41.463Z","response_time":57,"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-09T23:08:43.137Z","updated_at":"2026-02-27T20:32:16.336Z","avatar_url":"https://github.com/statsim.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StatSim theme for the models and docs sections\n\nBased on Pelican-Blue theme\n[Pelican](http://blog.getpelican.com/) Static Site Generator\n\n## Installation\n\nYou can install Pelican-Blue theme to your earlier Pelican project or create a new project from the Pelican [Quickstart](http://docs.getpelican.com/en/3.6.3/quickstart.html) guide.\n\n* Clone the repository\n\n```\n$ git clone https://github.com/Parbhat/pelican-blue.git\n```\n\n* Create a `THEME` variable in your `pelicanconf.py` file and set its value to the location of pelican-blue theme.\n\n```python\nTHEME = 'path-to-pelican-blue-theme'\n```\n\nIf you have placed the `pelican-blue` theme inside your project's pelican-themes folder, change the `THEME` variable in `pelicanconf.py` to\n\n```python\nTHEME = 'pelican-themes/pelican-blue'\n```\n\n* Add the following code to your `pelicanconf.py` file to display the social icons.\n\n```python\nSOCIAL = (('linkedin', 'https://www.linkedin.com/in/username'),\n          ('github', 'https://github.com/username'),\n          ('twitter', 'https://twitter.com/username'),\n          )\n```\n\n* That's it! You have installed `pelican-blue`. To see the Theme in action run the devserver\n\n```\nmake devserver\n```\n\n**Note:** If you are new to Pelican Static Site Generator, you can read the Pelican [Docs](http://docs.getpelican.com/en/3.6.3/) to learn the working of Pelican. You can also customize the theme after reading the documentation.\n\n## Settings\n\n### pelicanconf.py\n\nPelican-Blue theme use the following settings. You can add the following to your `pelicanconf.py` to get the site shown in the screenshots.\n\n```python\nSIDEBAR_DIGEST = 'Programmer and Web Developer'\n\nFAVICON = 'url-to-favicon'\n\nDISPLAY_PAGES_ON_MENU = True\n\nTWITTER_USERNAME = 'twitter-user-name'\n\nMENUITEMS = (('Blog', SITEURL),)\n```\n\nWhen developing locally, set the following variable:\n```\nSITEURL = 'http://localhost:8000'\n```\n\n### publishconf.py\n\nWhen you are ready to publish your site add the following settings to `publishconf.py` file\n\n```python\nSITEURL = 'http://your-domain-address'\n\nFEED_ALL_ATOM = 'feeds/all.atom.xml'\nCATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'\n\nMENUITEMS = (('Blog', SITEURL),)\n\nDISQUS_SITENAME = \"\"\nGOOGLE_ANALYTICS = \"\"\n```\n\nFor more information on publishing your site, read the publishing [docs](http://docs.getpelican.com/en/3.6.3/publish.html)\n\n## Contributing\n\nYour contributions are welcome to improve the `pelican-blue` theme.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatsim%2Ftheme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatsim%2Ftheme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatsim%2Ftheme/lists"}