-
-
Notifications
You must be signed in to change notification settings - Fork 312
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
Website update prep #5586
Website update prep #5586
Conversation
Some progress on the home page @Anton-4 - how do you feel about setting up a subdomain where we could host this WIP site while it is being developed? |
I've checked it out and it doesn't look too difficult, I'll get on it tomorrow. |
Didn't get to it yet, hopefully tomorrow. |
Now that I think of it, it would be easier to just create a new wipwebsite folder in |
I'm fine with either approach 👍 |
www/build.sh
Outdated
mv www/build/tutorial/tutorial.html www/build/tutorial/index.html | ||
|
||
# for new wip site | ||
mkdir www/build/wip | ||
roc run www/wip_new_website/main.roc -- www/wip_new_website/content/ www/build/wip |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lukewilliamboswell, I moved the build steps to this script, I really wanted to use arguments with the roc build script but couldn't due to roc-lang/basic-cli#82
Signed-off-by: Anton-4 <[email protected]>
Signed-off-by: Anton-4 <[email protected]>
Is this good to merge @lukewilliamboswell? |
Signed-off-by: Anton-4 <[email protected]>
@rtfeldman discussed changes for the 2023 website update in this tulip thread.
This PR is an attempt at putting together a structure at a high level of abstraction for the website content.