AomeNero

终端欢迎横幅(来自 themes/AomeNero/includes/tasks/welcome.js)的彩色 ASCII 艺术版。每个字母一行一个颜色,共 8 色。

彩色版

 █████╗  ██████╗ ██╗     ██╗███████╗███╗   ██╗███████╗██████╗  ██████╗ 
██╔══██╗██╔═══██╗███╗   ███║██╔════╝████╗  ██║██╔════╝██╔══██╗██╔═══██╗
███████║██║   ██║████╗ ████║█████╗  ██╔██╗ ██║█████╗  ██████╔╝██║   ██║
██╔══██║██║   ██║██╔████╔██║██╔══╝  ██║╚██╗██║██╔══╝  ██╔══██╗██║   ██║
██║  ██║╚██████╔╝██║╚██╔╝██║███████╗██║ ╚████║███████╗██║  ██║╚██████╔╝
╚═╝  ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝ ╚═════╝ 

说明:GitHub 会过滤内联 style,在此处看到的是单色;在 Obsidian / Typora / 浏览器 / VS Code(开启 HTML 样式) 等渲染器里可看到上面的彩色。下面提供单色兜底版。

彩色版 · 黑字彩边(白底)

 █████╗  ██████╗ ██╗     ██╗███████╗███╗   ██╗███████╗██████╗  ██████╗ 
██╔══██╗██╔═══██╗███╗   ███║██╔════╝████╗  ██║██╔════╝██╔══██╗██╔═══██╗
███████║██║   ██║████╗ ████║█████╗  ██╔██╗ ██║█████╗  ██████╔╝██║   ██║
██╔══██║██║   ██║██╔████╔██║██╔══╝  ██║╚██╗██║██╔══╝  ██╔══██╗██║   ██║
██║  ██║╚██████╔╝██║╚██╔╝██║███████╗██║ ╚████║███████╗██║  ██║╚██████╔╝
╚═╝  ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝ ╚═════╝ 

黑色填充 + 每个字母一圈彩色描边 + 白底。依赖 -webkit-text-stroke(Chrome / Edge / Safari / Firefox 49+ 都支持),在 Obsidian / Typora / 浏览器里可见彩色边;GitHub 过滤样式时显示为纯黑字白底。

彩色版 · 黑字 + 彩色边框(白底)

 █████  ██████ ██     ████████████   ███████████████  ██████ 
██╔══████╔═══█████   █████╔════╝████  ████╔════╝██╔══████╔═══██
█████████   ██████ █████████  ████ ███████  ██████╔╝██   ██
██╔══████   ████████████╔══╝  ██║╚██████╔══╝  ██╔══████   ██
██  ████████╔╝██║╚██╔╝███████████ █████████████  ████████╔╝
╚═╝  ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝  ╚═══╝╚══════╝╚═╝  ╚═╝ ╚═════╝ 

白底 + 黑色 填充 + 彩色边角连线(╗╔║╝╚═,每个字母一种彩虹色)+ 彩虹渐变外框。比 text-stroke 描边干净,没有方格感。

单色版(所有渲染器通用)

1
2
3
4
5
6
 █████╗  ██████╗ ██╗     ██╗███████╗███╗   ██╗███████╗██████╗  ██████╗ 
██╔══██╗██╔═══██╗███╗ ███║██╔════╝████╗ ██║██╔════╝██╔══██╗██╔═══██╗
███████║██║ ██║████╗ ████║█████╗ ██╔██╗ ██║█████╗ ██████╔╝██║ ██║
██╔══██║██║ ██║██╔████╔██║██╔══╝ ██║╚██╗██║██╔══╝ ██╔══██╗██║ ██║
██║ ██║╚██████╔╝██║╚██╔╝██║███████╗██║ ╚████║███████╗██║ ██║╚██████╔╝
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝╚══════╝╚═╝ ╚═╝ ╚═════╝

颜色对照

字母 位置 ANSI 码 颜色 色值
A 1 \x1b[91m 亮红 #ff5555
O 2 \x1b[38;5;208m #ff8c42
M 3 \x1b[33m #ffd700
E 4 \x1b[32m 绿 #50fa7b
N 5 \x1b[36m #8be9fd
E 6 \x1b[34m #7aa2f7
R 7 \x1b[35m 品红 #ff79c6
O 8 \x1b[91m 亮红 #ff5555

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment