SharpeTronics becomes Incorporated

This commit is contained in:
Charles 2021-03-18 15:29:27 -04:00
parent 17ec38e929
commit bbc65a8b58
No known key found for this signature in database
GPG Key ID: 251655CC546D9787
5 changed files with 57 additions and 0 deletions

View File

@ -22,6 +22,7 @@ group :jekyll_plugins do
gem "jekyll-archives" gem "jekyll-archives"
gem "jekyll-paginate-v2" gem "jekyll-paginate-v2"
gem 'jekyll_picture_tag', '~> 1.6' gem 'jekyll_picture_tag', '~> 1.6'
gem 'jekyll-strapi'
end end
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem

View File

@ -5,12 +5,22 @@ GEM
public_suffix (>= 2.0.2, < 5.0) public_suffix (>= 2.0.2, < 5.0)
colorator (1.1.0) colorator (1.1.0)
concurrent-ruby (1.1.7) concurrent-ruby (1.1.7)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
em-websocket (0.5.2) em-websocket (0.5.2)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0) http_parser.rb (~> 0.6.0)
eventmachine (1.2.7) eventmachine (1.2.7)
ffi (1.13.1) ffi (1.13.1)
forwardable-extended (2.6.0) forwardable-extended (2.6.0)
http (3.3.0)
addressable (~> 2.3)
http-cookie (~> 1.0)
http-form_data (~> 2.0)
http_parser.rb (~> 0.6.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
http-form_data (2.3.0)
http_parser.rb (0.6.0) http_parser.rb (0.6.0)
i18n (1.8.5) i18n (1.8.5)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
@ -39,6 +49,10 @@ GEM
jekyll (>= 3.0, < 5.0) jekyll (>= 3.0, < 5.0)
jekyll-sass-converter (2.1.0) jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0) sassc (> 2.0.1, < 3.0)
jekyll-strapi (0.1.3)
http (~> 3.2)
jekyll (>= 4)
json (~> 2.1)
jekyll-tagging (1.1.0) jekyll-tagging (1.1.0)
nuggets nuggets
jekyll-watch (2.2.1) jekyll-watch (2.2.1)
@ -49,6 +63,7 @@ GEM
mime-types (~> 3) mime-types (~> 3)
mini_magick (~> 4) mini_magick (~> 4)
objective_elements (~> 1.1.2) objective_elements (~> 1.1.2)
json (2.5.1)
kramdown (2.3.0) kramdown (2.3.0)
rexml rexml
kramdown-parser-gfm (1.1.0) kramdown-parser-gfm (1.1.0)
@ -82,6 +97,9 @@ GEM
thread_safe (~> 0.1) thread_safe (~> 0.1)
tzinfo-data (1.2020.4) tzinfo-data (1.2020.4)
tzinfo (>= 1.0.0) tzinfo (>= 1.0.0)
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (1.7.0) unicode-display_width (1.7.0)
wdm (0.1.1) wdm (0.1.1)
@ -94,6 +112,7 @@ DEPENDENCIES
jekyll-feed (~> 0.12) jekyll-feed (~> 0.12)
jekyll-menus jekyll-menus
jekyll-paginate-v2 jekyll-paginate-v2
jekyll-strapi
jekyll-tagging jekyll-tagging
jekyll_picture_tag (~> 1.6) jekyll_picture_tag (~> 1.6)
tzinfo (~> 1.2) tzinfo (~> 1.2)

View File

@ -23,6 +23,21 @@ url: "https://sharpetronics.github.io" # the base hostname & protocol for your s
#Latent Semantic Indexing for similarity bewtween documents. #Latent Semantic Indexing for similarity bewtween documents.
lsi: true lsi: true
# Strapi dashboard integration
strapi:
# Your API endpoint (optional, default to http://localhost:1337)
endpoint: https://strapi-0die.onrender.com
# Collections, key is used to access in the strapi.collections
# template variable
collections:
# Example for a "posts" collection
posts:
# Collection name (optional). Used to construct the url requested. Example: type `foo` would generate the following url `http://localhost:1337/foo`.
type: post
# Permalink used to generate the output files (eg. /posts/:id).
permalink: /blog/:slug/
# Collection configurations # Collection configurations
# These collections will enable to sort types of products and loop through that # These collections will enable to sort types of products and loop through that
# type to be displayed on a page. As an example, I have 10 "3D" items, all 10 items # type to be displayed on a page. As an example, I have 10 "3D" items, all 10 items
@ -52,6 +67,7 @@ picture:
# Build settings # Build settings
plugins: plugins:
- jekyll-feed #manually generated rss.xml https://jekyllrb.com/tutorials/convert-site-to-jekyll/#10-rss-feed - jekyll-feed #manually generated rss.xml https://jekyllrb.com/tutorials/convert-site-to-jekyll/#10-rss-feed
- jekyll-strapi
- jekyll-menus - jekyll-menus
- jekyll-archives - jekyll-archives
- jekyll-paginate-v2 - jekyll-paginate-v2

View File

@ -0,0 +1,21 @@
---
layout: journal_single
author: Charles #case sensitive, please use capitalization for names.
title: SharpeTronics Inc. Becomes Official
sub_heading: Winding Roads
banner_image: "/uploads/2021/pillars-face-art.webp" #Size of banner_image 840x473
banner_image_alt: "Building Pillar"
category: Company
tag: General
---
We as in SharpeTronics Inc. are proud to announce our business is official with the mountain state of West Virginia on March 17, 2021.
We also have our very own mailbox provided by the beloved Postmaster.
Furthermore, we now have pillars in place to begin building and creating avenues to bee of service with our community. It has been a long road to this point and we have many more to travel.

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB