https://github.com/devidw/hugo-theme-component-webmentions
Hugo Theme Component for Webmentions
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (2.1%) to scientific vocabulary
Keywords
hugo
hugo-blog
hugo-site
hugo-theme-component
webmention
webmention-io
webmentions
Last synced: 4 months ago
·
JSON representation
Repository
Hugo Theme Component for Webmentions
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
hugo
hugo-blog
hugo-site
hugo-theme-component
webmention
webmention-io
webmentions
Created about 4 years ago
· Last pushed about 4 years ago
Metadata Files
Readme
README.adoc
= Hugo Theme Component: Webmentions
Extends your Hugo theme with a partial to list Webmentions inside your page templates.
== Usage
Clone the repository as GIT submodule into your `themes` directory:
[source,sh]
----
git submodule add https://github.com/devidw/hugo-theme-component-webmentions ./themes/hugo-theme-component-webmentions
----
Include the theme component in your themes list of your configuraition:
[source,yaml]
----
theme:
# …
- "hugo-theme-component-webmentions"
# …
----
And include the partial in your page template:
[source,go]
----
{{ partial "webmentions.html" . }}
----
== Resources
* https://telegraph.p3k.io/send-a-webmention[Send a Webmention]
Owner
- Name: David Wolf
- Login: devidw
- Kind: user
- Location: The Zone
- Website: https://david.wolf.gdn
- Repositories: 159
- Profile: https://github.com/devidw
// uncommenting
GitHub Events
Total
- Watch event: 1
Last Year
- Watch event: 1
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0