Skip to content

Instantly share code, notes, and snippets.

View pentago's full-sized avatar
🥷

pentago

🥷
  • Origo Iceland
  • Belgrade
View GitHub Profile
@pentago
pentago / LocalBusiness.json
Last active August 5, 2022 10:53
Tehnomanija
<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"@type": "LocalBusiness",
"name": "$COMPANY OR WEBSITE NAME HERE",
"description": "$META_DESCRIPTION",
"url": "$WEBSITE_URL",
"logo": "$WEBSITE_LOGO_IMAGE_URL",
"contactPoint": {
"@type": "ContactPoint",
@pentago
pentago / bitdigital-organization-schema.json
Created April 12, 2022 10:08
BitDigital Organization Schema
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Bit Digital",
"description": "[INSERT BUSINESS DESCRIPTION HERE]",
"url": "https://bit-digital.com/",
"logo": "https://bit-digital.com/wp-content/uploads/2021/05/bd_share_image.jpg",
"address": {
"@type": "PostalAddress",
@pentago
pentago / k3d-multi.makefile
Last active March 16, 2022 21:13
k3d-multi
SHELL := /bin/sh
help: ## Usage: 'make <target>' where target is: new, up, down, all, tf, destroy, clean.
@egrep '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
new: clean ## Provisions k3s cluster
@k3d cluster create --config config.yaml
up: ## Starts k3s cluster
@k3d cluster start k3d --all
@pentago
pentago / skaffold.yaml
Created January 26, 2022 10:00
skaffold.yaml
apiVersion: skaffold/v2beta26
kind: Config
profiles:
- name: dev
activation:
- env: ARCH=amd64
command: dev
build:
local:
@pentago
pentago / skaffold.yaml
Last active January 6, 2022 15:49
skaffold.yaml
apiVersion: skaffold/v2beta26
kind: Config
profiles:
- name: dev
activation:
- env: ARCH=amd64
command: dev
build:
local:
@pentago
pentago / orange-yo-plans-product-markup.json
Created December 31, 2021 10:49
oorange-yo-product-markup
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "$PLAN_NAME",
"description": "$PLAN_DESCRIPTION_TEXT",
"image": "$PLAN_IMAGE_ABSOLUTE_URL",
"category": "Mobile Plans",
"offers": {
"@type": "Offer",
@pentago
pentago / orange-website-markup.json
Last active December 29, 2021 13:49
orange-website-markup
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Orange Jordan",
"url": "https://www.orange.jo",
"sameAs":[
"https://www.facebook.com/OrangeJordan",
"https://twitter.com/orangejo",
"https://linkedin.com/company/orange-jordan",
@pentago
pentago / faqpage.json
Created December 22, 2021 15:05
haworth-faq-markup
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Do I need an account? What are the benefits?",
"acceptedAnswer": {
"@type": "Answer",
@pentago
pentago / skaffold.yaml
Created December 17, 2021 13:46
skaffold.yaml
apiVersion: skaffold/v2beta26
kind: Config
metadata:
name: aux
profiles:
- name: dev
activation:
- env: ARCH='Intel'
command: dev
build:
@pentago
pentago / pis-mobileapplication-markup.json
Last active December 2, 2021 15:23
PIS MobileApplication markup
<script type="application/ld+json"> {
"@context": "http://schema.org",
"@type": "MobileApplication",
"name": "PIS RS – Zakoni i Propisi",
"description": "Pravno–Informacioni Sistem Republike Srbije je najveća pravna baza u Republici Srbiji koja se ažurira na dnevnom nivou.",
"image": "https://play-lh.googleusercontent.com/SsAbRWRsYJZyRnCGRQoAEfQTviEw6KkyrEv-P1moF-vTq1sQjX6DLiLSraL9JLSC8cw=w1440-h620-rw",
"applicationCategory": "Productivity",
"datePublished": "Feb 27, 2018",
"installUrl": "https://apps.apple.com/us/app/%D0%BF%D0%B8%D1%81-%D1%80%D1%81/id1326743000",
"operatingSystem": "Requires iOS 9.3 or later",