mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-04-13 15:01:58 +02:00
OcttKB Cross-Repo Sync (HTML to Raw)
This commit is contained in:
parent
1edeff8b50
commit
77bd42a7a2
@ -1,5 +1,5 @@
|
|||||||
created: 20230417103909971
|
created: 20230417120632844
|
||||||
current-tiddler: GettingStarted
|
current-tiddler: GettingStarted
|
||||||
modified: 20230417103909971
|
modified: 20230417120632844
|
||||||
title: $:/HistoryList
|
title: $:/HistoryList
|
||||||
type: application/json
|
type: application/json
|
@ -1,7 +1,7 @@
|
|||||||
Enabled: 0
|
Enabled: 1
|
||||||
created: 20230208220901786
|
created: 20230208220901786
|
||||||
creator: Octt
|
creator: Octt
|
||||||
modified: 20230417102143337
|
modified: 20230417115256012
|
||||||
modifier: Octt
|
modifier: Octt
|
||||||
tags: $:/GlobalOption
|
tags: $:/GlobalOption
|
||||||
title: $:/OcttKB/Config/LargeSidebar.ui
|
title: $:/OcttKB/Config/LargeSidebar.ui
|
||||||
|
18
Wiki-OcttKB/tiddlers/System/$__OcttKB_Repo_BuildSPA.sh.txt
Normal file
18
Wiki-OcttKB/tiddlers/System/$__OcttKB_Repo_BuildSPA.sh.txt
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
. ./Src.*.sh || true
|
||||||
|
|
||||||
|
# Update time of last edit
|
||||||
|
sh ./OcttKB.EmptyDate.sh || true
|
||||||
|
|
||||||
|
# Ensure important directories
|
||||||
|
rm -rf ./Output.tmp || true
|
||||||
|
|
||||||
|
# Build HTML TiddlyWiki SPA
|
||||||
|
tiddlywiki \
|
||||||
|
./Wiki-OcttKB \
|
||||||
|
--verbose \
|
||||||
|
--output ./Output.tmp \
|
||||||
|
--rendertiddler "$:/core/save/all" "index.html" "text/plain"
|
||||||
|
|
||||||
|
mkdir -vp ./public
|
||||||
|
mv -v ./Output.tmp/index.html ./public/index.html
|
@ -0,0 +1,6 @@
|
|||||||
|
created: 20230417120033076
|
||||||
|
creator: Octt
|
||||||
|
modified: 20230417120419255
|
||||||
|
modifier: Octt
|
||||||
|
title: $:/OcttKB/Repo/BuildSPA.sh
|
||||||
|
type: text/plain
|
@ -1,2 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
. ./Src.*.sh || true
|
||||||
|
sh ./BuildSPA.sh
|
||||||
sh ./Main.sh
|
sh ./Main.sh
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
created: 20230228080039630
|
created: 20230228080039630
|
||||||
creator: Octt
|
creator: Octt
|
||||||
modified: 20230228080122141
|
modified: 20230417120312165
|
||||||
modifier: Octt
|
modifier: Octt
|
||||||
tags:
|
tags:
|
||||||
title: $:/OcttKB/Repo/GitHub.Main.sh
|
title: $:/OcttKB/Repo/GitHub.Main.sh
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
#!/bin/sh
|
|
||||||
. ./Lib.Git.sh
|
|
||||||
SetupGitProfile
|
|
@ -1,7 +0,0 @@
|
|||||||
created: 20230228081951095
|
|
||||||
creator: Octt
|
|
||||||
modified: 20230413134641576
|
|
||||||
modifier: Octt
|
|
||||||
tags:
|
|
||||||
title: $:/OcttKB/Repo/SetupGitProfile.sh
|
|
||||||
type: text/plain
|
|
@ -1,6 +1,6 @@
|
|||||||
created: 20230417091513227
|
created: 20230417115338989
|
||||||
creator: Octt
|
creator: Octt
|
||||||
list: $:/OcttKB/Repo
|
list: $:/OcttKB/Repo
|
||||||
modified: 20230417103621683
|
modified: 20230417120451463
|
||||||
modifier: Octt
|
modifier: Octt
|
||||||
title: $:/StoryList
|
title: $:/StoryList
|
@ -0,0 +1,7 @@
|
|||||||
|
created: 20230417120500006
|
||||||
|
creator: Octt
|
||||||
|
modified: 20230417120509815
|
||||||
|
modifier: Octt
|
||||||
|
title: $:/state/folded/$:/OcttKB/Repo
|
||||||
|
|
||||||
|
show
|
@ -0,0 +1,7 @@
|
|||||||
|
created: 20230417120459310
|
||||||
|
creator: Octt
|
||||||
|
modified: 20230417120510959
|
||||||
|
modifier: Octt
|
||||||
|
title: $:/state/folded/$:/OcttKB/Repo/BuildSPA.sh
|
||||||
|
|
||||||
|
show
|
@ -0,0 +1,7 @@
|
|||||||
|
created: 20230417120502582
|
||||||
|
creator: Octt
|
||||||
|
modified: 20230417120507591
|
||||||
|
modifier: Octt
|
||||||
|
title: $:/state/folded/$:/OcttKB/Repo/DeployAll.sh
|
||||||
|
|
||||||
|
show
|
@ -1,6 +1,6 @@
|
|||||||
created: 20220920174307633
|
created: 20220920174307633
|
||||||
creator: Octt
|
creator: Octt
|
||||||
modified: 20230413132635748
|
modified: 20230417120514670
|
||||||
modifier: Octt
|
modifier: Octt
|
||||||
title: $:/state/sidebar
|
title: $:/state/sidebar
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
created: 20220920092307479
|
created: 20220920092307479
|
||||||
creator: Octt
|
creator: Octt
|
||||||
modified: 20230417103742573
|
modified: 20230417115328628
|
||||||
modifier: Octt
|
modifier: Octt
|
||||||
title: $:/state/tab/sidebar--595412856
|
title: $:/state/tab/sidebar--595412856
|
||||||
|
|
||||||
OcttKB/Index
|
$:/core/ui/SideBar/More
|
Loading…
x
Reference in New Issue
Block a user