https://github.com/blaher/bikestark
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
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.0%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: blaher
- License: mit
- Language: SCSS
- Default Branch: main
- Size: 66.5 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
- Releases: 0
Metadata Files
README.md
Hugo template for Decap CMS with Netlify Identity
This is a small business template built with Hugo and Decap CMS, designed and developed by Darin Dimitroff, spacefarm.digital.
Getting started
Use our deploy button to get your own copy of the repository.
This will setup everything needed for running the CMS:
- A new repository in your GitHub account with the code
- Full Continuous Deployment to Netlify's global CDN network
- Control users and access with Netlify Identity
- Manage content with Decap CMS
Once the initial build finishes, you can invite yourself as a user. Go to the Identity tab in your new site, click "Invite" and send yourself an invite.
Now you're all set, and you can start editing content!
Local Development
Clone this repository, and run yarn or npm install from the new folder to install all required dependencies.
Then start the development server with yarn start or npm start.
Testing
With the development server running, run the tests locally
with yarn cypress:run or npm run cypress:run.
Or use yarn cypress:open or npm run cypress:open to run interactively.
Cypress tests also run on deploy with the Cypress Netlify integration.
Layouts
The template is based on small, content-agnostic partials that can be mixed and matched. The pre-built pages showcase just a few of the possible combinations. Refer to the site/layouts/partials folder for all available partials.
Use Hugo’s dict functionality to feed content into partials and avoid repeating yourself and creating discrepancies.
CSS
The template uses a custom fork of Tachyons and PostCSS with cssnext and cssnano. To customize the template for your brand, refer to src/css/imports/_variables.css where most of the important global variables like colors and spacing are stored.
SVG Social Icons
The social media icons are in site/assets/img.
Make sure you use consistent icons in terms of viewport and art direction for optimal results.
For an icon named icons-facebook.svg, refer to the SVG social-icon partial like so:
{{ partial "social-icon" (dict "link" "#" "svg" "icons-facebook" "alt" "Kaldi on Facebook") }}
Owner
- Name: Benjamin J. Young
- Login: blaher
- Kind: user
- Location: Ohio, United States
- Company: @Elements-Agency
- Website: benjamaminjyoung.com
- Repositories: 35
- Profile: https://github.com/blaher
I make software.
GitHub Events
Total
- Push event: 11
Last Year
- Push event: 11
Dependencies
- @babel/core ^7.16.0 development
- @babel/eslint-parser ^7.16.3 development
- @babel/plugin-proposal-object-rest-spread ^7.20.7 development
- @babel/preset-env ^7.16.0 development
- @babel/register ^7.16.0 development
- assets-webpack-plugin ^7.1.1 development
- autoprefixer ^10.4.7 development
- babel-loader ^8.2.3 development
- clean-webpack-plugin ^4.0.0 development
- copy-webpack-plugin ^9.1.0 development
- cross-env ^7.0.3 development
- css-loader ^6.5.1 development
- css-minimizer-webpack-plugin ^4.0.0 development
- eslint ^8.2.0 development
- eslint-plugin-cypress ^2.13.3 development
- eslint-plugin-import ^2.26.0 development
- eslint-plugin-react ^7.32.2 development
- exports-loader ^3.1.0 development
- file-loader ^6.2.0 development
- html-webpack-plugin ^5.5.0 development
- hugo-bin ^0.98.0 development
- imports-loader ^3.1.1 development
- mini-css-extract-plugin ^2.4.4 development
- npm-run-all ^4.1.5 development
- postcss ^8.3.11 development
- postcss-custom-media ^8.0.2 development
- postcss-import ^14.0.2 development
- postcss-loader ^6.2.0 development
- postcss-preset-env ^7.7.2 development
- sass ^1.53.0 development
- sass-loader ^12.3.0 development
- style-loader ^3.3.1 development
- terser-webpack-plugin ^5.2.5 development
- webpack ^5.64.1 development
- webpack-cli ^4.9.1 development
- webpack-dev-server ^4.5.0 development
- webpack-merge ^5.8.0 development
- @babel/preset-react ^7.17.12
- cypress ^10.5.0
- date-fns ^2.28.0
- decap-cms-app ^3.0.2
- immutable ^4.1.0
- netlify-plugin-cypress ^2.2.1
- react ^17.0.2
- react-dom ^17.0.2
- to-string-loader ^1.2.0
- 1599 dependencies