From e182245d3205d929881f51da9b48d6c4ed97a682 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Thu, 8 Feb 2024 16:36:31 -0600 Subject: Commit inicial --- .editorconfig | 16 + .gitignore | 12 + .ruby-version | 1 + Gemfile | 10 + Gemfile.lock | 85 ++++ Gemfile.lock.bak | 72 ++++ LICENSE.md | 21 + _config.yml | 204 ++++++++++ _includes/footer.html | 105 +++++ _includes/head.html | 78 ++++ _includes/header.html | 19 + _includes/nav_links.html | 5 + _includes/page_divider.html | 4 + _includes/tooltips/.editorconfig | 4 + _includes/tooltips/example.html | 1 + _layouts/archive.html | 23 ++ _layouts/default.html | 18 + _layouts/page.html | 18 + _layouts/post.html | 142 +++++++ _posts/2015-04-18-dummy.md | 16 + _posts/2015-04-18-dummy2.md | 16 + _posts/2015-04-18-dummy3.md | 16 + _posts/2015-04-18-dummy4.md | 17 + _posts/2015-04-18-dummy5.md | 17 + _posts/2015-04-18-dummy6.md | 17 + _posts/2015-04-18-welcome-to-jekyll.md | 74 ++++ _posts/2015-04-19-dummy6.markdown | 17 + _posts/2015-04-20-welcome-to-jekyll.markdown | 103 +++++ _sass/_layout.scss | 453 +++++++++++++++++++++ _sass/base/_base.scss | 15 + _sass/base/_buttons.scss | 31 ++ _sass/base/_forms.scss | 78 ++++ _sass/base/_grid-settings.scss | 14 + _sass/base/_lists.scss | 36 ++ _sass/base/_tables.scss | 25 ++ _sass/base/_typography.scss | 79 ++++ _sass/base/_variables.scss | 52 +++ _sass/bourbon/_bourbon-deprecated-upcoming.scss | 411 +++++++++++++++++++ _sass/bourbon/_bourbon.scss | 87 ++++ _sass/bourbon/addons/_border-color.scss | 26 ++ _sass/bourbon/addons/_border-radius.scss | 48 +++ _sass/bourbon/addons/_border-style.scss | 25 ++ _sass/bourbon/addons/_border-width.scss | 25 ++ _sass/bourbon/addons/_buttons.scss | 64 +++ _sass/bourbon/addons/_clearfix.scss | 25 ++ _sass/bourbon/addons/_ellipsis.scss | 30 ++ _sass/bourbon/addons/_font-stacks.scss | 31 ++ _sass/bourbon/addons/_hide-text.scss | 27 ++ _sass/bourbon/addons/_margin.scss | 26 ++ _sass/bourbon/addons/_padding.scss | 26 ++ _sass/bourbon/addons/_position.scss | 48 +++ _sass/bourbon/addons/_prefixer.scss | 66 +++ _sass/bourbon/addons/_retina-image.scss | 25 ++ _sass/bourbon/addons/_size.scss | 51 +++ _sass/bourbon/addons/_text-inputs.scss | 112 +++++ _sass/bourbon/addons/_timing-functions.scss | 34 ++ _sass/bourbon/addons/_triangle.scss | 63 +++ _sass/bourbon/addons/_word-wrap.scss | 29 ++ _sass/bourbon/css3/_animation.scss | 43 ++ _sass/bourbon/css3/_appearance.scss | 3 + _sass/bourbon/css3/_backface-visibility.scss | 3 + _sass/bourbon/css3/_background-image.scss | 42 ++ _sass/bourbon/css3/_background.scss | 55 +++ _sass/bourbon/css3/_border-image.scss | 59 +++ _sass/bourbon/css3/_calc.scss | 4 + _sass/bourbon/css3/_columns.scss | 47 +++ _sass/bourbon/css3/_filter.scss | 4 + _sass/bourbon/css3/_flex-box.scss | 287 +++++++++++++ _sass/bourbon/css3/_font-face.scss | 24 ++ _sass/bourbon/css3/_font-feature-settings.scss | 4 + _sass/bourbon/css3/_hidpi-media-query.scss | 10 + _sass/bourbon/css3/_hyphens.scss | 4 + _sass/bourbon/css3/_image-rendering.scss | 14 + _sass/bourbon/css3/_keyframes.scss | 36 ++ _sass/bourbon/css3/_linear-gradient.scss | 38 ++ _sass/bourbon/css3/_perspective.scss | 8 + _sass/bourbon/css3/_placeholder.scss | 8 + _sass/bourbon/css3/_radial-gradient.scss | 39 ++ _sass/bourbon/css3/_selection.scss | 42 ++ _sass/bourbon/css3/_text-decoration.scss | 19 + _sass/bourbon/css3/_transform.scss | 15 + _sass/bourbon/css3/_transition.scss | 71 ++++ _sass/bourbon/css3/_user-select.scss | 3 + _sass/bourbon/functions/_assign-inputs.scss | 11 + _sass/bourbon/functions/_contains-falsy.scss | 20 + _sass/bourbon/functions/_contains.scss | 26 ++ _sass/bourbon/functions/_is-length.scss | 11 + _sass/bourbon/functions/_is-light.scss | 21 + _sass/bourbon/functions/_is-number.scss | 11 + _sass/bourbon/functions/_is-size.scss | 13 + _sass/bourbon/functions/_modular-scale.scss | 69 ++++ _sass/bourbon/functions/_px-to-em.scss | 13 + _sass/bourbon/functions/_px-to-rem.scss | 15 + _sass/bourbon/functions/_shade.scss | 24 ++ _sass/bourbon/functions/_strip-units.scss | 17 + _sass/bourbon/functions/_tint.scss | 24 ++ .../functions/_transition-property-name.scss | 22 + _sass/bourbon/functions/_unpack.scss | 27 ++ _sass/bourbon/helpers/_convert-units.scss | 21 + _sass/bourbon/helpers/_directional-values.scss | 96 +++++ .../bourbon/helpers/_font-source-declaration.scss | 43 ++ .../helpers/_gradient-positions-parser.scss | 13 + _sass/bourbon/helpers/_linear-angle-parser.scss | 25 ++ _sass/bourbon/helpers/_linear-gradient-parser.scss | 41 ++ .../bourbon/helpers/_linear-positions-parser.scss | 61 +++ .../helpers/_linear-side-corner-parser.scss | 31 ++ _sass/bourbon/helpers/_radial-arg-parser.scss | 69 ++++ _sass/bourbon/helpers/_radial-gradient-parser.scss | 50 +++ .../bourbon/helpers/_radial-positions-parser.scss | 18 + _sass/bourbon/helpers/_render-gradients.scss | 26 ++ _sass/bourbon/helpers/_shape-size-stripper.scss | 10 + _sass/bourbon/helpers/_str-to-num.scss | 50 +++ _sass/bourbon/settings/_asset-pipeline.scss | 7 + _sass/bourbon/settings/_prefixer.scss | 9 + _sass/bourbon/settings/_px-to-em.scss | 1 + _sass/neat/_neat-helpers.scss | 8 + _sass/neat/_neat.scss | 23 ++ _sass/neat/functions/_new-breakpoint.scss | 49 +++ _sass/neat/functions/_private.scss | 114 ++++++ _sass/neat/grid/_box-sizing.scss | 15 + _sass/neat/grid/_direction-context.scss | 33 ++ _sass/neat/grid/_display-context.scss | 28 ++ _sass/neat/grid/_fill-parent.scss | 22 + _sass/neat/grid/_media.scss | 92 +++++ _sass/neat/grid/_omega.scss | 87 ++++ _sass/neat/grid/_outer-container.scss | 38 ++ _sass/neat/grid/_pad.scss | 25 ++ _sass/neat/grid/_private.scss | 35 ++ _sass/neat/grid/_row.scss | 52 +++ _sass/neat/grid/_shift.scss | 50 +++ _sass/neat/grid/_span-columns.scss | 94 +++++ _sass/neat/grid/_to-deprecate.scss | 97 +++++ _sass/neat/grid/_visual-grid.scss | 42 ++ _sass/neat/settings/_disable-warnings.scss | 13 + _sass/neat/settings/_grid.scss | 51 +++ _sass/neat/settings/_visual-grid.scss | 27 ++ assets/header_image.jpg | Bin 0 -> 1233635 bytes assets/icons/android-icon-144x144.png | Bin 0 -> 9777 bytes assets/icons/android-icon-192x192.png | Bin 0 -> 13212 bytes assets/icons/android-icon-36x36.png | Bin 0 -> 2051 bytes assets/icons/android-icon-48x48.png | Bin 0 -> 2422 bytes assets/icons/android-icon-72x72.png | Bin 0 -> 4529 bytes assets/icons/android-icon-96x96.png | Bin 0 -> 5846 bytes assets/icons/apple-icon-114x114.png | Bin 0 -> 6925 bytes assets/icons/apple-icon-120x120.png | Bin 0 -> 7415 bytes assets/icons/apple-icon-144x144.png | Bin 0 -> 9777 bytes assets/icons/apple-icon-152x152.png | Bin 0 -> 10579 bytes assets/icons/apple-icon-180x180.png | Bin 0 -> 13843 bytes assets/icons/apple-icon-57x57.png | Bin 0 -> 3649 bytes assets/icons/apple-icon-60x60.png | Bin 0 -> 3840 bytes assets/icons/apple-icon-72x72.png | Bin 0 -> 4529 bytes assets/icons/apple-icon-76x76.png | Bin 0 -> 4700 bytes assets/icons/apple-icon-precomposed.png | Bin 0 -> 13701 bytes assets/icons/apple-icon.png | Bin 0 -> 13701 bytes assets/icons/browserconfig.xml | 2 + assets/icons/favicon-16x16.png | Bin 0 -> 1257 bytes assets/icons/favicon-32x32.png | Bin 0 -> 1812 bytes assets/icons/favicon-96x96.png | Bin 0 -> 5846 bytes assets/icons/favicon.ico | Bin 0 -> 1150 bytes assets/icons/manifest.json | 41 ++ assets/icons/ms-icon-144x144.png | Bin 0 -> 9777 bytes assets/icons/ms-icon-150x150.png | Bin 0 -> 10318 bytes assets/icons/ms-icon-310x310.png | Bin 0 -> 31969 bytes assets/icons/ms-icon-70x70.png | Bin 0 -> 4354 bytes assets/instacode.png | Bin 0 -> 4621375 bytes assets/logo.png | Bin 0 -> 14250 bytes assets/profile-placeholder.gif | Bin 0 -> 6279 bytes circle.yml | 7 + css/main.scss | 13 + feed.xml | 30 ++ index.html | 88 ++++ js/.gitkeep | 0 posts.md | 28 ++ stackbit.yaml | 249 +++++++++++ typography.md | 156 +++++++ 175 files changed, 6579 insertions(+) create mode 100644 .editorconfig create mode 100644 .gitignore create mode 100644 .ruby-version create mode 100644 Gemfile create mode 100644 Gemfile.lock create mode 100644 Gemfile.lock.bak create mode 100644 LICENSE.md create mode 100644 _config.yml create mode 100644 _includes/footer.html create mode 100644 _includes/head.html create mode 100644 _includes/header.html create mode 100644 _includes/nav_links.html create mode 100644 _includes/page_divider.html create mode 100644 _includes/tooltips/.editorconfig create mode 100644 _includes/tooltips/example.html create mode 100644 _layouts/archive.html create mode 100644 _layouts/default.html create mode 100644 _layouts/page.html create mode 100644 _layouts/post.html create mode 100644 _posts/2015-04-18-dummy.md create mode 100644 _posts/2015-04-18-dummy2.md create mode 100644 _posts/2015-04-18-dummy3.md create mode 100644 _posts/2015-04-18-dummy4.md create mode 100644 _posts/2015-04-18-dummy5.md create mode 100644 _posts/2015-04-18-dummy6.md create mode 100644 _posts/2015-04-18-welcome-to-jekyll.md create mode 100644 _posts/2015-04-19-dummy6.markdown create mode 100644 _posts/2015-04-20-welcome-to-jekyll.markdown create mode 100644 _sass/_layout.scss create mode 100644 _sass/base/_base.scss create mode 100644 _sass/base/_buttons.scss create mode 100644 _sass/base/_forms.scss create mode 100644 _sass/base/_grid-settings.scss create mode 100644 _sass/base/_lists.scss create mode 100644 _sass/base/_tables.scss create mode 100644 _sass/base/_typography.scss create mode 100644 _sass/base/_variables.scss create mode 100644 _sass/bourbon/_bourbon-deprecated-upcoming.scss create mode 100644 _sass/bourbon/_bourbon.scss create mode 100644 _sass/bourbon/addons/_border-color.scss create mode 100644 _sass/bourbon/addons/_border-radius.scss create mode 100644 _sass/bourbon/addons/_border-style.scss create mode 100644 _sass/bourbon/addons/_border-width.scss create mode 100644 _sass/bourbon/addons/_buttons.scss create mode 100644 _sass/bourbon/addons/_clearfix.scss create mode 100644 _sass/bourbon/addons/_ellipsis.scss create mode 100644 _sass/bourbon/addons/_font-stacks.scss create mode 100644 _sass/bourbon/addons/_hide-text.scss create mode 100644 _sass/bourbon/addons/_margin.scss create mode 100644 _sass/bourbon/addons/_padding.scss create mode 100644 _sass/bourbon/addons/_position.scss create mode 100644 _sass/bourbon/addons/_prefixer.scss create mode 100644 _sass/bourbon/addons/_retina-image.scss create mode 100644 _sass/bourbon/addons/_size.scss create mode 100644 _sass/bourbon/addons/_text-inputs.scss create mode 100644 _sass/bourbon/addons/_timing-functions.scss create mode 100644 _sass/bourbon/addons/_triangle.scss create mode 100644 _sass/bourbon/addons/_word-wrap.scss create mode 100644 _sass/bourbon/css3/_animation.scss create mode 100644 _sass/bourbon/css3/_appearance.scss create mode 100644 _sass/bourbon/css3/_backface-visibility.scss create mode 100644 _sass/bourbon/css3/_background-image.scss create mode 100644 _sass/bourbon/css3/_background.scss create mode 100644 _sass/bourbon/css3/_border-image.scss create mode 100644 _sass/bourbon/css3/_calc.scss create mode 100644 _sass/bourbon/css3/_columns.scss create mode 100644 _sass/bourbon/css3/_filter.scss create mode 100644 _sass/bourbon/css3/_flex-box.scss create mode 100644 _sass/bourbon/css3/_font-face.scss create mode 100644 _sass/bourbon/css3/_font-feature-settings.scss create mode 100644 _sass/bourbon/css3/_hidpi-media-query.scss create mode 100644 _sass/bourbon/css3/_hyphens.scss create mode 100644 _sass/bourbon/css3/_image-rendering.scss create mode 100644 _sass/bourbon/css3/_keyframes.scss create mode 100644 _sass/bourbon/css3/_linear-gradient.scss create mode 100644 _sass/bourbon/css3/_perspective.scss create mode 100644 _sass/bourbon/css3/_placeholder.scss create mode 100644 _sass/bourbon/css3/_radial-gradient.scss create mode 100644 _sass/bourbon/css3/_selection.scss create mode 100644 _sass/bourbon/css3/_text-decoration.scss create mode 100644 _sass/bourbon/css3/_transform.scss create mode 100644 _sass/bourbon/css3/_transition.scss create mode 100644 _sass/bourbon/css3/_user-select.scss create mode 100644 _sass/bourbon/functions/_assign-inputs.scss create mode 100644 _sass/bourbon/functions/_contains-falsy.scss create mode 100644 _sass/bourbon/functions/_contains.scss create mode 100644 _sass/bourbon/functions/_is-length.scss create mode 100644 _sass/bourbon/functions/_is-light.scss create mode 100644 _sass/bourbon/functions/_is-number.scss create mode 100644 _sass/bourbon/functions/_is-size.scss create mode 100644 _sass/bourbon/functions/_modular-scale.scss create mode 100644 _sass/bourbon/functions/_px-to-em.scss create mode 100644 _sass/bourbon/functions/_px-to-rem.scss create mode 100644 _sass/bourbon/functions/_shade.scss create mode 100644 _sass/bourbon/functions/_strip-units.scss create mode 100644 _sass/bourbon/functions/_tint.scss create mode 100644 _sass/bourbon/functions/_transition-property-name.scss create mode 100644 _sass/bourbon/functions/_unpack.scss create mode 100644 _sass/bourbon/helpers/_convert-units.scss create mode 100644 _sass/bourbon/helpers/_directional-values.scss create mode 100644 _sass/bourbon/helpers/_font-source-declaration.scss create mode 100644 _sass/bourbon/helpers/_gradient-positions-parser.scss create mode 100644 _sass/bourbon/helpers/_linear-angle-parser.scss create mode 100644 _sass/bourbon/helpers/_linear-gradient-parser.scss create mode 100644 _sass/bourbon/helpers/_linear-positions-parser.scss create mode 100644 _sass/bourbon/helpers/_linear-side-corner-parser.scss create mode 100644 _sass/bourbon/helpers/_radial-arg-parser.scss create mode 100644 _sass/bourbon/helpers/_radial-gradient-parser.scss create mode 100644 _sass/bourbon/helpers/_radial-positions-parser.scss create mode 100644 _sass/bourbon/helpers/_render-gradients.scss create mode 100644 _sass/bourbon/helpers/_shape-size-stripper.scss create mode 100644 _sass/bourbon/helpers/_str-to-num.scss create mode 100644 _sass/bourbon/settings/_asset-pipeline.scss create mode 100644 _sass/bourbon/settings/_prefixer.scss create mode 100644 _sass/bourbon/settings/_px-to-em.scss create mode 100644 _sass/neat/_neat-helpers.scss create mode 100644 _sass/neat/_neat.scss create mode 100644 _sass/neat/functions/_new-breakpoint.scss create mode 100644 _sass/neat/functions/_private.scss create mode 100644 _sass/neat/grid/_box-sizing.scss create mode 100644 _sass/neat/grid/_direction-context.scss create mode 100644 _sass/neat/grid/_display-context.scss create mode 100644 _sass/neat/grid/_fill-parent.scss create mode 100644 _sass/neat/grid/_media.scss create mode 100644 _sass/neat/grid/_omega.scss create mode 100644 _sass/neat/grid/_outer-container.scss create mode 100644 _sass/neat/grid/_pad.scss create mode 100644 _sass/neat/grid/_private.scss create mode 100644 _sass/neat/grid/_row.scss create mode 100644 _sass/neat/grid/_shift.scss create mode 100644 _sass/neat/grid/_span-columns.scss create mode 100644 _sass/neat/grid/_to-deprecate.scss create mode 100644 _sass/neat/grid/_visual-grid.scss create mode 100644 _sass/neat/settings/_disable-warnings.scss create mode 100644 _sass/neat/settings/_grid.scss create mode 100644 _sass/neat/settings/_visual-grid.scss create mode 100644 assets/header_image.jpg create mode 100755 assets/icons/android-icon-144x144.png create mode 100755 assets/icons/android-icon-192x192.png create mode 100755 assets/icons/android-icon-36x36.png create mode 100755 assets/icons/android-icon-48x48.png create mode 100755 assets/icons/android-icon-72x72.png create mode 100755 assets/icons/android-icon-96x96.png create mode 100755 assets/icons/apple-icon-114x114.png create mode 100755 assets/icons/apple-icon-120x120.png create mode 100755 assets/icons/apple-icon-144x144.png create mode 100755 assets/icons/apple-icon-152x152.png create mode 100755 assets/icons/apple-icon-180x180.png create mode 100755 assets/icons/apple-icon-57x57.png create mode 100755 assets/icons/apple-icon-60x60.png create mode 100755 assets/icons/apple-icon-72x72.png create mode 100755 assets/icons/apple-icon-76x76.png create mode 100755 assets/icons/apple-icon-precomposed.png create mode 100755 assets/icons/apple-icon.png create mode 100755 assets/icons/browserconfig.xml create mode 100755 assets/icons/favicon-16x16.png create mode 100755 assets/icons/favicon-32x32.png create mode 100755 assets/icons/favicon-96x96.png create mode 100755 assets/icons/favicon.ico create mode 100755 assets/icons/manifest.json create mode 100755 assets/icons/ms-icon-144x144.png create mode 100755 assets/icons/ms-icon-150x150.png create mode 100755 assets/icons/ms-icon-310x310.png create mode 100755 assets/icons/ms-icon-70x70.png create mode 100644 assets/instacode.png create mode 100644 assets/logo.png create mode 100644 assets/profile-placeholder.gif create mode 100644 circle.yml create mode 100755 css/main.scss create mode 100644 feed.xml create mode 100644 index.html create mode 100644 js/.gitkeep create mode 100644 posts.md create mode 100644 stackbit.yaml create mode 100644 typography.md diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..b40d949 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,16 @@ +# EditorConfig is awesome: http://EditorConfig.org + +root = true + +[*] +end_of_line = lf +insert_final_newline = true + +[*.{html,js,scss}] +charset = utf-8 +indent_style = tab +indent_size = 2 + +[*.{md,markdown,yml}] +indent_style = spaces +indent_size = 2 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eb70f4a --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +.DS_Store + +# Compiled site +_site +.jekyll-cache/ + +# Sass garbage +.sass-cache + +# Bundler +.bundle/ +vendor/ diff --git a/.ruby-version b/.ruby-version new file mode 100644 index 0000000..e4604e3 --- /dev/null +++ b/.ruby-version @@ -0,0 +1 @@ +3.2.1 diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..195e172 --- /dev/null +++ b/Gemfile @@ -0,0 +1,10 @@ +source 'https://rubygems.org' +gem 'jekyll', '~> 4.3.3' + +group :jekyll_plugins do + gem 'jekyll-feed' + gem 'jekyll-seo-tag' + gem 'jekyll-archives' + gem 'jekyll-sitemap' + gem 'jekyll-paginate-v2' +end diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..c8e1d23 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,85 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.8.6) + public_suffix (>= 2.0.2, < 6.0) + colorator (1.1.0) + concurrent-ruby (1.2.3) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + eventmachine (1.2.7) + ffi (1.16.3) + forwardable-extended (2.6.0) + google-protobuf (3.25.2-x86_64-linux) + http_parser.rb (0.8.0) + i18n (1.14.1) + concurrent-ruby (~> 1.0) + jekyll (4.3.3) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (~> 1.0) + jekyll-sass-converter (>= 2.0, < 4.0) + jekyll-watch (~> 2.0) + kramdown (~> 2.3, >= 2.3.1) + kramdown-parser-gfm (~> 1.0) + liquid (~> 4.0) + mercenary (>= 0.3.6, < 0.5) + pathutil (~> 0.9) + rouge (>= 3.0, < 5.0) + safe_yaml (~> 1.0) + terminal-table (>= 1.8, < 4.0) + webrick (~> 1.7) + jekyll-archives (2.2.1) + jekyll (>= 3.6, < 5.0) + jekyll-feed (0.17.0) + jekyll (>= 3.7, < 5.0) + jekyll-paginate-v2 (3.0.0) + jekyll (>= 3.0, < 5.0) + jekyll-sass-converter (3.0.0) + sass-embedded (~> 1.54) + jekyll-seo-tag (2.8.0) + jekyll (>= 3.8, < 5.0) + jekyll-sitemap (1.4.0) + jekyll (>= 3.7, < 5.0) + jekyll-watch (2.2.1) + listen (~> 3.0) + kramdown (2.4.0) + rexml + kramdown-parser-gfm (1.1.0) + kramdown (~> 2.0) + liquid (4.0.4) + listen (3.8.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.4.0) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (5.0.4) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.6) + rouge (4.2.0) + safe_yaml (1.0.5) + sass-embedded (1.70.0-x86_64-linux-gnu) + google-protobuf (~> 3.25) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + unicode-display_width (2.5.0) + webrick (1.8.1) + +PLATFORMS + x86_64-linux + +DEPENDENCIES + jekyll (~> 4.3.3) + jekyll-archives + jekyll-feed + jekyll-paginate-v2 + jekyll-seo-tag + jekyll-sitemap + +BUNDLED WITH + 2.4.19 diff --git a/Gemfile.lock.bak b/Gemfile.lock.bak new file mode 100644 index 0000000..3601656 --- /dev/null +++ b/Gemfile.lock.bak @@ -0,0 +1,72 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.8.6) + public_suffix (>= 2.0.2, < 6.0) + colorator (1.1.0) + concurrent-ruby (1.2.3) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + eventmachine (1.2.7) + ffi (1.16.3) + forwardable-extended (2.6.0) + http_parser.rb (0.8.0) + i18n (1.14.1) + concurrent-ruby (~> 1.0) + jekyll (3.9.4) + addressable (~> 2.4) + colorator (~> 1.0) + em-websocket (~> 0.5) + i18n (>= 0.7, < 2) + jekyll-sass-converter (~> 1.0) + jekyll-watch (~> 2.0) + kramdown (>= 1.17, < 3) + liquid (~> 4.0) + mercenary (~> 0.3.3) + pathutil (~> 0.9) + rouge (>= 1.7, < 4) + safe_yaml (~> 1.0) + jekyll-archives (2.2.1) + jekyll (>= 3.6, < 5.0) + jekyll-paginate-v2 (3.0.0) + jekyll (>= 3.0, < 5.0) + jekyll-sass-converter (1.5.2) + sass (~> 3.4) + jekyll-sitemap (1.4.0) + jekyll (>= 3.7, < 5.0) + jekyll-watch (2.2.1) + listen (~> 3.0) + kramdown (2.4.0) + rexml + liquid (4.0.4) + listen (3.8.0) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.3.6) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (5.0.4) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.6) + rouge (3.30.0) + safe_yaml (1.0.5) + sass (3.7.4) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + +PLATFORMS + x86_64-linux + +DEPENDENCIES + jekyll (< 4) + jekyll-archives + jekyll-paginate-v2 + jekyll-sitemap + +BUNDLED WITH + 2.4.19 diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..6528ad3 --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2015 Ben Centra + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..a3b67b1 --- /dev/null +++ b/_config.yml @@ -0,0 +1,204 @@ +# External plugins +# See http://ixti.net/software/2013/01/28/using-jekyll-plugins-on-github-pages.html for making `jekyll archives` work. +plugins: + - jekyll-archives # Sorry, not GitHub pages friendly! + - jekyll-sitemap + - jekyll-paginate-v2 + +exclude: + - "/vendor/" + +# Site settings +title: Centrarium +subtitle: "A simple yet classy theme for your Jekyll website or blog" +email: blcentra@gmail.com +name: Ben Centra +description: > + A simple yet classy theme for your Jekyll website or blog. +# Base URL of site (i.e. /blog). It should always start with a slash, +# and never end with a slash. Set it to a blank value if hosting at the +# root of your server. +baseurl: "" # the subpath of your site, e.g. /blog/ +url: "" # the base hostname & protocol for your site +cover: "/assets/header_image.jpg" +logo: "/assets/logo.png" + +# Build settings +markdown: kramdown +inter_post_navigation: false +highlightjs_theme: "monokai-sublime" + +# Pagination Settings +# https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#site-configuration +pagination: + enabled: true + per_page: 5 + permalink: "/page/:num/" + sort_reverse: true + +# Archive settings (see https://github.com/jekyll/jekyll-archives/) +jekyll-archives: + enabled: + - categories + - tags + layout: 'archive' + permalinks: + category: '/category/:name/' + tag: '/tag/:name/' + +# Disqus comments +# disqus_shortname: bencentra + +# Google analytics +# ga_tracking_id: "UA-XXXX-1" + +# Category descriptions (for archive pages) +descriptions: + - cat: jekyll + desc: "Posts describing Jekyll setup techniques." + + - cat: dummy + desc: "Just some placeholder posts, lorem ipsum and the rest." + +# Social icons and sharing options +# +# Social settings are used in two places: +# * In the footer, as links to your personal profiles +# * After each blog post for sharing widgets +# +# Example: +# +# social: +# - name: Twitter # Name of the service +# icon: twitter # Font Awesome icon to use (minus fa- prefix) +# username: "@TheBenCentra" # (User) Name to display in the footer link +# url: https://twitter.com/TheBenCentra # URL of your profile (leave blank to not display in footer) +# desc: Follow me on Twitter # Description to display as link title, etc +# share: true # Include in the "Share" section of posts +social: + - name: Twitter + icon: twitter + username: TheBenCentra + url: https://twitter.com/TheBenCentra + desc: Follow me on Twitter + share: true + + - name: Facebook + icon: facebook + username: thebencentra + url: "" + desc: Friend me on Facebook + share: true + + - name: GitHub + icon: github + username: bencentra + url: https://github.com/bencentra + desc: Fork me on GitHub + share: false + + - name: LinkedIn + icon: linkedin + username: Ben Centra + url: https://www.linkedin.com/pub/ben-centra/47/769/60a + desc: Connect with me on LinkedIn + share: true + + - name: Google+ + icon: google-plus + username: "" + url: "" + desc: Add me to your Circles + share: true + + - name: YouTube + icon: youtube + username: "" + url: "" + desc: Subscribe on YouTube + share: false + + - name: Instagram + icon: instagram + username: "" + url: "" + desc: Follow me on Instagram + share: false + + - name: Pinterest + icon: pinterest + username: "" + url: "" + desc: Follow me on Pinterest + share: true + + - name: SoundCloud + icon: soundcloud + username: "" + url: "" + desc: Follow me on SoundCloud + share: false + + - name: Tumblr + icon: tumblr + username: "" + url: "" + desc: Follow me on Tumblr + share: false + + - name: Steam + icon: steam + username: "" + url: "" + desc: Friend me on Steam + share: false + + - name: Dribbble + icon: dribbble + username: "" + url: "" + desc: Follow me on Dribble + share: false + + - name: Vimeo + icon: vimeo-square + username: "" + url: "" + desc: Follow me on Vimeo + share: false + + - name: Vine + icon: vine + username: "" + url: "" + desc: Follow me on Vine + share: false + + - name: Reddit + icon: reddit + username: "" + url: "" + desc: Share to Reddit + share: true + + - name: "Hacker News" + icon: hacker-news + username: "" + url: "" + desc: Share to Hacker News + share: false + +# Social sharing protocols +# These are for automatically generating sharing metadata for FB and Twitter +# OS Protocol is for sharing the source of your site, if you're interested. For more, see osprotocol.com +protocols: + fb_image: "/assets/logo.png" + fb_image_width: 612 + fb_image_height: 605 + fb_image_type: "image/png" + + twitter_image: "/assets/logo.png" + + os_repo: "https://github.com/bencentra/centrarium.com" + os_rcs_type: "git" + os_src: "git@github.com:bencentra/centrarium.com.git" diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 0000000..4aa38f6 --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,105 @@ + + + + + + + + + + + +{% if page.custom_js %} + + {% for js_file in page.custom_js %} + + {% endfor %} +{% endif %} + +{% if site.ga_tracking_id %} + + +{% endif %} diff --git a/_includes/head.html b/_includes/head.html new file mode 100644 index 0000000..7279d3d --- /dev/null +++ b/_includes/head.html @@ -0,0 +1,78 @@ + + + + + + {% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %} + + {% if site.name %} + + + {% endif %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + {% if site.protocols.fb_image %} + + + + + + + + + + + {% endif %} + + {% if site.protocols.twitter_image %} + + + + + + + {% endif %} + + {% if protocols.os_repo and protocols.os_rcs_type and protocols.os_src %} + + + + + + {% endif %} + + + + + + + + + diff --git a/_includes/header.html b/_includes/header.html new file mode 100644 index 0000000..978ef71 --- /dev/null +++ b/_includes/header.html @@ -0,0 +1,19 @@ + diff --git a/_includes/nav_links.html b/_includes/nav_links.html new file mode 100644 index 0000000..eb13ebc --- /dev/null +++ b/_includes/nav_links.html @@ -0,0 +1,5 @@ +{% for page in site.pages %} + {% if page.title and page.main_nav == true %} +