diff --git a/_app/_data/curtana.yml b/_app/_data/curtana.yml index 0f257639..fe8fa9d8 100644 --- a/_app/_data/curtana.yml +++ b/_app/_data/curtana.yml @@ -8,11 +8,11 @@ meta: # Hide footer from your homepage, example: sparanoid.com # Default: false -clean_homepage: false +clean_homepage: true # Style post link color (if defined) for article list # Default: false colorful_list: false # Enable dark mode automatically via `prefers-color-scheme: dark` -auto_dark_mode: true +auto_dark_mode: false diff --git a/_app/_data/header.yml b/_app/_data/header.yml index 6267d1fc..b301c657 100644 --- a/_app/_data/header.yml +++ b/_app/_data/header.yml @@ -1,8 +1,8 @@ - title: __home__ url: / -- title: News - url: /news/ +- title: Features + url: /features/ -- title: About - url: /about/ +- title: Plugins + url: /plugins/ diff --git a/_app/_pages/index.html b/_app/_pages/index.html index 8513c595..8aafb73b 100644 --- a/_app/_pages/index.html +++ b/_app/_pages/index.html @@ -10,19 +10,39 @@
-
+
+
+

+ Serverless data pipelines written for Data Engineers. +

-

- Almace Scaffolding - -

- -

A super-fast Jekyll framework fighting against the website obesity.

- - a.k.a. AMSF・ver. 2.0.22・view it on GitHub +

+ Write testable tasks in modern Python without any framework dependencies. +

+ + Compose in YAML and schedule them in serverless Lambda or Airflow. Package them in reusable components for your data analysts to use from the UI. + Fully Open Source. View on GitHub +
+ + + +
+
+ +
+ + +

YAML for Animals

+ + +

Getting Started

{% for post in site.tags.getting-started %} {%- include themes/{{ site.amsf_theme }}/includes/page-item.html -%} diff --git a/_app/assets/_scss/_user.scss b/_app/assets/_scss/_user.scss index e2981661..cbe4eb44 100644 --- a/_app/assets/_scss/_user.scss +++ b/_app/assets/_scss/_user.scss @@ -6,13 +6,7 @@ // EXAMPLE: alternative title size // By default all heading levels have the same font size, but many people may // not like this, so here's an alternative font size stack: -// .content { -// h2 { font-size: 108%; opacity: .8; } -// h3 { font-size: 96%; opacity: .7; } -// h4 { font-size: 84%; opacity: .6; } -// h5 { font-size: 72%; opacity: .5; } -// h6 { font-size: 60%; opacity: .4; } -// } + // EXAMPLE: alternative post title color // This is useful when you're using the custom color scheme. @@ -27,11 +21,110 @@ // EXAMPLE: amsf.github.io custom appearance :root { - --code-color-h: calc(var(--link-color-h) + 10); - --code-color-s: calc(var(--link-color-s) * .2 + 40%); + --font-size: 1.5vw; + --space-lg: 12vw; + + --bg-color-h: 168; + --bg-color-s: 100%; + --bg-color-l: 25%; + --bg-color-hsl: var(--bg-color-h), var(--bg-color-s), var(--bg-color-l); + --bg-color: hsl(var(--bg-color-hsl)); + --bg-color-light: hsl(var(--bg-color-h), var(--bg-color-s), calc(var(--bg-color-l) )); + --bg-color-dark: hsl(var(--bg-color-h), var(--bg-color-s), calc(var(--bg-color-l) )); + + --text-color: white; + + --link-color-h: 168; + --link-color-s: 100%; + --link-color-l: 85%; + --link-color-hsl: var(--link-color-h), var(--link-color-s), var(--link-color-l); + + --link-color: hsl(var(--link-color-hsl)); + + +} + + +// .content header { +// width: 100%; +// } + +.content .flex-container { + display: flex; + flex-direction: row; + +} + +.flex-container .flex-left { + flex: 50%; +} + +.flex-right { + flex: 50%; + display: flex; + justify-content: flex-end; + flex-direction: row; + height: fit-content; +} +.content img, .content video, .content iframe, .content .browser { + --space-deco: var(--space-md); + display: block; + width: 80%; + margin-left: unset; + margin-right: unset; + margin-bottom: unset; +} + +.content header { + background-color: hsl(168, 100%, 10%); +} + +.content header h1 { + font-size: 200%; + padding-bottom: 1rem; +} + +.content header h1 .highlighter{ + background-color: rgba(255, 255, 0, 0.304); } .content .sub-title { font-size: 108%; - opacity: .8; + opacity: .9; +} + +.content { + // h1 { font-size: 400%; opacity: .8; } + // h2 { font-size: 108%; opacity: .8; } + // h3 { font-size: 96%; opacity: .7; } + h4 { font-size: 84%; opacity: .6; } + h5 { font-size: 72%; opacity: .5; } + h6 { font-size: 60%; opacity: .4; } +} + + +.install { + display: flex; + justify-content: center; +} +.myButton { + background-color:hsl(167.76, 100%, 71.18%); + border-radius:5px; + border:2px solid #ffffff; + display:inline-block; + cursor:pointer; + color:hsl(168, 100%, 25%); + // font-family:Arial; + font-size:17px; + padding:10px 21px; + text-decoration:none; + // text-shadow:0px 1px 0px #2f6627; +} +.myButton:hover { + background-color:#ffffff; + color:hsl(168, 100%, 25%); } +.myButton:active { + position:relative; + top:1px; +} \ No newline at end of file diff --git a/_app/assets/_scss/_variables.scss b/_app/assets/_scss/_variables.scss index 04c899af..8d8dfdb6 100644 --- a/_app/assets/_scss/_variables.scss +++ b/_app/assets/_scss/_variables.scss @@ -8,3 +8,4 @@ // // - This file should contain only Sass variables defined in theme Curtana. // - CSS varaibles customization should be defined in `_user.scss`. + diff --git a/_app/assets/img/auto-complete.gif b/_app/assets/img/auto-complete.gif new file mode 100644 index 00000000..2936dac5 Binary files /dev/null and b/_app/assets/img/auto-complete.gif differ diff --git a/_app/assets/svg/typhoon_logo.svg b/_app/assets/svg/typhoon_logo.svg new file mode 100644 index 00000000..d75aaf01 --- /dev/null +++ b/_app/assets/svg/typhoon_logo.svg @@ -0,0 +1,232 @@ + + + + + + + + T PHOON + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/_config.yml b/_config.yml index 98355ded..7fd859c2 100644 --- a/_config.yml +++ b/_config.yml @@ -65,8 +65,8 @@ dev: false # Site name # -# Default: Almace Scaffolding -name: Almace Scaffolding +# Default: typhoon orchestrator +name: Typhoon Orchestrator # Site short name # @@ -82,14 +82,14 @@ name: Almace Scaffolding # - name_short: Sparanoid # # Default: AMSF -name_short: AMSF +name_short: Typhoon # Site description # # Will be used in the document meta and Atom feed subtitle # # Default: Super-fast Jekyll framework -description: Super-fast Jekyll framework +description: Elegant Serverless YAML Data Pipelines # Base URL # @@ -160,6 +160,7 @@ download: https://d1bmx7s6749k4k.cloudfront.net colors: theme: "#ff00b4" background: "#fff" + # Service Worker Precache service_worker: @@ -225,3 +226,4 @@ credits: true # # Default: "User-agent: *" robots: "User-agent: *" +