From 7c251e0eaf8d5e0b9f28210279c936ea34c6ecb1 Mon Sep 17 00:00:00 2001 From: Matheus Alexandrino Brito <matheus.a.brito12@usp.br> Date: Fri, 6 Oct 2023 16:50:05 -0300 Subject: [PATCH] Update 73 files - /darkboss/README.md - /Documents/Darkboss5/.gitignore - /Documents/Darkboss5/.gitlab-ci.yml - /Documents/Darkboss5/.hugo_build.lock - /Documents/Darkboss5/archetypes/default.md - /Documents/Darkboss5/content/about.md - /Documents/Darkboss5/content/games/dark1.html - /Documents/Darkboss5/content/games/dark2.html - /Documents/Darkboss5/content/games/dark3.html - /Documents/Darkboss5/hugo.toml - /Documents/Darkboss5/layouts/_default/baseof.html - /Documents/Darkboss5/layouts/_default/list.html - /Documents/Darkboss5/layouts/_default/single.html - /Documents/Darkboss5/layouts/index.html - /Documents/Darkboss5/layouts/partials/footer.html - /Documents/Darkboss5/layouts/partials/head.html - /Documents/Darkboss5/layouts/partials/header.html - /Documents/Darkboss5/static/css/style.css - /Documents/Darkboss5/static/img/boss1.jpg - /Documents/Darkboss5/static/img/boss2.jpg - /Documents/Darkboss5/static/img/boss3.jpg - /Documents/Darkboss5/static/img/capa.jpg - /Documents/Darkboss5/static/img/capa2.jpg - /Documents/Darkboss5/static/img/capa3.jpg - /Documents/Darkboss5/static/img/comp2.jpg - /Documents/Darkboss5/static/img/comp3.jpg - /Documents/Darkboss5/static/img/dark1.1.jpg - /Documents/Darkboss5/static/img/dark1.jpg - /Documents/Darkboss5/static/img/dark2.png - /Documents/Darkboss5/static/img/dark3.jpg - /Documents/Darkboss5/static/img/dark4.jpg - /Documents/Darkboss5/static/img/dark5.jpg - /Documents/Darkboss5/static/img/garota1.jpg - /Documents/Darkboss5/static/img/garota2.jpg - /Documents/Darkboss5/static/img/p1.jpg - /Documents/Darkboss5/static/img/p2.jpg - /Documents/Darkboss5/static/img/ppp.png - /archetypes/default.md - /content/games/dark2.html - /content/games/dark1.html - /content/games/dark3.html - /content/about.md - /layouts/_default/baseof.html - /layouts/_default/single.html - /layouts/_default/list.html - /layouts/partials/head.html - /layouts/partials/footer.html - /layouts/partials/header.html - /layouts/index.html - /static/css/style.css - /static/img/boss3.jpg - /static/img/boss1.jpg - /static/img/capa2.jpg - /static/img/boss2.jpg - /static/img/capa.jpg - /static/img/comp3.jpg - /static/img/comp2.jpg - /static/img/dark1.1.jpg - /static/img/capa3.jpg - /static/img/dark1.jpg - /static/img/dark4.jpg - /static/img/dark5.jpg - /static/img/garota1.jpg - /static/img/garota2.jpg - /static/img/p1.jpg - /static/img/p2.jpg - /static/img/dark3.jpg - /static/img/dark2.png - /static/img/ppp.png - /.gitignore - /.gitlab-ci.yml - /.hugo_build.lock - /hugo.toml --- Documents/Darkboss5/.gitignore => .gitignore | 0 .../.gitlab-ci.yml => .gitlab-ci.yml | 0 .../.hugo_build.lock => .hugo_build.lock | 0 .../archetypes => archetypes}/default.md | 0 .../Darkboss5/content => content}/about.md | 0 .../content => content}/games/dark1.html | 0 .../content => content}/games/dark2.html | 0 .../content => content}/games/dark3.html | 0 darkboss/README.md | 44 ------------------ Documents/Darkboss5/hugo.toml => hugo.toml | 0 .../layouts => layouts}/_default/baseof.html | 0 .../layouts => layouts}/_default/list.html | 0 .../layouts => layouts}/_default/single.html | 0 .../Darkboss5/layouts => layouts}/index.html | 0 .../layouts => layouts}/partials/footer.html | 0 .../layouts => layouts}/partials/head.html | 0 .../layouts => layouts}/partials/header.html | 0 .../Darkboss5/static => static}/css/style.css | 0 .../Darkboss5/static => static}/img/boss1.jpg | Bin .../Darkboss5/static => static}/img/boss2.jpg | Bin .../Darkboss5/static => static}/img/boss3.jpg | Bin .../Darkboss5/static => static}/img/capa.jpg | Bin .../Darkboss5/static => static}/img/capa2.jpg | Bin .../Darkboss5/static => static}/img/capa3.jpg | Bin .../Darkboss5/static => static}/img/comp2.jpg | Bin .../Darkboss5/static => static}/img/comp3.jpg | Bin .../static => static}/img/dark1.1.jpg | Bin .../Darkboss5/static => static}/img/dark1.jpg | Bin .../Darkboss5/static => static}/img/dark2.png | Bin .../Darkboss5/static => static}/img/dark3.jpg | Bin .../Darkboss5/static => static}/img/dark4.jpg | Bin .../Darkboss5/static => static}/img/dark5.jpg | Bin .../static => static}/img/garota1.jpg | Bin .../static => static}/img/garota2.jpg | Bin .../Darkboss5/static => static}/img/p1.jpg | Bin .../Darkboss5/static => static}/img/p2.jpg | Bin .../Darkboss5/static => static}/img/ppp.png | Bin 37 files changed, 44 deletions(-) rename Documents/Darkboss5/.gitignore => .gitignore (100%) rename Documents/Darkboss5/.gitlab-ci.yml => .gitlab-ci.yml (100%) rename Documents/Darkboss5/.hugo_build.lock => .hugo_build.lock (100%) rename {Documents/Darkboss5/archetypes => archetypes}/default.md (100%) rename {Documents/Darkboss5/content => content}/about.md (100%) rename {Documents/Darkboss5/content => content}/games/dark1.html (100%) rename {Documents/Darkboss5/content => content}/games/dark2.html (100%) rename {Documents/Darkboss5/content => content}/games/dark3.html (100%) delete mode 100644 darkboss/README.md rename Documents/Darkboss5/hugo.toml => hugo.toml (100%) rename {Documents/Darkboss5/layouts => layouts}/_default/baseof.html (100%) rename {Documents/Darkboss5/layouts => layouts}/_default/list.html (100%) rename {Documents/Darkboss5/layouts => layouts}/_default/single.html (100%) rename {Documents/Darkboss5/layouts => layouts}/index.html (100%) rename {Documents/Darkboss5/layouts => layouts}/partials/footer.html (100%) rename {Documents/Darkboss5/layouts => layouts}/partials/head.html (100%) rename {Documents/Darkboss5/layouts => layouts}/partials/header.html (100%) rename {Documents/Darkboss5/static => static}/css/style.css (100%) rename {Documents/Darkboss5/static => static}/img/boss1.jpg (100%) rename {Documents/Darkboss5/static => static}/img/boss2.jpg (100%) rename {Documents/Darkboss5/static => static}/img/boss3.jpg (100%) rename {Documents/Darkboss5/static => static}/img/capa.jpg (100%) rename {Documents/Darkboss5/static => static}/img/capa2.jpg (100%) rename {Documents/Darkboss5/static => static}/img/capa3.jpg (100%) rename {Documents/Darkboss5/static => static}/img/comp2.jpg (100%) rename {Documents/Darkboss5/static => static}/img/comp3.jpg (100%) rename {Documents/Darkboss5/static => static}/img/dark1.1.jpg (100%) rename {Documents/Darkboss5/static => static}/img/dark1.jpg (100%) rename {Documents/Darkboss5/static => static}/img/dark2.png (100%) rename {Documents/Darkboss5/static => static}/img/dark3.jpg (100%) rename {Documents/Darkboss5/static => static}/img/dark4.jpg (100%) rename {Documents/Darkboss5/static => static}/img/dark5.jpg (100%) rename {Documents/Darkboss5/static => static}/img/garota1.jpg (100%) rename {Documents/Darkboss5/static => static}/img/garota2.jpg (100%) rename {Documents/Darkboss5/static => static}/img/p1.jpg (100%) rename {Documents/Darkboss5/static => static}/img/p2.jpg (100%) rename {Documents/Darkboss5/static => static}/img/ppp.png (100%) diff --git a/Documents/Darkboss5/.gitignore b/.gitignore similarity index 100% rename from Documents/Darkboss5/.gitignore rename to .gitignore diff --git a/Documents/Darkboss5/.gitlab-ci.yml b/.gitlab-ci.yml similarity index 100% rename from Documents/Darkboss5/.gitlab-ci.yml rename to .gitlab-ci.yml diff --git a/Documents/Darkboss5/.hugo_build.lock b/.hugo_build.lock similarity index 100% rename from Documents/Darkboss5/.hugo_build.lock rename to .hugo_build.lock diff --git a/Documents/Darkboss5/archetypes/default.md b/archetypes/default.md similarity index 100% rename from Documents/Darkboss5/archetypes/default.md rename to archetypes/default.md diff --git a/Documents/Darkboss5/content/about.md b/content/about.md similarity index 100% rename from Documents/Darkboss5/content/about.md rename to content/about.md diff --git a/Documents/Darkboss5/content/games/dark1.html b/content/games/dark1.html similarity index 100% rename from Documents/Darkboss5/content/games/dark1.html rename to content/games/dark1.html diff --git a/Documents/Darkboss5/content/games/dark2.html b/content/games/dark2.html similarity index 100% rename from Documents/Darkboss5/content/games/dark2.html rename to content/games/dark2.html diff --git a/Documents/Darkboss5/content/games/dark3.html b/content/games/dark3.html similarity index 100% rename from Documents/Darkboss5/content/games/dark3.html rename to content/games/dark3.html diff --git a/darkboss/README.md b/darkboss/README.md deleted file mode 100644 index 5a6fb7e..0000000 --- a/darkboss/README.md +++ /dev/null @@ -1,44 +0,0 @@ -usage: git [-v | --version] [-h | --help] [-C <path>] [-c <name>=<value>] - [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path] - [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--bare] - [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>] - [--config-env=<name>=<envvar>] <command> [<args>] - -These are common Git commands used in various situations: - -start a working area (see also: git help tutorial) - clone Clone a repository into a new directory - init Create an empty Git repository or reinitialize an existing one - -work on the current change (see also: git help everyday) - add Add file contents to the index - mv Move or rename a file, a directory, or a symlink - restore Restore working tree files - rm Remove files from the working tree and from the index - -examine the history and state (see also: git help revisions) - bisect Use binary search to find the commit that introduced a bug - diff Show changes between commits, commit and working tree, etc - grep Print lines matching a pattern - log Show commit logs - show Show various types of objects - status Show the working tree status - -grow, mark and tweak your common history - branch List, create, or delete branches - commit Record changes to the repository - merge Join two or more development histories together - rebase Reapply commits on top of another base tip - reset Reset current HEAD to the specified state - switch Switch branches - tag Create, list, delete or verify a tag object signed with GPG - -collaborate (see also: git help workflows) - fetch Download objects and refs from another repository - pull Fetch from and integrate with another repository or a local branch - push Update remote refs along with associated objects - -'git help -a' and 'git help -g' list available subcommands and some -concept guides. See 'git help <command>' or 'git help <concept>' -to read about a specific subcommand or concept. -See 'git help git' for an overview of the system. diff --git a/Documents/Darkboss5/hugo.toml b/hugo.toml similarity index 100% rename from Documents/Darkboss5/hugo.toml rename to hugo.toml diff --git a/Documents/Darkboss5/layouts/_default/baseof.html b/layouts/_default/baseof.html similarity index 100% rename from Documents/Darkboss5/layouts/_default/baseof.html rename to layouts/_default/baseof.html diff --git a/Documents/Darkboss5/layouts/_default/list.html b/layouts/_default/list.html similarity index 100% rename from Documents/Darkboss5/layouts/_default/list.html rename to layouts/_default/list.html diff --git a/Documents/Darkboss5/layouts/_default/single.html b/layouts/_default/single.html similarity index 100% rename from Documents/Darkboss5/layouts/_default/single.html rename to layouts/_default/single.html diff --git a/Documents/Darkboss5/layouts/index.html b/layouts/index.html similarity index 100% rename from Documents/Darkboss5/layouts/index.html rename to layouts/index.html diff --git a/Documents/Darkboss5/layouts/partials/footer.html b/layouts/partials/footer.html similarity index 100% rename from Documents/Darkboss5/layouts/partials/footer.html rename to layouts/partials/footer.html diff --git a/Documents/Darkboss5/layouts/partials/head.html b/layouts/partials/head.html similarity index 100% rename from Documents/Darkboss5/layouts/partials/head.html rename to layouts/partials/head.html diff --git a/Documents/Darkboss5/layouts/partials/header.html b/layouts/partials/header.html similarity index 100% rename from Documents/Darkboss5/layouts/partials/header.html rename to layouts/partials/header.html diff --git a/Documents/Darkboss5/static/css/style.css b/static/css/style.css similarity index 100% rename from Documents/Darkboss5/static/css/style.css rename to static/css/style.css diff --git a/Documents/Darkboss5/static/img/boss1.jpg b/static/img/boss1.jpg similarity index 100% rename from Documents/Darkboss5/static/img/boss1.jpg rename to static/img/boss1.jpg diff --git a/Documents/Darkboss5/static/img/boss2.jpg b/static/img/boss2.jpg similarity index 100% rename from Documents/Darkboss5/static/img/boss2.jpg rename to static/img/boss2.jpg diff --git a/Documents/Darkboss5/static/img/boss3.jpg b/static/img/boss3.jpg similarity index 100% rename from Documents/Darkboss5/static/img/boss3.jpg rename to static/img/boss3.jpg diff --git a/Documents/Darkboss5/static/img/capa.jpg b/static/img/capa.jpg similarity index 100% rename from Documents/Darkboss5/static/img/capa.jpg rename to static/img/capa.jpg diff --git a/Documents/Darkboss5/static/img/capa2.jpg b/static/img/capa2.jpg similarity index 100% rename from Documents/Darkboss5/static/img/capa2.jpg rename to static/img/capa2.jpg diff --git a/Documents/Darkboss5/static/img/capa3.jpg b/static/img/capa3.jpg similarity index 100% rename from Documents/Darkboss5/static/img/capa3.jpg rename to static/img/capa3.jpg diff --git a/Documents/Darkboss5/static/img/comp2.jpg b/static/img/comp2.jpg similarity index 100% rename from Documents/Darkboss5/static/img/comp2.jpg rename to static/img/comp2.jpg diff --git a/Documents/Darkboss5/static/img/comp3.jpg b/static/img/comp3.jpg similarity index 100% rename from Documents/Darkboss5/static/img/comp3.jpg rename to static/img/comp3.jpg diff --git a/Documents/Darkboss5/static/img/dark1.1.jpg b/static/img/dark1.1.jpg similarity index 100% rename from Documents/Darkboss5/static/img/dark1.1.jpg rename to static/img/dark1.1.jpg diff --git a/Documents/Darkboss5/static/img/dark1.jpg b/static/img/dark1.jpg similarity index 100% rename from Documents/Darkboss5/static/img/dark1.jpg rename to static/img/dark1.jpg diff --git a/Documents/Darkboss5/static/img/dark2.png b/static/img/dark2.png similarity index 100% rename from Documents/Darkboss5/static/img/dark2.png rename to static/img/dark2.png diff --git a/Documents/Darkboss5/static/img/dark3.jpg b/static/img/dark3.jpg similarity index 100% rename from Documents/Darkboss5/static/img/dark3.jpg rename to static/img/dark3.jpg diff --git a/Documents/Darkboss5/static/img/dark4.jpg b/static/img/dark4.jpg similarity index 100% rename from Documents/Darkboss5/static/img/dark4.jpg rename to static/img/dark4.jpg diff --git a/Documents/Darkboss5/static/img/dark5.jpg b/static/img/dark5.jpg similarity index 100% rename from Documents/Darkboss5/static/img/dark5.jpg rename to static/img/dark5.jpg diff --git a/Documents/Darkboss5/static/img/garota1.jpg b/static/img/garota1.jpg similarity index 100% rename from Documents/Darkboss5/static/img/garota1.jpg rename to static/img/garota1.jpg diff --git a/Documents/Darkboss5/static/img/garota2.jpg b/static/img/garota2.jpg similarity index 100% rename from Documents/Darkboss5/static/img/garota2.jpg rename to static/img/garota2.jpg diff --git a/Documents/Darkboss5/static/img/p1.jpg b/static/img/p1.jpg similarity index 100% rename from Documents/Darkboss5/static/img/p1.jpg rename to static/img/p1.jpg diff --git a/Documents/Darkboss5/static/img/p2.jpg b/static/img/p2.jpg similarity index 100% rename from Documents/Darkboss5/static/img/p2.jpg rename to static/img/p2.jpg diff --git a/Documents/Darkboss5/static/img/ppp.png b/static/img/ppp.png similarity index 100% rename from Documents/Darkboss5/static/img/ppp.png rename to static/img/ppp.png -- GitLab