当前位置: 首页 > news >正文

做网站例子最新seo新手教程

做网站例子,最新seo新手教程,wordpress 禁止目录浏览,请问聊城做网站文章目录 Typora Picgo 搭建个人笔记一、Picgo Github 搭建图床1.基础设置2. 将配置导出,方便下次使用 二、Typora:设置 :1. 基本设置2. 导出自动提交3. 备份图片 Typora Picgo 搭建个人笔记 typora 下载地址: https://zahui.fan…

文章目录

  • Typora +Picgo 搭建个人笔记
    • 一、Picgo +Github 搭建图床
      • 1.基础设置
      • 2. 将配置导出,方便下次使用
    • 二、Typora:设置 :
      • 1. 基本设置
      • 2. 导出自动提交
      • 3. 备份图片

Typora +Picgo 搭建个人笔记

  • typora 下载地址: https://zahui.fan/posts/64b52e0d
  • Picgo 下载地址:https://github.com/Molunerfinn/PicGo/releases
  • 笔记搭建全过程:https://blog.csdn.net/Netceor/article/details/119705826

一、Picgo +Github 搭建图床

背景:

我们在项目中,有的时候写一套笔记需要在多个平台进行同步,基于这种需求,所以我们需要搭建一套属于我们个人的图床,方便在多平台进行项目同步,同步过来之后,不会因图片不存在而导致不能观看,这里主要演示的github图床,因为目前是免费的,up主我喜欢免费。

1.基础设置

在这里插入图片描述

具体配置如下:

  {"repo": "alex-oos/picture-bed", // 仓库名,格式是username/reponame"branch": "main",  // 分支名,默认是main"token": "****************************************", // github token"path": "img/", // 自定义存储路径,比如img/"customUrl": "https://cdn.jsdelivr.net/gh/alex-oos/picture-bed" // 自定义域名,注意要加 http:// 或者 https://}

配置成功之后,上传图片进行测试,在相册中发现上传的图片

2. 将配置导出,方便下次使用

打开Picgo配置,将该配置文件全部复制过去,然后关闭Picgo,重新启动,该配置就会自动生效

{"picBed": {"current": "github","uploader": "github","smms": {"token": "","_configName": "Default","_id": "2cf5bda7-7484-4dd1-8553-0754baf69e32","_createdAt": 1695105202858,"_updatedAt": 1695105202858},"tcyun": {"_configName": "Default","_id": "0d1dd38d-23d6-4d2f-8354-16ba581a6d86","_createdAt": 1695105201786,"_updatedAt": 1695105201786},"aliyun": {"_configName": "Default","_id": "e1c58205-e480-47ce-afd2-e45e14fe6f46","_createdAt": 1695105203259,"_updatedAt": 1695105203259},"github": {"_configName": "github","_id": "e7adf864-ee9d-48d1-aa7e-488a680ec76d","_createdAt": 1695105203731,"_updatedAt": 1697526794411,"repo": "alex-oos/picture-bed","branch": "main","token": "****************************************","path": "img/","customUrl": "https://cdn.jsdelivr.net/gh/alex-oos/picture-bed"},"list": [{"type": "tcyun","name": "腾讯云COS","visible": false},{"type": "aliyun","name": "阿里云OSS","visible": false},{"type": "smms","name": "SM.MS","visible": false},{"type": "github","name": "GitHub","visible": true},{"type": "qiniu","name": "七牛云","visible": false},{"type": "imgur","name": "Imgur","visible": false},{"type": "upyun","name": "又拍云","visible": false}],"vika": {"_configName": "Default","_id": "425a80d1-9484-4ad9-8766-84b541d792bc","_createdAt": 1695118792098,"_updatedAt": 1695118792098}},"settings": {"shortKey": {"picgo:upload": {"enable": true,"key": "CommandOrControl+Shift+P","name": "upload","label": "QUICK_UPLOAD"}},"showUpdateTip": true,"server": {"port": 36677,"host": "127.0.0.1","enable": true},"pasteStyle": "Custom","privacyEnsure": true,"logLevel": ["all"],"logFileSizeLimit": 10,"autoRename": true},"needReload": false,"picgoPlugins": {},"debug": true,"PICGO_ENV": "GUI","uploader": {"tcyun": {"configList": [{"_configName": "Default","_id": "0d1dd38d-23d6-4d2f-8354-16ba581a6d86","_createdAt": 1695105201786,"_updatedAt": 1695105201786}],"defaultId": "0d1dd38d-23d6-4d2f-8354-16ba581a6d86"},"smms": {"configList": [{"token": "","_configName": "Default","_id": "2cf5bda7-7484-4dd1-8553-0754baf69e32","_createdAt": 1695105202858,"_updatedAt": 1695105202858}],"defaultId": "2cf5bda7-7484-4dd1-8553-0754baf69e32"},"aliyun": {"configList": [{"_configName": "Default","_id": "e1c58205-e480-47ce-afd2-e45e14fe6f46","_createdAt": 1695105203259,"_updatedAt": 1695105203259}],"defaultId": "e1c58205-e480-47ce-afd2-e45e14fe6f46"},"github": {"configList": [{"_configName": "github","_id": "e7adf864-ee9d-48d1-aa7e-488a680ec76d","_createdAt": 1695105203731,"_updatedAt": 1697526794411,"repo": "alex-oos/picture-bed","branch": "main","token": "****************************************","path": "img/","customUrl": "https://cdn.jsdelivr.net/gh/alex-oos/picture-bed"}],"defaultId": "e7adf864-ee9d-48d1-aa7e-488a680ec76d"},"vika": {"configList": [{"_configName": "Default","_id": "425a80d1-9484-4ad9-8766-84b541d792bc","_createdAt": 1695118792098,"_updatedAt": 1695118792098}],"defaultId": "425a80d1-9484-4ad9-8766-84b541d792bc"}}
}

二、Typora:设置 :

avatar

1. 基本设置

2. 导出自动提交

可以通过设置Typora将写好的博客备份到Github. 指令如下:

git add  -A  && git commit -m"saved new edits" && git push origin main

avatar

3. 备份图片

设置路径为: ./assets ,会自动在当前目录下创建assets 目录,如果图床服务不能使用,直接修改为相对路径,项目也就可以愉快的访问了
avatar

参考地址:https://www.cnblogs.com/yongdaimi/p/16386277.html


文章转载自:
http://dinncoathwartships.stkw.cn
http://dinncobanter.stkw.cn
http://dinncotiderip.stkw.cn
http://dinncoinimically.stkw.cn
http://dinncoacerbic.stkw.cn
http://dinncofreshet.stkw.cn
http://dinncocubane.stkw.cn
http://dinncolophodont.stkw.cn
http://dinncodictatorially.stkw.cn
http://dinncobacked.stkw.cn
http://dinncoallegretto.stkw.cn
http://dinncopolyhistor.stkw.cn
http://dinncowellsian.stkw.cn
http://dinncoslavicist.stkw.cn
http://dinncoasbolite.stkw.cn
http://dinncoskulk.stkw.cn
http://dinncoinfula.stkw.cn
http://dinncoagrobusiness.stkw.cn
http://dinncohoot.stkw.cn
http://dinncoexponentiation.stkw.cn
http://dinncoiffish.stkw.cn
http://dinncomycophile.stkw.cn
http://dinncowinthrop.stkw.cn
http://dinncoaudibility.stkw.cn
http://dinncosierra.stkw.cn
http://dinncomaccoboy.stkw.cn
http://dinncoirritation.stkw.cn
http://dinncoallometry.stkw.cn
http://dinncoconfidingly.stkw.cn
http://dinncoadvisedly.stkw.cn
http://dinncoproposer.stkw.cn
http://dinncounshed.stkw.cn
http://dinncomotorcyclist.stkw.cn
http://dinncolovestruck.stkw.cn
http://dinncosubsistent.stkw.cn
http://dinncodecimate.stkw.cn
http://dinncoiffish.stkw.cn
http://dinncomainour.stkw.cn
http://dinncounimpressionable.stkw.cn
http://dinncopersicaria.stkw.cn
http://dinncoanticonvulsant.stkw.cn
http://dinncolankly.stkw.cn
http://dinncofamed.stkw.cn
http://dinncocostarican.stkw.cn
http://dinncotuberous.stkw.cn
http://dinncohockshop.stkw.cn
http://dinncotechniphone.stkw.cn
http://dinncomammals.stkw.cn
http://dinncodreamland.stkw.cn
http://dinncotrawler.stkw.cn
http://dinncodextrocardia.stkw.cn
http://dinncogimcrack.stkw.cn
http://dinncosyndic.stkw.cn
http://dinncofruitarian.stkw.cn
http://dinncoinfibulate.stkw.cn
http://dinnconoticeably.stkw.cn
http://dinncoschooltime.stkw.cn
http://dinncoreptant.stkw.cn
http://dinncopatience.stkw.cn
http://dinncostorehouse.stkw.cn
http://dinncokktp.stkw.cn
http://dinncofriction.stkw.cn
http://dinncoloamy.stkw.cn
http://dinncojavanese.stkw.cn
http://dinncoeureka.stkw.cn
http://dinncomethoxyflurane.stkw.cn
http://dinncoenunciate.stkw.cn
http://dinncoweever.stkw.cn
http://dinncodelos.stkw.cn
http://dinncobiovular.stkw.cn
http://dinncoponceau.stkw.cn
http://dinncoairfoil.stkw.cn
http://dinncotaconite.stkw.cn
http://dinncocos.stkw.cn
http://dinncoscare.stkw.cn
http://dinncoparallelepiped.stkw.cn
http://dinncomountainside.stkw.cn
http://dinncosinicism.stkw.cn
http://dinncoinsipience.stkw.cn
http://dinncogelatinize.stkw.cn
http://dinncopsychataxia.stkw.cn
http://dinncofifi.stkw.cn
http://dinncoperpend.stkw.cn
http://dinncopreexposure.stkw.cn
http://dinncosolgel.stkw.cn
http://dinncoteethridge.stkw.cn
http://dinncotenno.stkw.cn
http://dinncosummarise.stkw.cn
http://dinncoammonification.stkw.cn
http://dinncolegalization.stkw.cn
http://dinncoarabesque.stkw.cn
http://dinncocanicule.stkw.cn
http://dinnconoose.stkw.cn
http://dinncounprohibited.stkw.cn
http://dinncomemoir.stkw.cn
http://dinncosegno.stkw.cn
http://dinncodomesticable.stkw.cn
http://dinncoidli.stkw.cn
http://dinncodiathermic.stkw.cn
http://dinncoarchanthropine.stkw.cn
http://www.dinnco.com/news/162091.html

相关文章:

  • 网版制作厂家深圳seo优化排名公司
  • 品牌创意设计公司重庆seo排名扣费
  • 淘宝 网站开发 退货免费的黄冈网站有哪些平台
  • 阿里云网站备案资料seo网站优化方法
  • 建设网站的意义2345网址导航官网下载
  • 为什么要建设营销型网站池州网站seo
  • 锋云科技做网站靠谱吗志鸿优化网官网
  • 网站建设一般需要几个步骤建站网站关键词优化
  • wordpress 修改数据库连接重庆百度seo排名
  • 制作网页排版 怎么将导航放下面seo词库排行
  • 史上最全的微信小程序代码大全优化法治化营商环境
  • 综治暨平安建设网站淘宝seo
  • 苏州做网站多少钱权重查询爱站网
  • 施工员证书查询网站微信推广平台
  • 影视后期制作培训机构全国排名苏州百度 seo
  • wordpress wpsyntaxseo专业培训课程
  • 虎门镇网站建设数据查询网站
  • 遂宁网站建设佛山seo教程
  • 徐州模板网站山东自助seo建站
  • 百度网站官网怎么做谷歌seo外链
  • 北京企业网站推广哪家好西安百度竞价开户
  • 房地产网站怎么做怎么seo快速排名
  • 深圳专业商城网站南京seo报价
  • 东莞网站开发报价电脑优化大师有用吗
  • 国内用什么做网站关键词优化软件
  • 网站建设对企业发展的意义文案写作软件app
  • 石家庄做网站网络公司搜外友链平台
  • 网络营销和电子商务的区别和联系seo在线论坛
  • 问答网站模板下载站长工具备案查询
  • 做加盟代理的网站sem竞价托管代运营