{"id":25373906,"url":"https://github.com/anaxite/astro-smallworld","last_synced_at":"2025-07-25T16:33:54.504Z","repository":{"id":277603350,"uuid":"919011971","full_name":"anaxite/astro-smallworld","owner":"anaxite","description":"A minimal, low-class template for the static site generator Astro ","archived":false,"fork":false,"pushed_at":"2025-04-01T18:16:36.000Z","size":138,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T19:30:59.259Z","etag":null,"topics":["astro","astro-template","blog","picocss","static","static-site-generator","website"],"latest_commit_sha":null,"homepage":"https://astro-smallworld.pages.dev/","language":"XSLT","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/anaxite.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}},"created_at":"2025-01-19T13:40:43.000Z","updated_at":"2025-04-01T18:16:39.000Z","dependencies_parsed_at":"2025-02-14T21:32:07.665Z","dependency_job_id":"0abe295e-b769-4886-bfc7-a41fad456a70","html_url":"https://github.com/anaxite/astro-smallworld","commit_stats":null,"previous_names":["anaxite/astro-smallworld"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/anaxite/astro-smallworld","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anaxite%2Fastro-smallworld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anaxite%2Fastro-smallworld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anaxite%2Fastro-smallworld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anaxite%2Fastro-smallworld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anaxite","download_url":"https://codeload.github.com/anaxite/astro-smallworld/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anaxite%2Fastro-smallworld/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267030545,"owners_count":24024229,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"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":["astro","astro-template","blog","picocss","static","static-site-generator","website"],"created_at":"2025-02-15T03:19:42.321Z","updated_at":"2025-07-25T16:33:54.444Z","avatar_url":"https://github.com/anaxite.png","language":"XSLT","funding_links":[],"categories":[],"sub_categories":[],"readme":"# smallworld\n\n_This is a template for the static site generator [Astro](https://astro.build/)._\n\nI like Astro, but I don't like spending hours messing with customizations I don't need. This template is based on a few key principles for my own site:\n\n- I wanted a basic website with a single-author blog.\n- The website should incorporate accessible and usable elements.\n- Complex systems should be avoided in favor of simpler ones.\n- I should be able to easily understand what I see.\n\nThe result is an Astro template that heavily limits the use of CSS classes, and maximizes the use of semantic HTML.\n\n## Quickstart\n\n```shell\nnpm create astro@latest -- --template anaxite/astro-smallworld\ncd astro-smallworld\nnpm run dev\nnpm run build\n```\n\n## Less quick start\n\n### Install\n\n1. Install Astro.\n\n```shell\nnpm create astro@latest -- --template anaxite/astro-smallworld\n```\n\n2. Install this template's dependencies, if you didn't already.\n\n```shell\ncd \u003cinstall-directory\u003e\nnpm install\n```\n\n3. Run the template in preview mode, or build the final output.\n\n```shell\nnpm run dev\nnpm run build\n```\n\n4. Optionally, format your source files with Prettier.\n\n```shell\nnpm run format\n```\n\nIf you use mise-en-place for your tooling, this project comes with a mise configuration file.\n\n### Configure site settings\n\nSite-wide settings are stored in `src/settings.ts`. This is also where you can set the favicon file name, and Open Graph image settings.\n\n### Configure CSS\n\nThe file `src/styles/main.scss` controls which CSS elements Pico CSS includes in the final site. See [the Pico CSS website](https://picocss.com/docs/sass) for information about these elements. \n\n\u003e Building your project may show deprecation warnings due to how Pico CSS writes its SASS files. These warnings are non-fatal and can be ignored for now.. \n\n### Add and edit pages\n\nCreate your static pages as `.astro` files under `src/pages`. The template includes an index page with the most recent blog posts, an About page, and a 404 page.\n\nUse the Base layout to wrap your content in semantically-correct `\u003cmain\u003e` tags. The Base layout also takes `title` and `description` attributes that supplement the main site title and description. If you want your content to have a nice border, I recommend you wrap it in `\u003carticle\u003e` tags to benefit from Pico CSS styling.\n\nTo start with a basic page template, see the file in `src/templates`.\n\n### Navigation\n\nTo add a page to the site navigation, edit the `PageHeader.astro` component directly.\n\n### Blog\n\nsmallworld comes with a blog collection by default. To add a new post, create a Markdown file in the `src/content/blog` directory or one of its subdirectories. The path and file name becomes the post URL.\n\nA post must have `title`, `description` and `pubDate` keywords in its frontmatter. `tags` are optional.\n\nTo see a post template, see the file in `src/templates`.\n\n\n## About Astro\n\nWant to learn more about Astro? Check out [their documentation](https://docs.astro.build) or jump into their [Discord server](https://astro.build/chat).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanaxite%2Fastro-smallworld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanaxite%2Fastro-smallworld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanaxite%2Fastro-smallworld/lists"}