mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-24 04:03:11 +08:00
dongdigua
bac4ca2d66
- [BUG] `html-body-id-filter` will cause toc not work - collections add tag to mitigate bug above - `ln -s` use CI script instead of in repo
4 lines
53 B
Bash
Executable File
4 lines
53 B
Bash
Executable File
#! /bin/sh
|
|
|
|
ls gmi | xargs -I {} ln -s gmi/{} {}.txt
|