Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Having several wikis in one repo #2

Open
kookma opened this issue Oct 26, 2021 · 2 comments
Open

[Question] Having several wikis in one repo #2

kookma opened this issue Oct 26, 2021 · 2 comments

Comments

@kookma
Copy link

kookma commented Oct 26, 2021

Hi @saqimtiaz
Assume I have a repo called TW-Lab with a landing page (a index.html = a Tiddlywiki). It has description and links to few other tiddlywikis! (my projects, experiments)

The structure is like below

-.git
-.github
-package.json
-tiddlywiki.info
-tiddlers
-project01
         ----tiddlywiki.info
         ----tiddlers
-project02
           ----tiddlywiki.info
           ----tiddlers

How can I use/modify the action-github to be able to create all projects index.html, when I make a change to them?

@saqimtiaz
Copy link
Owner

@kookma I have a very busy week at the moment so I cannot help you with the exact setup that you need. However, here are some leads that you can pursue:

A simpler version of this might be to generate every wiki when something is pushed, in which case you only need to update the build script to build all wikis.

If that doesn't help you get there, please remind me after the weekend.

@kookma
Copy link
Author

kookma commented Oct 26, 2021

@saqimtiaz - thank. I go through what you advised and I think I should be able to manage this!
I will remind you this weekend and update you with the result!

Take care and best wishes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants