-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
techmagus
committed
Apr 2, 2022
1 parent
63202ad
commit e40c9ae
Showing
20 changed files
with
1,787 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Hugo default output directory | ||
/public | ||
|
||
## OS Files | ||
# Windows | ||
Thumbs.db | ||
ehthumbs.db | ||
Desktop.ini | ||
$RECYCLE.BIN/ | ||
|
||
# OSX | ||
.DS_Store | ||
|
||
.sass-cache | ||
|
||
# IDE config. | ||
.idea | ||
|
||
# SemWeb | ||
schema_CriticReview.html | ||
schema_Global.html | ||
docs/ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
cff-version: 1.2.0 | ||
title: Semantic Web for Hugo | ||
version: 1.1.1 | ||
date-released: 2021-12-10 | ||
url: "https://github.com/YourOnly-One/hugo-semantic-web" | ||
doi: 10.5281/zenodo.5771170 | ||
message: "If you use this software, please cite it as below." | ||
type: software | ||
authors: | ||
- family-names: Sese Cuneta | ||
given-names: JC John | ||
affiliation: Yelosan Publishing | ||
orcid: 'https://orcid.org/0000-0003-4755-4548' |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
The MIT License (MIT) | ||
|
||
Copyright (c) 2021 JC John Sese Cuneta | ||
Copyright (c) 2018 Martijn van Dijk | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
this software and associated documentation files (the "Software"), to deal in | ||
the Software without restriction, including without limitation the rights to | ||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of | ||
the Software, and to permit persons to whom the Software is furnished to do so, | ||
subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS | ||
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR | ||
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | ||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,93 @@ | ||
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5771170.svg)](https://doi.org/10.5281/zenodo.5771170) | ||
|
||
# Semantic Web for Hugo | ||
By using JSON-LD and [Schema.org](https://schema.org) vocabulary, **Semantic Web for Hugo** adds *structured data* and *linked data* into a [Hugo](https://gohugo.io)-powered website. Through it, search engines can easily read the data and establish relationships between objects enabling them to intelligently store information about a website and use it to help display the website in search results. | ||
|
||
## Usage | ||
You can download the latest release or add this as a Hugo Module. More information is available in the official [website](https://semweb.youronly.one). | ||
|
||
## Features | ||
These are the supported types: | ||
* Organization ([Schema.org Type](https://schema.org/Organization)) | ||
* Thing > Organization | ||
* Person ([Schema.org Type](https://schema.org/Person)) | ||
* Thing > Person | ||
* WebContent ([Schema.org Type](https://schema.org/WebContent)) | ||
* Thing > CreativeWork > WebContent | ||
* WebSite ([Schema.org Type](https://schema.org/WebSite)) | ||
* Thing > CreativeWork > WebSite | ||
* WebPage ([Schema.org Type](https://schema.org/WebPage)) | ||
* Thing > CreativeWork > WebPage | ||
* Article ([Schema.org Type](https://schema.org/Article)) | ||
* Thing > CreativeWork > Article | ||
* BlogPosting ([Schema.org Type](https://schema.org/BlogPosting)) | ||
* Thing > CreativeWork > Article > SocialMediaPosting > BlogPosting | ||
* ImageObject ([Schema.org Type](https://schema.org/ImageObject)) | ||
* Thing > CreativeWork > MediaObject > ImageObject | ||
* VideoObject ([Schema.org Type](https://schema.org/VideoObject)) | ||
* Thing > CreativeWork > MediaObject > VideoObject | ||
|
||
### ToDo | ||
The following are on the table: | ||
|
||
#### HowTo | ||
* HowTo - [Schema.org Type](https://schema.org/HowTo)) | ||
* Thing > CreativeWork > HowTo | ||
* HowToSection ([Schema.org](https://schema.org/HowToSection)) | ||
* Thing > CreativeWork > HowToSection | ||
* Thing > Intangible > ItemList > HowToSection | ||
* Thing > Intangible > ListItem > HowToSection | ||
* HowToTip ([Schema.org](https://schema.org/HowToTip)) | ||
* Thing > CreativeWork > HowToTip | ||
* Thing > Intangible > ListItem > HowToTip | ||
* HowToStep ([Schema.org](https://schema.org/HowToStep)) | ||
* Thing > CreativeWork > HowToStep | ||
* Thing > Intangible > ItemList > HowToStep | ||
* Thing > Intangible > ListItem > HowToStep | ||
* ListItem ([Schema.org](https://schema.org/ListItem)) | ||
* Thing > Intangible > ListItem | ||
|
||
#### Reviews | ||
* Review ([Schema.org Type](https://schema.org/Review)) | ||
* Thing > CreativeWork > Review | ||
* CriticReview ([Schema.org Type](https://schema.org/CriticReview)) | ||
* Thing > CreativeWork > Review > CriticReview | ||
* TVSeason ([Schema.org Type](https://schema.org/TVSeason)) | ||
* Thing > CreativeWork > TVSeason | ||
* Thing > CreativeWork > CreativeWorkSeason > TVSeason | ||
* TVSeries ([Schema.org Type](https://schema.org/TVSeries)) | ||
* Thing > CreativeWork > TVSeries | ||
* Thing > CreativeWork > CreativeWorkSeries > TVSeries | ||
* Thing > Intangible > Series > CreativeWorkSeries > TVSeries | ||
* Movie ([Schema.org Type](https://schema.org/Movie)) | ||
* Thing > CreativeWork > Movie | ||
* Book ([Schema.org Type](https://schema.org/Book)) | ||
* Thing > CreativeWork > Book | ||
|
||
#### Other types | ||
* ItemList ([Schema.org](https://schema.org/ItemList)) | ||
* Thing > Intangible > ItemList | ||
* BreadcrumbList ([Schema.org Type](https://schema.org/BreadcrumbList)) | ||
* Thing > Intangible > ItemList > BreadcrumbList | ||
|
||
### Under consideration | ||
#### Food and drinks | ||
* Menu ([Schema.org Type](https://schema.org/Menu)) | ||
* Thing > CreativeWork > Menu | ||
* MenuItem ([Schema.org Type](https://schema.org/MenuItem)) | ||
* Thing > Intangible > MenuItem | ||
* Recipe ([Schema.org](https://schema.org/Recipe)) | ||
* Thing > CreativeWork > HowTo > Recipe | ||
* NutritionInformation ([Schema.org](https://schema.org/NutritionInformation)) | ||
* Thing > Intangible > StructuredValue > NutritionInformation | ||
|
||
#### FAQ types | ||
* FAQPage ([Schema.org](https://schema.org/FAQPage)) | ||
* Thing > CreativeWork > WebPage > FAQPage | ||
* QAPage ([Schema.org](https://schema.org/QAPage)) | ||
* Thing > CreativeWork > WebPage > QAPage | ||
|
||
## Attributions | ||
Based on / forked from: | ||
* [HugoStructuredData](https://github.com/Baseflow/HugoStructuredData) by [Baseflow](https://github.com/Baseflow) | ||
* [Structured-Data-JSON-LD](https://github.com/JayHoltslander/Structured-Data-JSON-LD) by [JayHoltslander](https://github.com/JayHoltslander) |
Oops, something went wrong.