{"id":21126390,"url":"https://github.com/lilpolymath/nuxt-markdown-blog-starter","last_synced_at":"2026-02-17T04:32:02.133Z","repository":{"id":101609906,"uuid":"367128374","full_name":"lilpolymath/nuxt-markdown-blog-starter","owner":"lilpolymath","description":null,"archived":false,"fork":false,"pushed_at":"2021-05-13T17:45:45.000Z","size":24064,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-06T06:43:42.512Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SCSS","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/lilpolymath.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":"2021-05-13T17:44:12.000Z","updated_at":"2021-05-13T17:45:50.000Z","dependencies_parsed_at":"2023-06-06T12:38:10.251Z","dependency_job_id":null,"html_url":"https://github.com/lilpolymath/nuxt-markdown-blog-starter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lilpolymath/nuxt-markdown-blog-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilpolymath%2Fnuxt-markdown-blog-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilpolymath%2Fnuxt-markdown-blog-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilpolymath%2Fnuxt-markdown-blog-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilpolymath%2Fnuxt-markdown-blog-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lilpolymath","download_url":"https://codeload.github.com/lilpolymath/nuxt-markdown-blog-starter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lilpolymath%2Fnuxt-markdown-blog-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29533702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T03:01:11.216Z","status":"ssl_error","status_checked_at":"2026-02-17T03:00:31.803Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-11-20T04:41:27.712Z","updated_at":"2026-02-17T04:32:02.117Z","avatar_url":"https://github.com/lilpolymath.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://nuxtjs.org/\"\u003e\n  \u003cimg src=\"https://avatars2.githubusercontent.com/u/23360933?s=200\u0026v=4\" height=\"60\"\u003e\n  \u003c/a\u003e\n  +\n  \u003cimg src=\"https://geekytheory.com/wp-content/uploads/2014/03/markdown_inte-1024x630.png\" height=\"60\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003e\n  Nuxt + Markdown blog starter\n\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  This is not an official project. It's made by \u003ca href=\"https://marinaaisa.com/\"\u003eMarina Aísa\u003c/a\u003e and you can contribute submitting a pull-request.\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## ⚡️ Live\n[Check it live](https://nuxt-markdown-blog-starter.netlify.com/)\n\n## ✨ Quick start\n\n1.  **Clone this repository.**\n\n    ```sh\n    git clone https://github.com/marinaaisa/nuxt-markdown-blog-starter.git\n    ```\n\n2.  **Start developing.**\n\n    Navigate into your new site’s directory and start it up.\n\n    ```sh\n    cd nuxt-markdown-blog-starter/\n    npm install\n    npm run dev\n    ```\n\n3.  **Running!**\n\n    Your site is now running at `http://localhost:3000`!\n\n## 🧐 What's inside?\n\n    .\n    ├── node_modules\n    ├── assets\n    ├── components\n    ├── contents\n      ├── en\n        ├── blog\n        ├── blogsEn.js\n      ├── es\n        ├── blog\n        ├── blogsEs.js\n    ├── layouts\n    ├── locales\n    ├── pages\n    ├── plugins\n    ├── static\n    ├── .gitignore\n    ├── LICENSE\n    ├── nuxt.config.js\n    ├── package-lock.json\n    ├── package.json\n    └── README.md\n\n1.  **`/node_modules`**: This directory contains all of the modules of code that your project depends on (npm packages) are automatically installed.\n\n2.  **`/assets`**: You will find the images and assets for the project. You can find more information at [Nuxt's assets directory documentation](https://nuxtjs.org/guide/assets/)\n\n3.  **`/components`**: Vue components for the project. You can find more information at [Nuxt's components directory documentation](https://nuxtjs.org/guide/directory-structure#the-components-directory)\n\n4.  **`/contents`**: You will save your MD files here. They are divided by language and you will have to write the URL name of each of them at `blogsEn.js` and `blogsEs.js`.\n\n5.  **`/layouts`**: You can find information at [Nuxt's layout directory documentation](https://nuxtjs.org/guide/directory-structure#the-layouts-directory)\n\n6.  **`/locales`**: You will save your translations here.\n\n7.  **`/pages`**: You can find information at [Nuxt's pages directory documentation](https://nuxtjs.org/guide/directory-structure#the-pages-directory)\n\n8.  **`/plugins`**: You can find information at [Nuxt's plugins directory documentation](https://nuxtjs.org/guide/directory-structure#the-plugins-directory)\n\n9.  **`/statics`**: You can find information at [Nuxt's statics directory documentation](https://nuxtjs.org/guide/directory-structure#the-static-directory)\n\n10. **`.gitignore`**: This file tells git which files it should not track / not maintain a version history for.\n\n11. **`LICENSE`**: This is licensed under the MIT license.\n\n12. **`nuxt-config.js`**: This is the main configuration file for a Nuxt site. This is where you can specify information about your site (metadata) like the site title and description, which Nuxt plugins you’d like to include, etc. (Check out the [config docs](https://nuxtjs.org/guide/configuration) for more detail).\n\n13. **`package-lock.json`** (See `package.json` below, first). This is an automatically generated file based on the exact versions of your npm dependencies that were installed for your project. **(You won’t change this file directly).**\n\n14. **`package.json`**: A manifest file for Node.js projects, which includes things like metadata (the project’s name, author, etc). This manifest is how npm knows which packages to install for your project.\n\n15. **`README.md`**: A text file containing useful reference information about your project.\n\n## 💫 Deploy\n\n[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/marinaaisa/nuxt-markdown-blog-starter)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flilpolymath%2Fnuxt-markdown-blog-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flilpolymath%2Fnuxt-markdown-blog-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flilpolymath%2Fnuxt-markdown-blog-starter/lists"}