{"id":18885049,"url":"https://github.com/jankaritech/blog","last_synced_at":"2025-04-14T21:30:51.075Z","repository":{"id":41565773,"uuid":"510232199","full_name":"JankariTech/blog","owner":"JankariTech","description":"Blogposts from JankariTech","archived":false,"fork":false,"pushed_at":"2024-09-12T08:43:54.000Z","size":26921,"stargazers_count":10,"open_issues_count":36,"forks_count":3,"subscribers_count":7,"default_branch":"master","last_synced_at":"2024-09-12T19:22:20.033Z","etag":null,"topics":["blog","hacktoberfest","javascript","markdown","vuejs"],"latest_commit_sha":null,"homepage":"https://blog.jankaritech.com","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JankariTech.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":"2022-07-04T06:04:02.000Z","updated_at":"2024-09-12T08:43:25.000Z","dependencies_parsed_at":"2024-04-24T09:55:37.110Z","dependency_job_id":"4e1960c8-f44d-45e9-9960-2dd6bed443b7","html_url":"https://github.com/JankariTech/blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JankariTech%2Fblog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JankariTech%2Fblog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JankariTech%2Fblog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JankariTech%2Fblog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JankariTech","download_url":"https://codeload.github.com/JankariTech/blog/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223644608,"owners_count":17178766,"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","hacktoberfest","javascript","markdown","vuejs"],"created_at":"2024-11-08T07:16:17.117Z","updated_at":"2024-11-08T07:16:17.778Z","avatar_url":"https://github.com/JankariTech.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Blogging Platform\n\nA beautiful blogging platform for the JankariTech peoples.\n\n## Installation\n\n1. Requirements\n   - [NodeJS (\u003e20.0.0)](https://nodejs.org/en/download/)\n   - [pnpm (\u003e9.0.0)](https://pnpm.io/installation)\n\n2. Install Dependencies\n    ```bash\n    pnpm install\n    ```\n\n3. Serve\n    ```bash\n    pnpm dev\n    ```\n   This should start a development server on port 3000.\n\n## Publish a Blog\n\n1. Create a markdown file inside `src/assets` folder\n2. Add meta information at the top as shown below\n    ```md\n    ---\n    title: Very Interesting Blog (**required**)\n    authorName: John Doe\n    authorAvatar: https://some.link.jpg (must be an image URL, **required**)\n    authorLink: https://github.com/John\n    createdAt: Oct 30, 2019 (must be in the format `MMM dd, yyyy` e.g., `Oct 30, 2019` or `MMMM dd, yyyy` e.g., `October 30, 2019`, **required**)\n    updatedAt: Oct 30, 2023 (must be in the format `MMM dd, yyyy` e.g., `Oct 30, 2023` or `MMMM dd, yyyy` e.g., `October 30, 2023`, **optional**)\n    tags: vue, jest, unit, testing (separate multiple items with a comma `,` character, **required**)\n    banner: https://some.link.jpg (must be an image URL, **required**)\n    seriesTitle: Unit Testing is Fun (if only this post belongs to a series, **optional**)\n    episode: 1 (episode number of the series, **optional**, required if the seriesTitle is set)\n    ---\n    ```\n3. Wrap **meta** information with two horizontal lines\n4. Add the **main** content below the last horizontal line from the **meta** block\n    ```md\n    ---\n    meta information...\n    ---\n    # heading 1\n    some content\n    # heading 2\n    other content\n\n    ```\n5. Check for your markdown files compatibility with the blog site\n    ```shell\n    pnpm markdown:lint\n    ```\n   This will check the markdown files inside `src/assets` folder for the following:\n   - Missing **meta** information\n   - Usage of the first heading tag (`#`) inside the **main** content\n   - Usage of dead or insecure image links\n6. If these all checks are good, make a PR with a new markdown file as a brand-new blog post.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjankaritech%2Fblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjankaritech%2Fblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjankaritech%2Fblog/lists"}