{"id":13817123,"url":"https://github.com/eueung/hugo-casper-two","last_synced_at":"2025-05-15T19:31:03.614Z","repository":{"id":56027089,"uuid":"115759697","full_name":"eueung/hugo-casper-two","owner":"eueung","description":"Port of Casper 2.x to Hugo","archived":false,"fork":false,"pushed_at":"2023-05-01T11:23:38.000Z","size":4048,"stargazers_count":141,"open_issues_count":21,"forks_count":116,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-11-19T14:42:53.189Z","etag":null,"topics":["hugo","hugo-blog-theme","hugo-site","hugo-theme"],"latest_commit_sha":null,"homepage":null,"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/eueung.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-Casper","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-12-29T22:56:55.000Z","updated_at":"2024-08-16T15:43:00.000Z","dependencies_parsed_at":"2024-01-18T03:47:18.637Z","dependency_job_id":null,"html_url":"https://github.com/eueung/hugo-casper-two","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/eueung%2Fhugo-casper-two","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eueung%2Fhugo-casper-two/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eueung%2Fhugo-casper-two/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eueung%2Fhugo-casper-two/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eueung","download_url":"https://codeload.github.com/eueung/hugo-casper-two/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254407262,"owners_count":22066201,"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":["hugo","hugo-blog-theme","hugo-site","hugo-theme"],"created_at":"2024-08-04T06:00:34.294Z","updated_at":"2025-05-15T19:31:01.943Z","avatar_url":"https://github.com/eueung.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# Casper Two\n\n[Casper Two](https://github.com/eueung/hugo-casper-two) is a port of the [Casper](https://github.com/TryGhost/Casper), the default personal blogging theme for Ghost. While a legacy version (v1.x) has [already been ported](https://github.com/vjeantet/hugo-theme-casper) to Hugo years ago, it is incompatible with the recent 2.x version. So I ended up porting this new Casper version. \n\n![Screenshot](https://raw.githubusercontent.com/eueung/hugo-casper-two/master/images/screenshot.png)\n\n## Theme Demo\n\n- [telematika.org](https://telematika.org/)\n- sample site - [github pages](https://eueung.github.io/hugo-casper-two/)\n\n## Installation\n\nInside the folder of your Hugo site run:\n\n    $ cd themes\n    $ git clone https://github.com/eueung/hugo-casper-two.git casper-two\n\nFor more information read the official [setup guide](//gohugo.io/overview/installing/) of Hugo.\n\n## Sample Configuration\n\nThe following `config.toml` is used for the demo site. \n\n```toml\nbaseurl         = \"/\"\ntheme           = \"casper-two\"\nlanguageCode    = \"en-US\"\ndisqusShortname = \"\"\npaginate        = 6\n#SectionPagesMenu = \"main\"\n\n[params]\n  title       = \"Hugo Casper Two\"\n  subtitle    = \"Port of Casper 2.x for Hugo\"\n\n  cover       = \"img/blog-cover.jpg\"\n  description = \"Here is a description of your site.\"\n  metaDescription = \"\"\n  googleAnalytics = \"\"\n  customCSS = []\n  RSSLink = \"\"\n\n  twitterName = \"faketryghost\"\n  fbName = \"fakeghost\"\n  githubName = \"eueung\"\n\n  logo = \"hugo-logo.png\"\n  orgName = \"EM\"\n  orgWebsite = \"https://www.telematika.org\"\n  orgDescription = \"Here is a description placeholder for your org\"\n\n  author = \"EM\"\n  authorAvatar = \"img/ghost-icon.png\"\n  authorLocation = \"Bandung, ID\"\n  authorWebsite = \"https://eueung.github.io\"\n  authorDescription = \"Describe yourself..\"\n\n  pageNotFoundTitle = \"404 - Page not found\"\n\n  #casper or caspertwo\n  singleViewStyle = \"casper\"\n\n[permalinks]\n  post = \"/:slug/\"\n\n[[menu.main]]\n  name = \"Home\"\n  url = \"/\"\n  weight = 200\n\n[[menu.main]]\n  name = \"Go\"\n  url = \"/tags/golang/\"\n  weight = 100\n\n[[menu.main]]\n  name = \"Food\"\n  url = \"/categories/food/\"\n  weight = 99\n\n[[menu.main]]\n  name = \"External\"\n  url = \"https://google.com/\"\n  weight = 95\n```\n\nSample content structure is given in the `exampleSite` folder. Have fun!\n\n![Screenshot](https://raw.githubusercontent.com/eueung/hugo-casper-two/master/images/telematika1.jpg)\n![Screenshot](https://raw.githubusercontent.com/eueung/hugo-casper-two/master/images/telematika2.jpg)\n\n## License\n\nThis theme is released under the MIT license. For more information read the [License](//github.com/eueung/hugo-casper-two/blob/master/LICENSE.md).\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feueung%2Fhugo-casper-two","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feueung%2Fhugo-casper-two","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feueung%2Fhugo-casper-two/lists"}