-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fed963
commit 0251bb2
Showing
39 changed files
with
29 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,14 +6,20 @@ on: | |
jobs: | ||
build: | ||
name: Build | ||
runs-on: ubuntu-latest | ||
runs-on: ubuntu-24.04 | ||
steps: | ||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
- name: Install system packages | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install -y mkdocs-material | ||
- name: Build | ||
run: mkdocs build | ||
- name: Upload artifacts | ||
uses: actions/[email protected] | ||
with: | ||
path: src | ||
path: site | ||
deploy: | ||
name: Deploy | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1 @@ | ||
# ---> Rust | ||
# Generated by Cargo | ||
# will have compiled files and executables | ||
debug/ | ||
target/ | ||
Cargo.lock | ||
|
||
# These are backup files generated by rustfmt | ||
**/*.rs.bk | ||
|
||
# MSVC Windows builds of rustc generate these, which store debugging information | ||
*.pdb | ||
|
||
.vscode | ||
stuff.txt | ||
.idea | ||
*.db | ||
.htaccess | ||
|
||
mdbook/book/ | ||
updater/images/ | ||
/public_html/Gamma-Boi/compatibility/_images/games/ | ||
/public_html/Gamma-Boi/compatibility/_images/hb/ | ||
|
||
stats.json | ||
database.json | ||
game_skips.json | ||
/site |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
# Obliteration.net | ||
# obliteration.net | ||
|
||
The website for Obliteration | ||
The website for Obliteration. | ||
|
||
## Development | ||
|
||
### Prerequisites | ||
|
||
- [MkDocs](https://www.mkdocs.org) | ||
- [Material for MkDocs](https://squidfunk.github.io/mkdocs-material) | ||
|
||
### Start development server | ||
|
||
```sh | ||
mkdocs serve | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
site_name: Obliteration | ||
docs_dir: src | ||
theme: | ||
name: material | ||
custom_dir: theme |
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
0
src/index.html → theme/main.html
100755 → 100644
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.