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

Push T# contributions #47

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -353,13 +353,25 @@ export default defineConfig({
{
label: "Tutorials",
autogenerate: {
directory: "products/splashkit/documentation/tutorials",
directory: "products/splashkit/documentation/Tutorials",
},
},
{
label: "Expansions",
label: "Tutorial Proposals",
autogenerate: {
directory: "products/splashkit/documentation/expansions",
directory: "products/splashkit/documentation/Tutorial-Proposals",
},
},
{
label: "Applications",
autogenerate: {
directory: "products/splashkit/documentation/applications",
},
},
{
label: "Instructions and Templates",
autogenerate: {
directory: "products/splashkit/documentation/Instructions-and-Templates",
},
},
],
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed public/CourseFlow ERD.png
Binary file not shown.
Binary file removed public/CourseFlow-AnalyticPage-Figma.PNG
Binary file not shown.
Binary file removed public/CourseFlow-DFD-0.png
Binary file not shown.
Binary file removed public/CourseFlow-DFD-1.png
Binary file not shown.
Binary file removed public/CourseFlow-PopUpUI-Figma.PNG
Binary file not shown.
Binary file removed public/CourseFlow-SAD.png
Binary file not shown.
Binary file removed public/CourseFlow_Analytics_Page.png
Binary file not shown.
Binary file removed public/CourseFlow_SideBar.png
Binary file not shown.
Binary file removed public/CourseFlow_Timetable_View.png
Binary file not shown.
Binary file removed public/InitialDesign1.png
Binary file not shown.
Binary file removed public/InitialDesign2.png
Binary file not shown.
Binary file removed public/InitialDesign3.png
Binary file not shown.
Binary file removed public/InitialDesign4.png
Binary file not shown.
Binary file removed public/InitialDesign5.png
Binary file not shown.
Binary file removed public/Orgchart_t3.png
Binary file not shown.
Binary file added public/arcade-machine1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/arcade-machine2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/arcade-machine3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/arcade-machine4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/asteriod1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/below-the-surface1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/breakpoint.png
Binary file added public/character_with_sprite.png
Binary file removed public/codespaces-1.png
Diff not rendered.
Binary file removed public/codespaces-2.png
Diff not rendered.
Binary file removed public/codespaces-3.png
Diff not rendered.
Binary file removed public/codespaces-4.png
Diff not rendered.
Binary file removed public/codespaces-5.png
Diff not rendered.
Binary file removed public/codespaces-6.png
Diff not rendered.
Binary file removed public/codespaces-7.png
Diff not rendered.
Binary file removed public/codespaces-8.png
Diff not rendered.
Binary file removed public/codespaces-9.png
Diff not rendered.
Binary file removed public/course-flow-course-map-1.png
Diff not rendered.
Binary file removed public/course-flow-course-map-2.png
Diff not rendered.
Binary file removed public/course-flow-detailed-unit.png
Diff not rendered.
Binary file removed public/course-flow-entry.png
Diff not rendered.
Binary file removed public/course-flow-erd.png
Diff not rendered.
Binary file removed public/courseflow-dfd-level-0.png
Diff not rendered.
Binary file removed public/courseflow-enhanced-erd.png
Diff not rendered.
Diff not rendered.
Binary file removed public/courseflow-system-architecture.png
Diff not rendered.
Binary file removed public/custom-layout.png
Diff not rendered.
Binary file removed public/dockerimage.png
Diff not rendered.
Binary file added public/dx-ballgame1.PNG
Binary file removed public/force-directed-graph.png
Diff not rendered.
Binary file added public/game_with_platforms.png
Binary file removed public/logo.png
Diff not rendered.
Binary file added public/movingsun.gif
Binary file removed public/onboardingDemo.png
Diff not rendered.
Binary file removed public/onboardingDesign.png
Diff not rendered.
Binary file removed public/picture.png
Diff not rendered.
Binary file added public/player_on_platforms.png
Binary file added public/player_sprite_sheet.png
Binary file added public/rectangle_on_bitmap.png
Binary file added public/runDebug.png
Binary file added public/runner-dash1.jpg
Binary file removed public/spike-cover-1.jpg
Diff not rendered.
Binary file added public/splashkit-online1.png
Binary file added public/splashkit1.png
Binary file added public/sprite_sheet_cells.png
Binary file added public/sun-image.png
Binary file added public/sun-image2.png
Binary file added public/toolbar.png
Binary file removed public/vau-c-1.png
Diff not rendered.
Binary file removed public/vau-c-2.png
Diff not rendered.
Binary file added public/watches.png
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
---
title: How to Publish An Astro Website to Netlify Guide
---

This guide provides you a step-by-step instructions for publishing an Astro website to Netlify are
provided in this guide. Astro is a contemporary static site generator, while Netlify is a robust
static website hosting platform. You can deploy your Astro website to Netlify and make it available
online by following these steps.

## Prerequisites

### - Node.js and npm

Ensure that Node.js and npm are installed on your machine. You can download and install them from
<https://nodejs.org/>.

### - Astrol CLI

Install the Astro CLI globally by running the following command in your terminal

```shell
npm install -g create-astro
```

## Steps

### 1. Create an Astro Project

Open your terminal and run the following commands to create a new Astro project

```shell
npx create-astro my-astro-site
cd my-astro-site
```

### 2. Launch a Git Repository

Create a Git repository from scratch if you haven't before.

```shell
git init
```

### 3. Create a Repisitory on GitHub

Make a new repository using any Git hosting provider, such as GitHub. Insert the remote origin into
your repository locally

```shell
git remote add origin <your-repository-url>
```

### 4. Commit and Push to GitHub

Push your changes to your GitHub repository after committing them.

```shell
git add .
git commit -m "Initial commit"
git push -u origin main
```

### 5. Set up Netlify

- Go to <https://www.netlify.com/> and sign in or create a new account.

- "Click on "New site from Git" on the Netlify dashboard.

- Connect your Github repository.

- Configure your build settings:
- Build Command: 'npm run build'
- Publish Directory: 'dist'

### 6. Deploy the Site

- Press "Deploy site" to begin the building process.

- Netlify will create your Astro site by automatically detecting the settings for your project.

Automatic deployments are offered by Netlify anytime you push updates to your linked Git repository.
A fresh deployment is initiated with every push to the main branch.

Well done! On Netlify, your Astro website is now active. If you have set up a custom domain, you can
use it to access it instead of the Netlify domain that is provided. Every time you push changes to
your repository, Netlify will take care of the build and deployment procedure automatically.

For further detailed explanation, please refer to these helpful links below:

1. <https://docs.astro.build/en/guides/deploy/netlify/>

2. <https://docs.netlify.com/welcome/add-new-site/>

3. <https://dev.to/whitep4nth3r/how-to-deploy-an-astro-site-m8h>
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
---
title: Thoth Tech Worklog Guideline
---

## Table of contents

- [Sheet Overview](#sheet-overview)
- [Purpose](#purpose)
- [Structure](#structure)
- [Column Descriptions](#column-descriptions)
- [Name](#name)
- [Date of Activity](#date-of-activity)
- [Duration in Minutes](#duration-in-minutes)
- [Activity type](#activity-type)
- [Short Description](#short-description)
- [Evidence](#evidence)

---

## Sheet Overview

### Purpose

The worklog is designed to record and track various work activities. It is a valuable tool for
monitoring individual and team productivity, analyzing time allocation, and summarizing tasks.

### Structure

The document comprises rows and columns. Each row represents a unique activity entry, and columns
hold specific information related to each activity.

## Column Descriptions

### Name

- Purpose: Identifies the person responsible for the activity.
- Usage: Enter the name of the individual associated with the task.

### Date of Activity

- Purpose: Records the date when the activity occurred.
- Usage: Input the date in a consistent format (6/11/2023).

### Duration in Minutes

- Purpose: Indicates the duration of the activity in minutes.
- Usage: Enter the time spent on the activity in minutes.

### Activity Type

- Purpose: Categorizes the nature of the activity (e.g., contribution, lecture, meeting).
- Usage: Select the appropriate activity type from the list.

### Short Description

- Purpose: Provides a brief overview of the activity.
- Usage: Enter a concise description of the task or activity.

### Evidence

- Purpose: Contains links or references to Trello task cards as evidence of the completed activity.
- Usage: Enter the Trello task card links or references for documentation.
Loading
Loading