{"id":23495132,"url":"https://github.com/willklein/choosing-a-database","last_synced_at":"2025-04-18T06:04:17.133Z","repository":{"id":235604363,"uuid":"790995918","full_name":"willklein/choosing-a-database","owner":"willklein","description":null,"archived":false,"fork":false,"pushed_at":"2024-04-24T01:12:45.000Z","size":186,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-16T14:00:39.921Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nunjucks","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/willklein.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":"2024-04-23T22:51:20.000Z","updated_at":"2024-04-24T01:12:48.000Z","dependencies_parsed_at":"2024-04-23T23:51:52.595Z","dependency_job_id":"9b8b08a1-db56-49a2-9f56-ca542c06dc2f","html_url":"https://github.com/willklein/choosing-a-database","commit_stats":null,"previous_names":["willklein/choosing-a-database"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willklein%2Fchoosing-a-database","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willklein%2Fchoosing-a-database/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willklein%2Fchoosing-a-database/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/willklein%2Fchoosing-a-database/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/willklein","download_url":"https://codeload.github.com/willklein/choosing-a-database/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249193403,"owners_count":21227974,"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":[],"created_at":"2024-12-25T03:14:33.170Z","updated_at":"2025-04-16T03:53:37.985Z","avatar_url":"https://github.com/willklein.png","language":"Nunjucks","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 11ty-no-style-please\nA minimalist blog template for the [eleventy](https://www.11ty.dev/) static site generator. \nInspired by [no-style-please](https://github.com/riggraz/no-style-please).\nIt has [Netlify CMS](https://www.netlifycms.org/) built in and can deploy to [Netlify](https://www.netlify.com/) in one click so you can start writing posts right away.\n\n---\n\n![Site Screenshot](/site-screenshot.png)\n## [Check out the demo page](https://11ty-no-style-please.netlify.app/)\n\n# Features\n- Simple design\n- Fast, minimal amount of CSS to download\n- Pre-configured CMS\n- Easy to use and deploy\n- Fully responsive\n\n# Usage\nThe simplest way to use this template is to deploy it on Netlify using this button:\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/stopnoanime/11ty-no-style-please\u0026stack=cms)\n\nAfter deploying it to Netlify, you will be invited to join the CMS by email. \nAfter accepting the invite and setting a password you can start change the site's settings, and creating posts from within the CMS.\n\n---\nYou can also run eleventy locally and then deploy it manually:\n\n### 1. Clone the repository ( or use it as a template then clone )\n\n`git clone https://github.com/stopnoanime/11ty-no-style-please`\n\n### 2. Install the required packages\n\n`npm i`\n\n### 3. Serve the site for local development\n\n`npm start`\n\n### 4. Build the site\n\n`npm run build`\n\n### 5. Deploy the site\n\nYou can either connect your repository to Netlify to enable automatic deploy (recommended), or manually copy the site files from `_site` to them.\n\n# Configuration\nAll configuration can be easily changed from within the Netlify CMS at `SITE_URL/admin`.\nIf you prefer to do so, you can also manually edit the configuration files with a text editor.\n\nAll configuration files are located in the `_data` folder and are in `json` format.\nHere I describe what each field means:\n\n### - site.json\n```\ntitle: default page title\ndescription: global page description\nlanguage: HTML language value\nback_home_text: text to show on \"back home\" button on every post\nurl: site url, used in Netlify CMS\n```\n\n### - homepage.json\n```\ntitle: homepage title\nsubtitle: text to show under homepage title\nmenu: The menu object, configures how the menu looks\n```\n\n### - The menu object\nIt should be an array of entires, each entry has the following parameters:\n```\ntitle: entry title\nurl: if set, the entry is a link pointing to this url\npost_list: accepts a string, if set, the entry will show a nested list of all posts with the tag that post_list is set to\nentries: an nested array of entries with the same available parameters\n```\n\nFor example use, look at the default menu object\n```\n\"menu\": [\n    {\n        \"title\": \"read more here\",\n        \"entries\": [\n            {\n                \"title\": \"github\",\n                \"url\": \"http://github.com/stopnoanime/11ty-no-style-please\"\n            }\n        ]\n    },\n    {\n        \"title\": \"all posts with the 'post' tag\",\n        \"post_list\": \"post\"\n    }\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillklein%2Fchoosing-a-database","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwillklein%2Fchoosing-a-database","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwillklein%2Fchoosing-a-database/lists"}