This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: skaffold/v2beta26 | |
kind: Config | |
profiles: | |
- name: dev | |
activation: | |
- env: ARCH=amd64 | |
command: dev | |
build: | |
local: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: skaffold/v2beta26 | |
kind: Config | |
profiles: | |
- name: dev | |
activation: | |
- env: ARCH=amd64 | |
command: dev | |
build: | |
local: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: skaffold/v2beta26 | |
kind: Config | |
metadata: | |
name: aux | |
profiles: | |
- name: dev | |
activation: | |
- env: ARCH='Intel' | |
command: dev | |
build: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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", |