Hello World

本文最后更新于 2025年9月4日 晚上

Hello World

 

前提紧要

欢迎来到俺的博客! 这是第一篇文章.

主要是在这里分享一下日常,发发教学文章等等…

别问我为什么要把这个留在这里…(因为我还不知道怎么删)

既然不知道怎么删下面就留给日志了.

 

日志

Date : 2025/8/14

  1. 首次建站
  2. 修改默认背景图
  3. 添加友情链接
    + 螃蟹个人网站
  4. 上传网页至 Tencent EdgeOne (以下简称EdgeOne)
  5. 修改此文章
    初始 Hello World –> 日志
  6. 修改引脚
    + Tencent EdgeOne 信息
    + 个人信息
  7. 上传EdgeOne
  8. 生成流程图

当日流程图

graph TD
    %% 定义节点样式
    classDef nodeStyle fill:#f8f9fa,stroke:#333,stroke-width:1.5px,text-align:center

    %% 创建节点(使用HTML实现三块布局)
    A("1.<hr style='margin:5px 0;border-top:1px dashed #999;'/>首次建站")
    B("2.<hr style='margin:5px 0;border-top:1px dashed #999;'/>修改默认背景图")
    C("3.<hr style='margin:5px 0;border-top:1px dashed #999;'/>添加友情链接")
    D("4.<hr style='margin:5px 0;border-top:1px dashed #999;'/>上传网页至 EdgeOne")
    E("5.<hr style='margin:5px 0;border-top:1px dashed #999;'/>修改文章")
    F("6.<hr style='margin:5px 0;border-top:1px dashed #999;'/>修改引脚")
    G("7.<hr style='margin:5px 0;border-top:1px dashed #999;'/>最终上传 EdgeOne")
    H("8.<hr style='margin:5px 0;border-top:1px dashed #999;'/>生成流程图")

    %% 主线连接
    A --> B --> C --> D --> E --> F --> G --> H

    %% 附加节点
    C1("+ 螃蟹个人网站")
    E1("初始 Hello World → 日志")
    F1("+ Tencent EdgeOne 信息")
    F2("+ 个人信息")

    %% 附加连接(无箭头)
    C --- C1
    E --- E1
    F --- F1
    F --- F2

    %% 应用样式
    class A,B,C,D,E,F,G,H,C1,E1,F1,F2 nodeStyle

    %% 设置连接线样式
    linkStyle 0,1,2,3,4,5,6 stroke:#333,stroke-width:2px
    linkStyle 7,8,9,10 stroke:#999,stroke-width:1px,stroke-dasharray:3

最初版

graph TD
    %% 主线流程
    A[1. 首次建站] --> B[2. 修改默认背景图]
    B --> C[3. 添加友情链接]
    C --> D[4. 上传网页至 EdgeOne]
    D --> E[5. 修改文章]
    E --> F[6. 修改引脚]
    F --> G[7. 最终上传 EdgeOne]
    G --> H[8. 生成流程图]

    %% 分支连接(无箭头)
    C -- 附加 --- C1["+ 螃蟹个人网站"]
    E -- 转换 --- E1["初始 Hello World → 日志"]
    F -- 附加 --- F1["+ Tencent EdgeOne 信息"]
    F -- 附加 --- F2["+ 个人信息"]

    %% 样式定义
    linkStyle 7 stroke:#999,stroke-width:1px
    linkStyle 8 stroke:#999,stroke-width:1px
    linkStyle 9 stroke:#999,stroke-width:1px
    linkStyle 10 stroke:#999,stroke-width:1px

下面这个测试(石)我懒得删了

graph TD
A[Hard] -->|Text| B(Round)
B --> C{Decision}
C -->|One| D[Result 1]
C -->|Two| E[Result 2]

Todo

我给我自己列的任务…

  • 美化Hexo
  • 学会MarkDown(不然我怎么写文章…)
  • 完善友情链接
  • 在Hexo发布文章
  • 文章后期修改(加标签,分类啊…)

The End

至此,Blog的研究可以告一段落了,后面只需要发发文章就行,然后就是研究一下Hexo到底怎么用…


Hello World
https://web.nootfond.top/2025/08/14/hello-world/
作者
NootFond
发布于
2025年8月14日
许可协议