Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
lordSeaworth
lordSeaworth.ga
Commits
6eb40779
Commit
6eb40779
authored
Oct 05, 2021
by
lordSeaworth
Browse files
Commit.
parent
df6c5976
Pipeline
#441268515
passed with stages
in 5 minutes and 6 seconds
Changes
43
Pipelines
15
Expand all
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6eb40779
...
...
@@ -14,7 +14,7 @@ pages:
-
public/
tags
:
-
shared
when
:
always
when
:
manual
trinitycore
:
image
:
docker:latest
...
...
@@ -22,7 +22,7 @@ trinitycore:
before_script
:
-
echo $DOCKER_HUB_PASSWORD | docker login --username $DOCKER_HUB_USERNAME --password-stdin &>/dev/null
script
:
-
docker build -t lordseaworth/trinitycore:build "${CI_PROJECT_DIR}/source/docker/
images/
trinitycore/build"
-
docker build -t lordseaworth/trinitycore:build "${CI_PROJECT_DIR}/source/docker/trinitycore/build"
-
docker push lordseaworth/trinitycore:build
services
:
-
docker:dind
...
...
source/docker/
images/
trinitycore/build/Dockerfile
→
source/docker/trinitycore/build/Dockerfile
View file @
6eb40779
File moved
source/jekyll/Gemfile.lock
View file @
6eb40779
...
...
@@ -9,14 +9,14 @@ GEM
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
eventmachine (1.2.7)
ffi (1.15.
3
)
ffi (1.15.
4
)
forwardable-extended (2.6.0)
htmlbeautifier (1.3.1)
htmlcompressor (0.4.0)
http_parser.rb (0.6.0)
i18n (1.8.10)
concurrent-ruby (~> 1.0)
jekyll (4.2.
0
)
jekyll (4.2.
1
)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
...
...
@@ -54,7 +54,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
mini_i18n (0.8.0)
nokogiri (1.12.
3
-x86_64-linux)
nokogiri (1.12.
5
-x86_64-linux)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
...
...
@@ -64,13 +64,13 @@ GEM
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.
0
)
rouge (3.26.
1
)
safe_yaml (1.0.5)
sassc (2.4.0)
ffi (~> 1.9)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
unicode-display_width (1.
7
.0)
unicode-display_width (1.
8
.0)
webrick (1.7.0)
PLATFORMS
...
...
source/jekyll/_config.yml
View file @
6eb40779
...
...
@@ -10,15 +10,29 @@ layouts_dir : _sources/layouts
plugins_dir
:
_sources/plugins
sass
:
sass_dir
:
_sources/sass
s
tyle
:
compressed
s
ourcemap
:
never
s
ourcemap
:
always
s
tyle
:
expanded
#
plugins
:
-
jekyll-tidy
-
jekyll-timeago
-
jekyll-toc
#
jekyll_tidy
:
compress_html
:
false
jekyll_timeago
:
depth
:
2
pages
:
_content
toc
:
min_level
:
1
max_level
:
6
ordered_list
:
false
no_toc_section_class
:
no_toc_section
list_id
:
toc
list_class
:
section-nav
sublist_class
:
'
'
item_class
:
toc-entry
item_prefix
:
toc-
#
url
:
"
https://lordseaworth.ga"
baseurl
:
"
"
...
...
source/jekyll/_content/docker/images/index.html
deleted
100644 → 0
View file @
df6c5976
---
layout: default
title: "Docker > Images"
---
<div
class=
"row"
>
<div
class=
"col"
>
<ul
class=
"list-group"
>
<li
class=
"list-group-item-action list-group-item"
><a
href=
"{{ site.baseurl }}/docker/images/trinitycore/index.html"
>
TrinityCore
</a></li>
</ul>
</div>
</div>
\ No newline at end of file
source/jekyll/_content/docker/index.html
deleted
100644 → 0
View file @
df6c5976
---
layout: default
title: "Docker"
---
<div
class=
"row"
>
<div
class=
"col"
>
<div
class=
"card text-dark bg-light"
>
<div
class=
"card-header"
><strong>
Docker Images
</strong></div>
<div
class=
"card-body"
>
<div
class=
"card-text"
>
<ul
class=
"list-group"
>
<li
class=
"list-group-item-action list-group-item"
><a
href=
"{{ site.baseurl }}/docker/images/trinitycore/index.html"
>
TrinityCore
</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
\ No newline at end of file
source/jekyll/_content/docker/
images/
trinitycore/build.html
→
source/jekyll/_content/docker/trinitycore/build.html
View file @
6eb40779
...
...
@@ -40,5 +40,5 @@ title: "Docker > TrinityCore > Build"
<br>
<h5><strong>
See also
</strong></h5>
<ul
class=
"list-group"
>
<li
class=
"list-group-item-action list-group-item"
><a
href=
"https://gitlab.com/lordSeaworth/lordSeaworth.ga/-/blob/master/source/docker/
images/
trinitycore/build/Dockerfile"
>
Dockerfile
</a></li>
<li
class=
"list-group-item-action list-group-item"
><a
href=
"https://gitlab.com/lordSeaworth/lordSeaworth.ga/-/blob/master/source/docker/trinitycore/build/Dockerfile"
>
Dockerfile
</a></li>
</ul>
\ No newline at end of file
source/jekyll/_content/docker/
images/
trinitycore/index.html
→
source/jekyll/_content/docker/trinitycore/index.html
View file @
6eb40779
...
...
@@ -5,6 +5,6 @@ title: "Docker > TrinityCore"
<h3>
Supported tags and respective
<code>
Dockerfile
</code>
links
</h3>
<ul>
<li>
<a
href=
"{{ site.baseurl }}/docker/
images/
trinitycore/build.html"
>
build
</a>
<a
href=
"{{ site.baseurl }}/docker/trinitycore/build.html"
>
build
</a>
</li>
</ul>
\ No newline at end of file
source/jekyll/_sources/layouts/default.html
View file @
6eb40779
<!-- lordSeaworth.ga, layouts, default -->
<!doctype html>
<html
lang=
"en"
>
...
...
@@ -11,41 +12,29 @@
<!-- end <meta> -->
<title>
{{ site.title | smartify }} > {{ page.title | default: site.title }}
</title>
<!-- start <link> -->
<link
crossorigin=
"anonymous"
href=
"{{ site.baseurl }}/files/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
crossorigin=
"anonymous"
href=
"{{ site.baseurl }}/files/css/lordseaworth.min.css"
rel=
"stylesheet"
>
<link
crossorigin=
"anonymous"
href=
"{{ site.baseurl }}/files/images/favicon.ico"
rel=
"icon"
>
<link
crossorigin=
"anonymous"
href=
"{{ site.baseurl }}/cdn/css/bootstrap.css"
rel=
"stylesheet"
>
<link
crossorigin=
"anonymous"
href=
"{{ site.baseurl }}/cdn/css/fontawesome.css"
rel=
"stylesheet"
>
<link
crossorigin=
"anonymous"
href=
"{{ site.baseurl }}/cdn/css/lordseaworth.css"
rel=
"stylesheet"
>
<link
crossorigin=
"anonymous"
href=
"{{ site.baseurl }}/cdn/images/favicon.ico"
rel=
"icon"
>
<!-- end <link> -->
</head>
<body>
<!-- start <div>, #
wrapper
-->
<div
id=
"
wrapper
"
>
<!-- start <nav>, #header -->
<nav
class=
"bg-dark navbar navbar-dark navbar-expand"
id=
"header"
>
<!-- start <div>, #
ls-body
-->
<div
id=
"
ls-body
"
>
<!-- start <nav>, #
ls-
header -->
<nav
class=
"bg-dark navbar navbar-dark navbar-expand"
id=
"
ls-
header"
>
<div
class=
"container-fluid"
>
<a
class=
"navbar-brand"
href=
"{{ site.baseurl }}/"
title=
"{{ site.description | smartify }}"
>
{{site.title}}
</a>
</div>
</nav>
<!-- end <nav>, #header -->
<!-- start <div>, #body -->
<div
class=
"container-fluid"
id=
"body"
>
<!-- start <div>, #body-breadcrumbs -->
<div
class=
"card"
id=
"body-breadcrumbs"
>
{% assign breadcrumbs = page.path | split: "/" %}
<nav
aria-label=
"breadcrumb"
style=
"--bs-breadcrumb-divider: '>';"
>
<ol
class=
"breadcrumb"
>
{% for breadcrumb in breadcrumbs %}
{% capture breadcrumb-path %}{{breadcrumb-path}}/{{breadcrumb}}{% endcapture %}
<li
class=
"breadcrumb-item"
><a
href=
"{{site.baseurl}}{{breadcrumb-path}}"
>
{{breadcrumb}}
</a></li>
{% endfor %}
</ol>
</nav>
</div>
<!-- end <div>, #body-breadcrumbs -->
<!-- start <div> -->
<div
class=
"card"
id=
"body-wrapper"
>
<!-- start <div>, #body-tabs -->
<div
class=
"card-header"
id=
"body-tabs"
>
<!-- end <nav>, #ls-header -->
<!-- start <div> -->
<div
class=
"container-fluid"
style=
"padding-top: 0.6rem !important;"
>
<!-- start <div>, #ls-content-wrapper -->
<div
class=
"card"
id=
"ls-content-wrapper"
>
<!-- start <div> -->
<div
class=
"card-header"
id=
"ls-tabs"
>
<!-- start <ul> -->
<ul
class=
"nav nav-tabs card-header-tabs float-start"
>
<li
class=
"nav-item"
>
...
...
@@ -61,33 +50,30 @@
</ul>
<!-- end <ul> -->
</div>
<!-- end <div>, #body-tabs -->
<!-- start <div>, #body-content -->
<div
class=
"card-body"
id=
"body-content"
>
{{ content }}
</div>
<!-- end <div>, #body-content -->
<!-- end <div>s -->
<!-- start <main>, #ls-content -->
<main
id=
"ls-content"
>
<div
class=
"card-body"
>
{{ content }}
</div>
</main>
<!-- end <main>, #ls-content -->
</div>
<!-- end <div> -->
<!-- start <div>, #body-footer -->
<div
id=
"body-footer"
>
This page was last edited on
<strong>
{{ site.time | date: "%d %B %Y, at %H:%M" }}
</strong></div>
<!-- end <div>, #body-footer -->
<!-- start <div>, #body-poweredby -->
<div
id=
"body-poweredby"
>
<a
href=
"https://getbootstrap.com"
><img
src=
"{{ site.baseurl }}/files/images/poweredby/bootstrap.svg"
class=
"img-fluid"
></a>
<a
href=
"https://docs.gitlab.com/ee/user/project/pages/"
><img
src=
"{{ site.baseurl }}/files/images/poweredby/gitlab.svg"
class=
"img-fluid"
></a>
<a
href=
"https://jekyllrb.com/"
><img
src=
"{{ site.baseurl }}/files/images/poweredby/jekyll.svg"
class=
"img-fluid"
></a>
<a
href=
"https://jquery.com/"
><img
src=
"{{ site.baseurl }}/files/images/poweredby/jquery.svg"
class=
"img-fluid"
></a>
<!-- end <div>, , #ls-content-wrapper -->
<!-- start <div>, #ls-footer -->
<div
id=
"ls-footer"
>
This page was last edited on
<strong>
{{ site.time | date: "%d %B %Y, at %H:%M" }}
</strong>
</div>
<!-- end <div>, #
body-poweredby
-->
<!-- end <div>, #
ls-footer
-->
</div>
<!-- end <div>
, #body
-->
<!-- end <div> -->
</div>
<!-- end <div>, #wrapper -->
<!-- end <div>, #ls-body -->
<!-- start <script> -->
<script
crossorigin=
"anonymous"
src=
"{{ site.baseurl }}/
files
/js/jquery.
min.
js"
></script>
<script
crossorigin=
"anonymous"
src=
"{{ site.baseurl }}/
cdn
/js/jquery.js"
></script>
<script
crossorigin=
"anonymous"
>
window
.
jQuery
||
document
.
write
(
'
<script crossorigin="anonymous" src="{{ site.baseurl }}/
files
/js/jquery.
min.
js"><
\
/script>
'
)
window
.
jQuery
||
document
.
write
(
'
<script crossorigin="anonymous" src="{{ site.baseurl }}/
cdn
/js/jquery.js"><
\
/script>
'
)
</script>
<script
crossorigin=
"anonymous"
src=
"{{ site.baseurl }}/
files
/js/bootstrap.bundle.
min.
js"
></script>
<script
crossorigin=
"anonymous"
src=
"{{ site.baseurl }}/
cdn
/js/bootstrap.bundle.js"
></script>
<!-- end <script> -->
</body>
...
...
source/jekyll/_sources/sass/fonts.scss
deleted
100644 → 0
View file @
df6c5976
// ChakraPetch
@font-face
{
font-family
:
ChakraPetch
;
src
:
url(/files/webfonts/chakrapetch/chakrapetch-regular.ttf)
;
}
// Lobster
@font-face
{
font-family
:
Lobster
;
src
:
url(/files/webfonts/lobster/lobster-regular.ttf)
;
}
// SourceCodePro
@font-face
{
font-family
:
SourceCodePro
;
src
:
url(/files/webfonts/sourcecodepro/sourcecodepro-regular.ttf)
;
}
\ No newline at end of file
source/jekyll/_sources/sass/variables.scss
View file @
6eb40779
// Colors
// lordSeaworth.ga, sass variables.
// Colors.
$black
:
#000000
!
default
;
$dark-gray
:
#A9A9A9
!
default
;
$dark-green
:
#006400
!
default
;
...
...
source/jekyll/cdn/css/bootstrap.scss
0 → 100644
View file @
6eb40779
This diff is collapsed.
Click to expand it.
source/jekyll/cdn/css/fontawesome.scss
0 → 100644
View file @
6eb40779
This diff is collapsed.
Click to expand it.
source/jekyll/
files
/css/lordseaworth.
min.
scss
→
source/jekyll/
cdn
/css/lordseaworth.scss
View file @
6eb40779
---
---
@
import
"fonts"
;
@
import
"variables"
;
body
...
...
@@ -12,44 +11,18 @@ body
color
:
$dark-green
!
important
;
text-decoration
:
none
!
important
;
}
a
:hover
{
font-weight
:
bold
!
important
;
}
}
#body
{
padding-top
:
0
.6rem
!
important
;
}
#body-breadcrumbs
{
background-color
:
$white-smoke
!
important
;
border
:
1px
solid
$black
!
important
;
border-radius
:
0
!
important
;
font-family
:
ChakraPetch
!
important
;
font-size
:
0
.8rem
!
important
;
font-weight
:
bold
!
important
;
margin-bottom
:
0
.3rem
!
important
;
padding
:
0
.3rem
0
.6rem
!
important
;
a
{
color
:
$black
!
important
;
text-decoration
:
none
!
important
;
}
a
:hover
{
color
:
$dark-green
!
important
;
text-decoration
:
none
!
important
;
}
.breadcrumb
{
margin
:
0rem
!
important
;
}
#ls-body
{
}
#
body
-content
#
ls
-content
{
dl
,
ol
,
ul
{
...
...
@@ -62,7 +35,13 @@ body
}
}
#body-footer
#ls-content-wrapper
{
border
:
1px
solid
$black
!
important
;
border-radius
:
0
!
important
;
}
#ls-footer
{
font-size
:
0
.8rem
!
important
;
text-align
:
right
!
important
;
...
...
@@ -70,15 +49,35 @@ body
padding-top
:
0
.3rem
!
important
;
}
#
body-poweredby
#
ls-header
{
text-align
:
right
!
important
;
background-color
:
$black
!
important
;
border-bottom
:
5px
$dark-green
solid
!
important
;
color
:
$white
!
important
;
a
,
a
:focus
{
color
:
$white-smoke
!
important
;
font-weight
:
bold
!
important
;
}
a
:hover
{
color
:
$silver
!
important
;
}
.navbar-brand
{
font-size
:
1
.5rem
!
important
;
text-decoration
:
none
!
important
;
}
}
#
body
-tabs
#
ls
-tabs
{
background-color
:
$white-smoke
!
important
;
border-bottom
:
1px
solid
$black
!
important
;
.nav-link
{
background-color
:
$white
!
important
;
...
...
@@ -90,12 +89,14 @@ body
color
:
$black
!
important
;
text-decoration
:
none
!
important
;
}
.nav-link
:hover
{
background-color
:
$silver
!
important
;
border-bottom-color
:
$dark-green
!
important
;
color
:
$dark-green
!
important
;
}
.active
,
.active
:hover
{
color
:
$black
!
important
;
...
...
@@ -103,33 +104,4 @@ body
border-color
:
$black
$black
$white-smoke
!
important
;
font-weight
:
bold
!
important
;
}
}
#body-wrapper
{
border
:
1px
solid
$black
!
important
;
border-radius
:
0
!
important
;
}
/* Header */
#header
{
background-color
:
$black
!
important
;
border-bottom
:
5px
$dark-green
solid
!
important
;
color
:
$white
!
important
;
font-family
:
Lobster
!
important
;
a
,
a
:focus
{
color
:
$white-smoke
!
important
;
font-weight
:
bold
!
important
;
}
a
:hover
{
color
:
$silver
!
important
;
}
.navbar-brand
{
font-size
:
1
.5rem
!
important
;
text-decoration
:
none
!
important
;
}
}
\ No newline at end of file
source/jekyll/
files
/images/favicon.ico
→
source/jekyll/
cdn
/images/favicon.ico
View file @
6eb40779
File moved
source/jekyll/cdn/js/bootstrap.bundle.js
0 → 100644
View file @
6eb40779
This diff is collapsed.
Click to expand it.
source/jekyll/cdn/js/jquery.js
0 → 100644
View file @
6eb40779
This diff is collapsed.
Click to expand it.
source/jekyll/cdn/webfonts/fontawesome/fa-brands-400.eot
0 → 100644
View file @
6eb40779
File added
source/jekyll/cdn/webfonts/fontawesome/fa-brands-400.ttf
0 → 100644
View file @
6eb40779
File added
source/jekyll/cdn/webfonts/fontawesome/fa-brands-400.woff
0 → 100644
View file @
6eb40779
File added
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment