Skip to content

Commit

Permalink
File Uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
Pundah committed Jul 25, 2024
1 parent 3c1d091 commit 35dab7a
Show file tree
Hide file tree
Showing 107 changed files with 4,230 additions and 73 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: ci
on:
push:
branches:
- master
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.x
- uses: actions/cache@v2
with:
key: ${{ github.ref }}
path: .cache
- run: pip install mkdocs-material
- run: pip install pillow cairosvg
- run: mkdocs gh-deploy --force
38 changes: 0 additions & 38 deletions .github/workflows/mkdocs.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/publish.yml

This file was deleted.

9 changes: 9 additions & 0 deletions docs/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
nav:
# - Blogs: /atg/blog
- <b>Pack Guides</b>:
- Home: index.md
- Project W: project-w
# - Misc: misc
- Additional Guides : guides
- Help: help
- About: about
7 changes: 7 additions & 0 deletions docs/404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 404

!!! Error "Page Not Found"

The resource you're visiting may or may not have ever existed.

![](assets/images/404.png){style='margin: auto; display: flex' class='noselect'}
28 changes: 28 additions & 0 deletions docs/about/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# About

---

**All the Mods** started out as a private pack amongst a few friends that turned into something others wanted to play! It has all the basics that most other "big name" packs include but with a nice mix of some of newer or lesser-known mods as well.


Can you get to the Creative items by making the "**ATM Star**"?

In **All the Mods** we will continue the tradition adding many new mods while going for more stability.

Does "**All The Mods**" really contain **ALL THE MODS**? _No, of course not._

---

## Hosting

Need hosting? Check out **Akliz** (_With a discount_) on us!

Start playing for only **$20**/m

[![](../assets/images/akliz.png){style='width:200px'}](https://www.akliz.net/allthemods)

Save **20%** off of the first month using coupon code **allthemods**

---

> All The Mods | [GitHub](https://github.com/AllTheMods) | [Discord](https://discord.com/invite/allthemods) | [Akliz Server Hosting](https://www.akliz.net/allthemods)
69 changes: 69 additions & 0 deletions docs/about/alltheteam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
---
title: All The Team
description: Current Team Members!
---

# All The Team

---

#### Owner

- `WhatTheDrunk`

---

#### Admins

- `oly2o6` (**Second In Command**)
- `Mitchell52`
- `MutantGumdrop`
- `Maddy`
- `thevortex`
- `Ki-Tan`

---

#### Modpack Development Team

- `Arochio`
- `Billy`
- `DJNifos`
- `Drack.ion`
- `Draxial`
- `Jebraltar`
- `KJM`
- `LobsterJonn`
- `radiomike12`
- `ToshibaMicrowave`
- `ZephyrWindSpirit 🐉`

---

#### All The Team

- `1Yumi`
- `Bored`
- `Klonoa`
- `SlackerNet>XI<`
- `Timeconsumer`
- `Ultramega`

---

#### Former - Retired

- `AlfredGG` | **(Former QuestDev)**
- `EnigmaQuip`
- `Phantom`
- `Dijkstra`
- `Seg`
- `screret`
- `uʍopǝpᴉsdn`
- `BeeJnugggets`
- `0mega420`
- `Thunder_Nova the Pun_isher`

---

> Current as of (04/26/2024)
Loading

0 comments on commit 35dab7a

Please sign in to comment.