{"id":16752417,"url":"https://github.com/whizsid/reactonepageblog","last_synced_at":"2026-05-03T16:31:15.356Z","repository":{"id":55361197,"uuid":"182538950","full_name":"whizsid/ReactOnePageBlog","owner":"whizsid","description":"One page blog template developed with react, redux. It is usefull for github pages.","archived":false,"fork":false,"pushed_at":"2021-01-05T07:57:49.000Z","size":3324,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"source","last_synced_at":"2025-04-05T07:09:00.312Z","etag":null,"topics":["axios","blog","github-pages","multipage","react","redux","redux-thunk","router","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whizsid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-21T13:46:41.000Z","updated_at":"2019-09-03T08:20:32.000Z","dependencies_parsed_at":"2022-08-14T22:20:36.069Z","dependency_job_id":null,"html_url":"https://github.com/whizsid/ReactOnePageBlog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/whizsid/ReactOnePageBlog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whizsid%2FReactOnePageBlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whizsid%2FReactOnePageBlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whizsid%2FReactOnePageBlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whizsid%2FReactOnePageBlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whizsid","download_url":"https://codeload.github.com/whizsid/ReactOnePageBlog/tar.gz/refs/heads/source","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whizsid%2FReactOnePageBlog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32577119,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: 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":["axios","blog","github-pages","multipage","react","redux","redux-thunk","router","typescript"],"created_at":"2024-10-13T02:46:56.290Z","updated_at":"2026-05-03T16:31:15.310Z","avatar_url":"https://github.com/whizsid.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React one page blog template\n\nThis is a layout for a blog site fully developed with react. Using markdown format to writing posts and JSON formats to mapping posts to menus.\n\n## How to add items to main menu\n\nAll main items in `./public/data/posts/index.json` file.\n\n```\n{\n\t\"items\":{\n\t\t\"react\":{\n\t\t\t\"icon\":\"react\",\n\t\t\t\"title\":\"React JS\",\n\t\t\t\"description\":\"React JS is a modern and powerfull MVC frontend framework.\"\n\t\t},\n\t\t\"laravel\":{\n\t\t\t\"icon\":\"laravel\",\n\t\t\t\"title\":\"Laravel\",\n\t\t\t\"description\":\"Laravel is a highly performanced MVC framework developed with PHP.\"\n\t\t}\n\t}\n}\n```\n\nCopy your main item icon to `./public/data/resources/menuIcons` and put the name to the value of `icon` key. You can add indexes for any subfolders in `./public/data/posts/` directory to map contents in the menu. In above JSON `laravel`,`react` keys are name of the sub directories in `./public/data/posts/` directory. Sub index files not taking the `icon` key. So you can not set icons for sub items.\n\nYou can add meta informations to posts. If you have a post like `/public/data/posts/react/beginner/first.md` , you can create a file with the path `/public/data/meta/posts/react/beginner/first.json` to add meta informations of the post.\n\nThis is a sample meta file.\n\n```\n\n{\n\t\"time\":\"2019-04-05 22:34:00\",\n\t\"next\":{\n\t\t\"title\":\"Next Page\",\n\t\t\"link\":\"/post/react/beginner/second\"\n\t},\n\t\"previous\":{\n\t\t\"title\":\"Previous Page\",\n\t\t\"link\":\"/post/react/beginner/start\"\n\t},\n\t\"writers\":[\n\t\t{\n\t\t\t\"name\":\"WhizSid\",\n\t\t\t\"username\":\"whizsid\",\n\t\t\t\"avatar\":\"whizsid.png\"\n\t\t}\n\t],\n\t\"seeAlso\":[\n\t\t{\n\t\t\t\"title\":\"Second Page\",\n\t\t\t\"link\":\"/post/react/beginner/start\"\n\t\t}\n\t]\n}\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhizsid%2Freactonepageblog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhizsid%2Freactonepageblog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhizsid%2Freactonepageblog/lists"}