前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >打造GitHub个性化主页

打造GitHub个性化主页

作者头像
公众号iOS逆向
发布2021-07-05 20:46:02
5490
发布2021-07-05 20:46:02
举报
文章被收录于专栏:iOS逆向与安全
  • 1.1 打造github个性化主页的效果
  • 1.2 例子
  • 4.1 markdown指南
  • 4.2 html2md: 将其他平台的非付费文章从html转为markdown
  • 4.3 markdown 转换器 mdnice

前言

I 打造github个性化主页的特殊仓库

You found a secret! zhangkn/zhangkn is a ✨special ✨ repository that you can use to add a README.md to your GitHub profile. Make sure it’s public and initialize it with a README to get started.

Github这个隐藏的功能非常棒!有了它,我们就能打造个性化或者说是炫酷的个人主页了。

在这里插入图片描述

1.1 打造github个性化主页的效果

在这里插入图片描述

1.2 例子

https://github.com/zhangkn/zhangkn

代码语言:javascript
复制

<!--
**zhangkn/zhangkn** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.

Here are some ideas to get you started:

- ? I’m currently working on ...
- ? I’m currently learning ...
- ? I’m looking to collaborate on ...
- ? I’m looking for help with ...
- ? Ask me about ...
- ? How to reach me: ...
- ? Pronouns: ...
- ⚡ Fun fact: ...
-->


### ?你好,欢迎 ?


<img align="right" src="https://github-readme-stats.vercel.app/api?username=zhangkn&show_icons=true&icon_color=CE1D2D&text_color=718096&bg_color=ffffff&hide_title=true" />

- ? I’m currently working on [blog](https://kunnan.blog.csdn.net)
- ? I’m currently learning [LLVM](https://llvm.org)
- ? I’m currently learning [Swift](https://swift.org)
- ? I’m currently learning [frida.re](https://frida.re)
- ? How to reach me: [About](https://kunnan.blog.csdn.net)

II GitHub Pages

应用场景:使用GitHub_Pages和jekyll搭建个人博客

例子:https://kunnan.github.io/

https://github.com/kunnan/kunnan.github.io

  • 优点

自带域名可 https 访问 可配置自定义域名

  • 缺点

无法给自定义域名配置 SSL,借助其他平台(cloudflare CDN)。不如自己买个 vps 搭建。

III、GitHub +1s,使用在线 VS Code 打开 GitHub 上的代码

https://github1s.com/zhangkn/zhangkn.github.io/blob/master/404.html

在这里插入图片描述

IV see also:技术博客写作工具

4.1 markdown指南

  • 【技术博客写作工具markdown指南(文章目录生成、Markdown表格合并单元格、文章快速插入链接)】

https://kunnan.blog.csdn.net/article/details/112350644

4.2 html2md: 将其他平台的非付费文章从html转为markdown

https://www.helloworld.net/html2md

在这里插入图片描述

4.3 markdown 转换器 mdnice

https://www.mdnice.com/

  • 修改hosts,解决GitHub 访问的问题,
代码语言:javascript
复制
open -e /private/etc/hosts
140.82.113.4 https://github.com #关键的地方是IP

本文参与 腾讯云自媒体同步曝光计划,分享自微信公众号。
原始发表:2021-05-26,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 iOS逆向 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 前言
  • I 打造github个性化主页的特殊仓库
    • 1.1 打造github个性化主页的效果
      • 1.2 例子
      • II GitHub Pages
      • III、GitHub +1s,使用在线 VS Code 打开 GitHub 上的代码
      • IV see also:技术博客写作工具
        • 4.1 markdown指南
          • 4.2 html2md: 将其他平台的非付费文章从html转为markdown
            • 4.3 markdown 转换器 mdnice
            相关产品与服务
            内容分发网络 CDN
            内容分发网络(Content Delivery Network,CDN)通过将站点内容发布至遍布全球的海量加速节点,使其用户可就近获取所需内容,避免因网络拥堵、跨运营商、跨地域、跨境等因素带来的网络不稳定、访问延迟高等问题,有效提升下载速度、降低响应时间,提供流畅的用户体验。
            领券
            问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档