SharpeTronics becomes Incorporated
This commit is contained in:
parent
17ec38e929
commit
bbc65a8b58
1
Gemfile
1
Gemfile
@ -22,6 +22,7 @@ group :jekyll_plugins do
|
||||
gem "jekyll-archives"
|
||||
gem "jekyll-paginate-v2"
|
||||
gem 'jekyll_picture_tag', '~> 1.6'
|
||||
gem 'jekyll-strapi'
|
||||
end
|
||||
|
||||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
|
19
Gemfile.lock
19
Gemfile.lock
@ -5,12 +5,22 @@ GEM
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
colorator (1.1.0)
|
||||
concurrent-ruby (1.1.7)
|
||||
domain_name (0.5.20190701)
|
||||
unf (>= 0.0.5, < 1.0.0)
|
||||
em-websocket (0.5.2)
|
||||
eventmachine (>= 0.12.9)
|
||||
http_parser.rb (~> 0.6.0)
|
||||
eventmachine (1.2.7)
|
||||
ffi (1.13.1)
|
||||
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)
|
||||
i18n (1.8.5)
|
||||
concurrent-ruby (~> 1.0)
|
||||
@ -39,6 +49,10 @@ GEM
|
||||
jekyll (>= 3.0, < 5.0)
|
||||
jekyll-sass-converter (2.1.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)
|
||||
nuggets
|
||||
jekyll-watch (2.2.1)
|
||||
@ -49,6 +63,7 @@ GEM
|
||||
mime-types (~> 3)
|
||||
mini_magick (~> 4)
|
||||
objective_elements (~> 1.1.2)
|
||||
json (2.5.1)
|
||||
kramdown (2.3.0)
|
||||
rexml
|
||||
kramdown-parser-gfm (1.1.0)
|
||||
@ -82,6 +97,9 @@ GEM
|
||||
thread_safe (~> 0.1)
|
||||
tzinfo-data (1.2020.4)
|
||||
tzinfo (>= 1.0.0)
|
||||
unf (0.1.4)
|
||||
unf_ext
|
||||
unf_ext (0.0.7.7)
|
||||
unicode-display_width (1.7.0)
|
||||
wdm (0.1.1)
|
||||
|
||||
@ -94,6 +112,7 @@ DEPENDENCIES
|
||||
jekyll-feed (~> 0.12)
|
||||
jekyll-menus
|
||||
jekyll-paginate-v2
|
||||
jekyll-strapi
|
||||
jekyll-tagging
|
||||
jekyll_picture_tag (~> 1.6)
|
||||
tzinfo (~> 1.2)
|
||||
|
16
_config.yml
16
_config.yml
@ -23,6 +23,21 @@ url: "https://sharpetronics.github.io" # the base hostname & protocol for your s
|
||||
|
||||
#Latent Semantic Indexing for similarity bewtween documents.
|
||||
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
|
||||
# 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
|
||||
@ -52,6 +67,7 @@ picture:
|
||||
# Build settings
|
||||
plugins:
|
||||
- jekyll-feed #manually generated rss.xml https://jekyllrb.com/tutorials/convert-site-to-jekyll/#10-rss-feed
|
||||
- jekyll-strapi
|
||||
- jekyll-menus
|
||||
- jekyll-archives
|
||||
- jekyll-paginate-v2
|
||||
|
@ -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.
|
BIN
uploads/2021/pillars-face-art.webp
Normal file
BIN
uploads/2021/pillars-face-art.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
Loading…
x
Reference in New Issue
Block a user