# blog **Repository Path**: izishu/blog ## Basic Information - **Project Name**: blog - **Description**: 个人博客,基于 hugo 的静态网站生成器和规范化的 Markdown 格式 ,包括代码收藏 codesample、最佳实践 best-practices、速查手册 handbook、开发者工具箱、开发者实用网站导航(公共资源CDN、免费素材、随机数据服务、流程图工具)等。 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-08-31 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 我的个人博客 > 说明:`content` 目录是严格按照最新版的 [Hugo](https://gohugo.io/) 项目规范来组织的,其内容都是通过 `hugo new post.md` 命令生成的。因为暂时没找到合适的 [Hugo 主题皮肤](https://themes.gohugo.io/),所以直接把 markdown 文档作为博客文章。每个 markdown 文档都携带有符合 [TOML 规范](https://github.com/LongTengDao/TOML) 的元数据。 ### 相关链接 - [我的博客地址:https://gitee.com/sochishun/blog](https://gitee.com/sochishun/blog) - [我的 Gitee 仓库主页:https://gitee.com/sochishun](https://gitee.com/sochishun) ### 个人优秀作品 - [mysqladminlite](https://gitee.com/sochishun/mysqladminlite):开源的 PHP 在线 MySQL 管理工具,单文件绿色版,像 phpinfo.php 文件一样简单好用。仓库地址:https://gitee.com/sochishun/mysqladminlite - [iawesome](https://gitee.com/sochishun/iawesome):个人收藏仓库,收集对开发者有益的项目或产品,帮助新手开发者快速成长。awesome 系列专门用来收集各种插件、第三方库、教程、书籍、工具等。仓库地址:https://gitee.com/sochishun/iawesome ## 博客内容索引(Index) ### 代码范例(codesample) > 介绍:标准化、规范化的优秀的范例代码收藏。包含:html、javascript、css、node、uni-app、php 等语言。 #### html 代码范例(html) #### javascript 代码范例(javascript) #### css 代码范例(css) #### node 代码范例(node) #### uni-app 代码范例(uni-app) #### php 代码范例(php) #### database 代码范例(database) ### 最佳实践(best-practices) > 介绍:收集整理最佳实践的文章,不断提高开发者的搬砖水平,努力成为搬砖高手。 - [索引页](content/best-practices/index.md) - [PHP 最佳实践](content/best-practices/php-practices.md) ### 速查手册(handbook) > 介绍:一键直达开发者常用的官方速查手册,比百度一下更高效。 - [索引页](content/handbook/index.md) - [PHP 分类速查手册](content/handbook/php-handbooks.md) - [Javascript 分类速查手册](content/handbook/javascript-handbooks.md) ### 动态资讯(moments) > 介绍:包含了作品发布、业界新闻、轻松一刻。 - [索引页](content/moments/index.md) - [作品发布](content/moments/opus.md) - [业界新闻](content/moments/news.md) - [轻松一刻](content/moments/relaxed.md) ### 开发者实用网站导航(ipage) > 介绍:包含了开发者工具箱、公共资源CDN、免费素材、随机数据服务、流程图工具。 - [索引页](content/ipage/index.md) - [在线工具箱](content/ipage/toolbox.md) - [公共资源CDN](content/ipage/cdn.md) - [随机数据服务](content/ipage/api.md) - [在线流程图](content/ipage/flow-chart.md)