{"id":25651323,"url":"https://github.com/psastras/amethyst","last_synced_at":"2026-04-20T05:34:41.292Z","repository":{"id":142546873,"uuid":"112030155","full_name":"psastras/amethyst","owner":"psastras","description":"Simple static site generator, zero Javascript, minimal CSS","archived":false,"fork":false,"pushed_at":"2017-11-26T02:47:31.000Z","size":47,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-26T20:29:50.077Z","etag":null,"topics":["blog","css","liquid","markdown","minimal","nojs","static-site","static-site-generator"],"latest_commit_sha":null,"homepage":"https://psastras.github.io/amethyst/","language":"Liquid","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/psastras.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-11-25T19:48:07.000Z","updated_at":"2018-01-18T06:09:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c9d9f1e-fc61-4359-9346-0ba09f1c84a0","html_url":"https://github.com/psastras/amethyst","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/psastras/amethyst","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psastras%2Famethyst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psastras%2Famethyst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psastras%2Famethyst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psastras%2Famethyst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psastras","download_url":"https://codeload.github.com/psastras/amethyst/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psastras%2Famethyst/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32034750,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["blog","css","liquid","markdown","minimal","nojs","static-site","static-site-generator"],"created_at":"2025-02-23T16:54:59.662Z","updated_at":"2026-04-20T05:34:41.288Z","avatar_url":"https://github.com/psastras.png","language":"Liquid","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amethyst\n\n[![Build Status](https://travis-ci.org/psastras/amethyst.svg?branch=master)](https://travis-ci.org/psastras/amethyst)\n\nA minimal, responsive blog post skeleton site based on\n[Cobalt](https://github.com/cobalt-org/cobalt.rs). All static pages, no\nJavascript, and minimal CSS from the small\n[Pure.css](https://github.com/yahoo/pure/) library (\u003c30 KB total, \u003c10 KB\ngzipped).\n\n## Demo\n\nhttps://psastras.github.io/amethyst/\n\n## Usage\n\n### Dependencies\n\nYou must first install [Cobalt](https://github.com/cobalt-org/cobalt.rs). Make\nsure that `cobalt` is on your `PATH`. Assuming you have Rust and `cargo`\ninstalled, just run:\n\n```\ncargo install cobalt-bin\n```\n\nTo create your own site, clone this repo, then:\n\n```\nnpm install\nnpm run watch\n```\n\nThis should serve the site on `localhost:8080`. You can add posts in the\n`src/posts` directory. Root pages can be added by creating markdown files in the\n`src` directory (see `src/about.md` for an example). To add a link to a page\nin the navigation bar, add an item to the `site_links` entry in\n`src/_data/meta.yml`.\n\nAll changes should automatically reload in your broweser on change (note that\nfor this to work you must have Javascript enabled - however the final built\nfiles do not require Javascript).\n\nTo create the static files, run:\n\n```\nnpm run build\n```\n\nThe output files should be written to the `dist` folder.\n\n## Usage with Github Pages\n\nThis is intended for use with Github pages (although static files can be\ndeployed on your host of choice). See the `.travis.yml` configuration file. You\nwill need to edit the last line of the `build_script` entry:\n\n```\n - \u003e-\n    echo \"base_path: \\\"/amethyst\\\"\" \u003e ./src/_data/meta.yml\n```\n\nReplace `amethyst` with your Github repo pathname (ie.\n`foo.github.io/\u003cpathname\u003e`) - if this is a Github Org page, the basepath should\nbe empty.\n\nIn order to publish the built files, you must provide the environment variable\n`GITHUB_TOKEN` in the Travis build,\n[see here](https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/)\nfor more information on creating a personal token.\n\n# License\n\nLicensed under the MIT License, see the LICENSE file for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsastras%2Famethyst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsastras%2Famethyst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsastras%2Famethyst/lists"}