nomxz

an edition to my previous website. now minimalist.
git clone git://git.nomxz.net/nomxz.git
Log | Files | Refs | README

commit 8e4c5c49470a22be2424400f2fbaed60516fd3d3
Author: Ramon Asuncion <asuncionbatista@gmail.com>
Date:   Sun, 30 Oct 2022 17:09:22 -0400

Initial commit.

Diffstat:
A404.html | 25+++++++++++++++++++++++++
AGemfile | 33+++++++++++++++++++++++++++++++++
AGemfile.lock | 83+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
A_config.yml | 12++++++++++++
A_includes/head.html | 7+++++++
A_layouts/default.html | 8++++++++
A_scss/_light.scss | 6++++++
A_scss/base.scss | 24++++++++++++++++++++++++
Aassets/fonts/ibm.ttf | 0
Aassets/main-light.scss | 6++++++
Aassets/main.scss | 9+++++++++
Aindex.md | 47+++++++++++++++++++++++++++++++++++++++++++++++
12 files changed, 260 insertions(+), 0 deletions(-)

diff --git a/404.html b/404.html @@ -0,0 +1,25 @@ +--- +permalink: /404.html +layout: default +--- + +<style type="text/css" media="screen"> + .container { + margin: 10px auto; + max-width: 600px; + text-align: center; + } + h1 { + margin: 30px 0; + font-size: 4em; + line-height: 1; + letter-spacing: -1px; + } +</style> + +<div class="container"> + <h1>404</h1> + + <p><strong>Page not found :(</strong></p> + <p>The requested page could not be found.</p> +</div> diff --git a/Gemfile b/Gemfile @@ -0,0 +1,33 @@ +source "https://rubygems.org" +# Hello! This is where you manage which Jekyll version is used to run. +# When you want to use a different version, change it below, save the +# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: +# +# bundle exec jekyll serve +# +# This will help ensure the proper Jekyll version is running. +# Happy Jekylling! +gem "jekyll", "~> 4.3.0" +# This is the default theme for new Jekyll sites. You may change this to anything you like. +gem "minima", "~> 2.5" +# If you want to use GitHub Pages, remove the "gem "jekyll"" above and +# uncomment the line below. To upgrade, run `bundle update github-pages`. +# gem "github-pages", group: :jekyll_plugins +# If you have any plugins, put them here! +group :jekyll_plugins do + gem "jekyll-feed", "~> 0.12" +end + +# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem +# and associated library. +platforms :mingw, :x64_mingw, :mswin, :jruby do + gem "tzinfo", ">= 1", "< 3" + gem "tzinfo-data" +end + +# Performance-booster for watching directories on Windows +gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] + +# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem +# do not have a Java counterpart. +gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] diff --git a/Gemfile.lock b/Gemfile.lock @@ -0,0 +1,83 @@ +GEM + remote: https://rubygems.org/ + specs: + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) + colorator (1.1.0) + concurrent-ruby (1.1.10) + em-websocket (0.5.3) + eventmachine (>= 0.12.9) + http_parser.rb (~> 0) + eventmachine (1.2.7) + ffi (1.15.5) + forwardable-extended (2.6.0) + http_parser.rb (0.8.0) + i18n (1.12.0) + concurrent-ruby (~> 1.0) + jekyll (4.3.0) + 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-feed (0.17.0) + jekyll (>= 3.7, < 5.0) + jekyll-sass-converter (2.2.0) + sassc (> 2.0.1, < 3.0) + jekyll-seo-tag (2.8.0) + jekyll (>= 3.8, < 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.3) + listen (3.7.1) + rb-fsevent (~> 0.10, >= 0.10.3) + rb-inotify (~> 0.9, >= 0.9.10) + mercenary (0.4.0) + minima (2.5.1) + jekyll (>= 3.5, < 5.0) + jekyll-feed (~> 0.9) + jekyll-seo-tag (~> 2.1) + pathutil (0.16.2) + forwardable-extended (~> 2.6) + public_suffix (5.0.0) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) + ffi (~> 1.0) + rexml (3.2.5) + rouge (4.0.0) + safe_yaml (1.0.5) + sassc (2.4.0) + ffi (~> 1.9) + terminal-table (3.0.2) + unicode-display_width (>= 1.1.1, < 3) + unicode-display_width (2.3.0) + webrick (1.7.0) + +PLATFORMS + armv7l-linux-eabihf + +DEPENDENCIES + http_parser.rb (~> 0.6.0) + jekyll (~> 4.3.0) + jekyll-feed (~> 0.12) + minima (~> 2.5) + tzinfo (>= 1, < 3) + tzinfo-data + wdm (~> 0.1.1) + +BUNDLED WITH + 2.3.23 diff --git a/_config.yml b/_config.yml @@ -0,0 +1,12 @@ +title: main +email: ramon@nomxz.net +description: A directory of my projects. +baseurl: "/" +url: "https://nomxz.net" +github_username: RamonAsuncion +encoding: utf-8 +timezone: America/New_York +plugins: + - jekyll-feed +sass: + sass_dir: ./_scss diff --git a/_includes/head.html b/_includes/head.html @@ -0,0 +1,7 @@ +<head> + <meta charset="utf-8"> + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>{{ page.title }}</title> + <link rel="stylesheet" type="text/css" href="{{ "/assets/main.css" | relative_url }}"> +</head> diff --git a/_layouts/default.html b/_layouts/default.html @@ -0,0 +1,8 @@ +<!DOCTYPE html> + {%- include head.html -%} + <body> + <div class="container"> + {{ content }} + </div> + </body> +</html> diff --git a/_scss/_light.scss b/_scss/_light.scss @@ -0,0 +1,6 @@ +:root { + --base-color: #f5f5f5; + --background: #fff; + --text-color: var(--base-color); + --border: dashed 1px rgba(0, 0, 0); +} diff --git a/_scss/base.scss b/_scss/base.scss @@ -0,0 +1,24 @@ +@charset 'utf-8'; + + +@font-face { + font-family: 'Terminal'; + src: url('./fonts/ibm.tff') format('tff'); +} + +$base-font-family: 'Terminal', monospace !default; +$base-font-size: 12px !default; + +body { + background-color: var(--background-color); + font-family: $base-font-family; + font-size: $base-font-size; + margin-top: 25px; + padding: 0; +} + + +a { + text-decoration: underline; +} + diff --git a/assets/fonts/ibm.ttf b/assets/fonts/ibm.ttf Binary files differ. diff --git a/assets/main-light.scss b/assets/main-light.scss @@ -0,0 +1,6 @@ +--- +--- + +@import "light"; +@import "base"; + diff --git a/assets/main.scss b/assets/main.scss @@ -0,0 +1,9 @@ +--- +--- + +@import "light"; +@import "base"; + +@media (prefers-color-scheme: light) { + @import "light"; +} diff --git a/index.md b/index.md @@ -0,0 +1,47 @@ +--- +title: / +layout: default +--- + +``` +----------------------------------- +``` + +RAMON ASUNCION + +Programmer + +``` +----------------------------------- +``` + +I will be programming until the end of time. + +``` +----------------------------------- +``` + +Links: + +[Github](https://www.github.com/RamonAsuncion){:target="_blank"} + + . + /=\\ + /===\ \ + /=====\' \ + /=======\'' \ + /=========\ ' '\ + /===========\'' \ + /=============\ ' ' \ + /===============\ '' \ + /=================\' ' ' ' \ + /===================\' ' ' ' \ + /=====================\' ' ' ' \ + /=======================\ ' ' / + /=========================\ ' / + /===========================\' / + /=============================\/ + + +There is so much information about me on the internet you can \ +create a whole timeline of my life. But I feel like a nobody.