https://github.com/anelda/wowchemy-widget-twitter-feed
Science Score: 26.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
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.8%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: anelda
- License: mit
- Language: HTML
- Default Branch: main
- Size: 12.7 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
Wowchemy Widget Starter Template
Looking to build and publish a Wowchemy widget that doesn’t exist yet?
Wowchemy makes it easy to create a beautiful website for free. Edit your site in Markdown, Jupyter, or RStudio, generate it with Hugo, and deploy with GitHub or Netlify. Customize anything on your site with widgets, themes, and language packs.
👉 Core Concepts
- Each Wowchemy widget consists of an HTML file
- You may use Go Templating and Bootstrap layouts to design the widget HTML
🧑🎨 Create a Widget
- Click the Use This Template button on GitHub
- Name your repository
wowchemy-widget-<WIDGET-NAME>where<WIDGET-NAME>is an appropriate name for your widget
- Name your repository
- Browse your new GitHub project, click the
go.modfile, and then the ✏️ pencil button to edit it- Replace the placeholder URL in
go.modwith your new GitHub URL in the formmodule github.com/<USERNAME>/wowchemy-widget-<WIDGET-NAME>where<USERNAME>is your GitHub username and<WIDGET-NAME>is the name of the widget - Scroll to the bottom and click Commit Changes to save
- Replace the placeholder URL in
- Browse to the
layouts/partials/widgets/folder, clickmy-widget.html, and click the ✏️ pencil button to edit it- Rename
my-widget.htmlin the text box to a unique ID in the formgithub.<USERNAME>.<WIDGET-NAME>.html, again replacing<USERNAME>with your GitHub username and<WIDGET-NAME>with your widget name - Scroll to the bottom and click Commit Changes to save
- Rename
- Edit the HTML for your new widget
- You may use Go Templating and Bootstrap layouts
- You can access page and section (widget instance) variables using
$pageand$section, respectively - Check out the built-in widgets for inspiration
Example
Say your GitHub username is pikachu and you wish to create a widget named pokemon:
- We click Use This Template and enter
wowchemy-widget-pokemonas the project name - We replace the first line of
go.modwithmodule github.com/pikachu/wowchemy-widget-pokemon - We browse to the
layouts/partials/widgets/folder, and renamemy-widget.htmltogithub.pikachu.pokemon.html - We customize the HTML in
github.pikachu.pokemon.html - We add the widget to our site and share the widget with the community following the guide below
🌈 Add the Widget to your Site
Install your widget in your site by referencing it at the bottom of your
config/_defaults/config.toml: ```tomlAt the bottom of your
config.tomlis a Module section:[module]
# Your existing modules will appear here.
# Add your widget's GitHub URL below. # Replace
and with your GitHub username and widget name, respectively. [[module.imports]] path = "github.com/ /wowchemy-widget- " ``` Create an instance of your widget in
home/, for example let's createhome/my-widget.md:```markdown
Replace
and with your GitHub username and widget name, respectively. widget: 'github.
. '
# This file represents a page section. headless: true
# Order that this section appears on the page. weight: 1
title: Hello
Welcome to my new widget! ```
📢 Share your widget
Share your widget with the community on Discord and Twitter.
Owner
- Name: Anelda van der Walt
- Login: anelda
- Kind: user
- Location: Cape Town, South Africa
- Company: Talarify
- Website: http://www.talarify.co.za
- Repositories: 152
- Profile: https://github.com/anelda
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: about 1 year 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