{"id":18544275,"url":"https://github.com/tiyee/whamon","last_synced_at":"2025-05-15T05:33:55.125Z","repository":{"id":39799571,"uuid":"463188867","full_name":"tiyee/whamon","owner":"tiyee","description":"A blog system wrote by ES6 and powered by original Node.js without any framework.","archived":false,"fork":false,"pushed_at":"2022-03-27T15:25:30.000Z","size":54,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-17T09:15:36.519Z","etag":null,"topics":["blog","es6-javascript","nodejs-server","typescript"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/tiyee.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}},"created_at":"2022-02-24T14:56:25.000Z","updated_at":"2024-11-29T03:33:03.000Z","dependencies_parsed_at":"2022-09-03T02:01:00.661Z","dependency_job_id":null,"html_url":"https://github.com/tiyee/whamon","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiyee%2Fwhamon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiyee%2Fwhamon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiyee%2Fwhamon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tiyee%2Fwhamon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tiyee","download_url":"https://codeload.github.com/tiyee/whamon/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254281945,"owners_count":22045058,"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","es6-javascript","nodejs-server","typescript"],"created_at":"2024-11-06T20:15:52.654Z","updated_at":"2025-05-15T05:33:55.060Z","avatar_url":"https://github.com/tiyee.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# whamon\n\nA blog system wrote by ES6 and powered by original Node.js without any framework.\n\n\n## Install\n\n1.  `yarn install`\n\n2.  `yarn pro ` or  `yarn dev`\n\n\n## Import mysql\n\nDatabase  must be configured before starting this application.\n\n\n1. Exec sqlscript in ./angemon.sql\n\n2. Configure config file in ./config dir\n\n## Nginx location\n\n```\n\n location  = / {\n            proxy_pass http://127.0.0.1:3000/;\n\n        }\n        location  ~* ^/post/([0-9a-z]+)\\.html$ {\n            proxy_pass http://127.0.0.1:3000/post?id=$1;\n\n        }\n        location ~ ^/tag {\n            if ($request_uri ~* ^/tag/(.*)\\.html$) {\n                proxy_pass http://127.0.0.1:3000/tag?id=$1;\n            }\n        }\n        location  ~* ^/(about|opensource|sitemap)\\.(html|xml)$ {\n            proxy_pass http://127.0.0.1:3000/$1;\n\n        }\n```\n\n## Run\n\n`node ./srcipts/index.js` or `yarn start`\n\n# Example\n\nI just want to create it to rebuild my blog by node.js , you can visit [www.tiyee.net](https://www.tiyee.net/?fr=wha).   \nI have started a server in [whamon.tiyee.cn](https://whamon.tiyee.cn/?fr=wha).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiyee%2Fwhamon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiyee%2Fwhamon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiyee%2Fwhamon/lists"}