diff options
author | EuAndreh <eu@euandre.org> | 2022-09-02 11:46:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-09-02 11:46:25 -0300 |
commit | a8e9c00aa1e9d0528f72334f675eceb958be6e0e (patch) | |
tree | c3cd72fafa4e2a0e9afe5f86062030661320aa9a /v2/aux/workflow | |
parent | .gitignore: Ignore logs/ directory (diff) | |
download | euandre.org-a8e9c00aa1e9d0528f72334f675eceb958be6e0e.tar.gz euandre.org-a8e9c00aa1e9d0528f72334f675eceb958be6e0e.tar.xz |
v2/: WIP rewrite using Make over Jekyll
Diffstat (limited to 'v2/aux/workflow')
l--------- | v2/aux/workflow/TODOs.sh | 1 | ||||
-rw-r--r-- | v2/aux/workflow/favicon.html | 1 | ||||
l--------- | v2/aux/workflow/preamble.md | 1 | ||||
l--------- | v2/aux/workflow/style.css | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/v2/aux/workflow/TODOs.sh b/v2/aux/workflow/TODOs.sh new file mode 120000 index 0000000..aaa6c50 --- /dev/null +++ b/v2/aux/workflow/TODOs.sh @@ -0,0 +1 @@ +../../../aux/workflow/TODOs.sh
\ No newline at end of file diff --git a/v2/aux/workflow/favicon.html b/v2/aux/workflow/favicon.html new file mode 100644 index 0000000..6f1bac8 --- /dev/null +++ b/v2/aux/workflow/favicon.html @@ -0,0 +1 @@ +<link rel="icon" type="image/svg+xml" href="static/favicon.svg" /> diff --git a/v2/aux/workflow/preamble.md b/v2/aux/workflow/preamble.md new file mode 120000 index 0000000..739f3ea --- /dev/null +++ b/v2/aux/workflow/preamble.md @@ -0,0 +1 @@ +../../../aux/workflow/preamble.md
\ No newline at end of file diff --git a/v2/aux/workflow/style.css b/v2/aux/workflow/style.css new file mode 120000 index 0000000..ffff132 --- /dev/null +++ b/v2/aux/workflow/style.css @@ -0,0 +1 @@ +../../../aux/workflow/style.css
\ No newline at end of file |