vault backup: 2025-03-17 22:49:20

Affected files:
.obsidian/app.json
.obsidian/appearance.json
.obsidian/themes/Typewriter/manifest.json
.obsidian/themes/Typewriter/theme.css
.obsidian/workspace.json
Development/index.md
This commit is contained in:
bobmusinex 2025-03-17 22:49:20 -05:00
parent 645f6f467e
commit c11837b395
6 changed files with 659 additions and 3 deletions

4
.obsidian/app.json vendored
View File

@ -1 +1,3 @@
{}
{
"vimMode": true
}

View File

@ -1 +1,3 @@
{}
{
"cssTheme": "Typewriter"
}

View File

@ -0,0 +1,7 @@
{
"name": "Typewriter",
"version": "2.1.10",
"minAppVersion": "0.16.0",
"author": "crashmoney",
"authorUrl": "https://github.com/crashmoney"
}

636
.obsidian/themes/Typewriter/theme.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -194,8 +194,11 @@
"obsidian-git:Open Git source control": false
}
},
"active": "3a0748a92104fea2",
"active": "13b3ab28677c3595",
"lastOpenFiles": [
"Development/Untitled 2",
"Development/Untitled 1",
"Development/User and Admin",
"index.md",
"Development/index.md",
"Development",

View File

@ -0,0 +1,6 @@
---
title: Developement | Ferdinland Minecraft Server
draft: "false"
---
# Overview
There are three primary parts of the technology stack. The first is the Minecraft server management platform, Crafty Controller, as well as the suite of content and monitoring applications that support it (from the website to Player Analytics). The second is the code and configurations that allow for custom in-game content and replicable, version controlled server and mod configuration files. The third is the server and deployment infrastructure that tie everything together.