https://github.com/computational-mama/cmama-v2
Main website of Computational Mama - built with 11ty
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 (6.4%) to scientific vocabulary
Repository
Main website of Computational Mama - built with 11ty
Basic Info
- Host: GitHub
- Owner: computational-mama
- License: mit
- Language: Nunjucks
- Default Branch: main
- Homepage: https://computationalmama.xyz/
- Size: 338 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
cmama 2025
Stack
- TailwindCSS v3
- Apline.js v3
Install
npm install
Local dev
npm run start
Build
Minified production build
npm run build
Assets versioning
This starter includes a small js script to which can add a hash to your assets when building for production builds.
The script will look for files to include a hash (based on the md5 of the built file content) eg: styles.734a7607648afdb.css instead of styles.css.
The entry point for matching regular file path to versionned path is generated as an 11ty global data object in _data/hash.json with the simple structure
js
{
'path/to/resource.css': 'path/to/resource.hash.css'
}
In your 11ty template, you can then simply retrieve the versioned path from the array {{ hash['path/to/resource.css'] }}
If you want to add other assets to this generated data array, simply include the path in the assets const in the hash.js file in the root directory (files listed below are already included).
js
const assets = [
'css/styles.css',
'js/scripts.js'
];
cmama-v2-2022
GitHub Events
Total
- Push event: 5
Last Year
- Push event: 5
Committers
Last synced: 11 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| ambikajo | a****i@g****m | 58 |
| Yann Haefliger | y****r@g****m | 11 |
| Yann Haefliger | h****o@n****m | 9 |
| Yann Haefliger | y****r@a****h | 1 |
| AJo | a****o@A****l | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 8 minutes
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 1.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
Top Authors
Issue Authors
Pull Request Authors
- computationalmama (1)