{"id":15062823,"url":"https://github.com/lumeland/theme-simple-blog","last_synced_at":"2025-04-07T16:19:00.549Z","repository":{"id":37767491,"uuid":"502398419","full_name":"lumeland/theme-simple-blog","owner":"lumeland","description":"Lume theme to create a simple blog","archived":false,"fork":false,"pushed_at":"2024-10-29T19:25:38.000Z","size":5420,"stargazers_count":51,"open_issues_count":1,"forks_count":25,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-10-29T21:36:07.543Z","etag":null,"topics":["blog","deno","lume","theme"],"latest_commit_sha":null,"homepage":"https://lumeland.github.io/theme-simple-blog/","language":"TypeScript","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/lumeland.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2022-06-11T16:21:03.000Z","updated_at":"2024-10-29T19:25:43.000Z","dependencies_parsed_at":"2023-12-31T07:00:37.593Z","dependency_job_id":"20b2dca2-f79a-44be-8d82-bbb1b67beff3","html_url":"https://github.com/lumeland/theme-simple-blog","commit_stats":{"total_commits":147,"total_committers":14,"mean_commits":10.5,"dds":0.3877551020408163,"last_synced_commit":"37b91ffede86e99a8858f68f048c2f24dd4aed47"},"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumeland%2Ftheme-simple-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumeland%2Ftheme-simple-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumeland%2Ftheme-simple-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lumeland%2Ftheme-simple-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lumeland","download_url":"https://codeload.github.com/lumeland/theme-simple-blog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247104214,"owners_count":20884188,"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":["blog","deno","lume","theme"],"created_at":"2024-09-24T23:46:59.451Z","updated_at":"2025-04-07T16:19:00.525Z","avatar_url":"https://github.com/lumeland.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Blog\n\n[Lume](https://lume.land) theme to create a simple blog.\n\n- Supports tags and post authors\n- Atom and JSON feeds\n- Sitemap and SEO features\n- Instant search engine\n\n## Set up a new site\n\nThe **fastest and easiest** way to configure this theme is the\n[Lume init command](https://deno.land/x/lume_init), which one can also copy\neasily from the [Simple Blog theme page](https://lume.land/theme/simple-blog/).\nRunning:\n\n```bash\ndeno run -A https://lume.land/init.ts --theme=simple-blog\n```\n\nwill create a new project with Simple Blog configured. Edit the\n[`_data.yml`](./src/_data.yml) file in your blog root folder with your data to\ncustomize the site title, description, and metadata.\n\nPosts must be saved in the `posts` folder. For example,\n`posts/my-first-posts.md`.\n\n## Install as a remote theme\n\nTo add the theme to an existing Lume project, import it in your `_config.ts`\nfile as a remote module. Update it by changing the version number in the import\nURL:\n\n```ts\nimport lume from \"lume/mod.ts\";\nimport blog from \"https://deno.land/x/lume_theme_simple_blog@v0.15.6/mod.ts\";\n\nconst site = lume();\n\nsite.use(blog());\n\nexport default site;\n```\n\nCopy the [`_data.yml`](./src/_data.yml) file to your blog root folder and edit\nit with your data.\n\n## Use it as a base template\n\nTo use this theme as a base template for a more customized blog, clone this repo\nand edit the [\\_config.ts](./_config.ts) file. The source files are in the\n[src](./src/) folder.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumeland%2Ftheme-simple-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flumeland%2Ftheme-simple-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flumeland%2Ftheme-simple-blog/lists"}