diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 46f5006..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -public/* diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml deleted file mode 100644 index ef23b60..0000000 --- a/.gitlab-ci.yml +++ /dev/null @@ -1,18 +0,0 @@ -image: alpine:latest - -before_script: - - apk update - - apk add python3 py3-pip - - pip3 install importlib-metadata - -pages: - stage: deploy - script: - - cd Source - - python3 Build.py - - mv public ../public - artifacts: - paths: - - public - rules: - - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH diff --git a/Source/Assets/Standard.css b/Source/Assets/Standard.css deleted file mode 100755 index e3595da..0000000 --- a/Source/Assets/Standard.css +++ /dev/null @@ -1,119 +0,0 @@ -:root { - --ScreenBorderPadding: 4px; - --ContentPadding: 8px; -} - -* { - Box-Sizing: Border-Box; -} - -Body { - Margin: 0; - //Padding: var(--ScreenBorderPadding); - Box-Sizing: Border-Box; - Width: 100vw; - Position: Absolute; - Left: Auto; - Right: Auto; - Background: #eeddff; - Font-Family: "Liberation Mono"; -} -#Container { - Box-Sizing: Border-Box; -} - -#TopBox { - Border: 2px Solid Purple; - Padding: var(--ContentPadding); -} -#LeftBox { - Float: Left; - Padding: var(--ContentPadding); - //Border: 2px Solid Purple; - user-select: none; -} -#RightBox { - //Position: Inherit; - //Border: 2px Solid Purple; - //Top: 16px; - //Right: 16px; -// Margin: 0; - Padding: var(--ContentPadding); - Float: Right; - user-select: none; -} -#MainBox { - //Text-Align: Center; - Margin: Auto; - Position: Absolute; - Z-Index: -1; - Left: 0; - Right: 0; - Width: 80%; -} -#BottomBox { - Box-Sizing: Border-Box; - Border: 2px Solid Purple; - Position: Fixed; - Bottom: 0; //var(--ScreenBorderPadding); - //Margin: var(--ScreenBorderPadding); - Left: 0; - Right: 0; - Padding: var(--ContentPadding); - Width: 100vw; - Text-Align: Right; -} - -@Media (Max-Width: 800px) { - #LeftBox {Display: None;} - #RightBox {Display: None;} -} - -.BlinkA { - Animation: BlinkerA 0.25s Step-Start Infinite; -} -@keyframes BlinkerA { - 0% {Position: Absolute; Visibility: Hidden;} - 50% {Position: Static; Visibility: Visible;} - 100% {Position: Absolute; Visibility: Hidden;} -} -.BlinkO { - Animation: BlinkerO 0.25s Step-Start Infinite; -} -@keyframes BlinkerO { - 0% {Position: Static; Visibility: Visible;} - 50% {Position: Absolute; Visibility: Hidden;} - 100% {Position: Static; Visibility: Visible;} -} - -@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@699;700&display=swap"); -:root { - --lower: 100; - --upper: 700; -} - -/* Credits: https://codepen.io/jh3y/pen/WNrXqYz */ -.WavyText { - font-family: 'Roboto Mono', monospace; - text-align: center; - position: absolute; - left: 50%; - white-space: nowrap; - transform: translate(-50%, -50%) translate(calc(var(--x, 0) * 1%), calc(var(--y, 0) * 1%)); - font-variation-settings: 'wght' var(--lower); - margin: 0; -} -.WavyText span { - color: hsla(300, 100%, 10%, var(--alpha-l)); - animation: rise 2.25s infinite ease-in-out; - animation-delay: calc((var(--index) - 6) * 0.225s); - display: inline-block; -} -@keyframes rise { - 50% { - font-variation-settings: 'wght' var(--upper); - color: hsla(300, 100%, 20%, var(--alpha-u)); - transform: translate(0, -15%); - } -} - diff --git a/Source/Build.py b/Source/Build.py index 5fe0ace..fae1b7e 100755 --- a/Source/Build.py +++ b/Source/Build.py @@ -107,7 +107,6 @@ def CopyAssets(): os.system("cp -R Assets/* public/") def Main(): - os.chdir(os.path.dirname(os.path.abspath(__file__))) ResetPublic() Templates = LoadFromDir('Templates') Parts = LoadFromDir('Parts') diff --git a/Source/Pages/index.md b/Source/Pages/index.md deleted file mode 100755 index aade68c..0000000 --- a/Source/Pages/index.md +++ /dev/null @@ -1,23 +0,0 @@ -% Template: Standard.html - -# Ciao!! - -Sei entratao -nel... - -% - Credits: https://codepen.io/jh3y/pen/WNrXqYz -

postoctt -

-

postoctt -

-

postoctt -

-
- -Esatto, il **postoctt**, Letteralmente il mio posto, perchè io sono octt e quindi -posto + octt = postoctt. -Se preferisci, puoi chiamarlo postocto. - -### Di che si tratta? - -A breve. diff --git a/Source/Parts/Standard/BottomBox.html b/Source/Parts/Standard/BottomBox.html deleted file mode 100644 index e36f7f7..0000000 --- a/Source/Parts/Standard/BottomBox.html +++ /dev/null @@ -1 +0,0 @@ -Footer diff --git a/Source/Parts/Standard/LeftBox.html b/Source/Parts/Standard/LeftBox.html deleted file mode 100644 index 9f2d944..0000000 --- a/Source/Parts/Standard/LeftBox.html +++ /dev/null @@ -1,2 +0,0 @@ -Home - diff --git a/Source/Parts/Standard/TopBox.html b/Source/Parts/Standard/TopBox.html deleted file mode 100644 index 74fcd1a..0000000 --- a/Source/Parts/Standard/TopBox.html +++ /dev/null @@ -1 +0,0 @@ -Header diff --git a/Source/Templates/Standard.html b/Source/Templates/Standard.html deleted file mode 100755 index ee221d9..0000000 --- a/Source/Templates/Standard.html +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - [HTML:Page:Title] - postoctt - - - -
-
- [HTML:Part:Standard/TopBox.html] -
-
-
- [HTML:Part:Standard/LeftBox.html] -
-
- [HTML:Page:RightBox] -
-
- [HTML:Page:MainBox] -
-
-
- [HTML:Part:Standard/BottomBox.html] -
-
- -