Welcome to the StepWise project! This is a simple website that outlines a step-by-step process. Each step has a brief description, and you can click on each step to read more details.
The website content is stored in easy-to-edit Markdown files. You can update the steps and descriptions by editing these files directly in this GitHub repository.
- Navigate to the content/ folder in the repository. You’ll see files named step1.md, step2.md, step3.md, etc.
- Click on the file corresponding to the step you want to edit.
- Click on the pencil icon (✏️) to edit the file.
- Modify the content within the file. For example, you can change the title, description, or detailed content.
- After making your changes, scroll down to the bottom of the page.
- In the "Commit changes" section, write a brief summary of what you changed (e.g., "Updated Step 1 description").
- Click the "Commit changes" button.
If you need to add a new step:
- Navigate to the content/ folder.
- Click "Add file" > "Create new file".
- Name your new file something like step5.md.
- Add the following structure to your new file:
---
title: "Step 5: Your Step Title"
description: "A brief description of this step."
---
## Step 5: Your Step Title
Detailed content for Step 5 goes here.- Fill in the title, description, and detailed content.
- Commit the new file as described above.
You don’t need to worry about manually deploying the site. Once you make changes to any Markdown file and commit them, the website will automatically update within a few minutes. This is done using GitHub Actions, which handles the deployment for you.
The live website is available at: https://Lillevang.github.io/StepWise/
You can visit this URL anytime to see the latest version of the site with all your changes.
If you notice something isn’t displaying correctly or have any questions about editing the content, please reach out to the project maintainer.