https://github.com/alfredoq/my-docusaurus-site
my-docusaurus-site
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
my-docusaurus-site
Basic Info
- Host: GitHub
- Owner: alfredoq
- Language: JavaScript
- Default Branch: main
- Size: 5.86 KB
Statistics
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
README.md
My Docusaurus Site
This is a Docusaurus project that serves as a documentation site. Below are the details regarding the structure and setup of the project.
Project Structure
my-docusaurus-site
├── docs
│ └── intro.md # Introductory documentation for the Docusaurus site
├── src
│ └── pages
│ └── example.md # Example page within the Docusaurus site
├── .github
│ └── workflows
│ └── deploy.yml # GitHub Actions workflow for deployment
├── docusaurus.config.js # Main configuration file for Docusaurus
├── package.json # npm configuration file with dependencies and scripts
├── README.md # Documentation for the project
└── sidebars.js # Sidebar structure for the documentation
Getting Started
To get started with this Docusaurus site, follow these steps:
Clone the repository:
bash git clone https://github.com/yourusername/my-docusaurus-site.git cd my-docusaurus-siteInstall dependencies:
bash npm installRun the development server:
bash npm startBuild the site for production:
bash npm run buildDeploy the site: The site will be automatically deployed to GitHub Pages using GitHub Actions whenever changes are pushed to the main branch.
Contributing
Feel free to submit issues or pull requests if you have suggestions or improvements for the project.
License
This project is licensed under the MIT License. See the LICENSE file for more details.
Owner
- Name: Alfredo Quevedo
- Login: alfredoq
- Kind: user
- Location: Cordoba, Argentina
- Company: Faculty of Chemical Sciencies, UNC
- Website: https://unitefa.conicet.unc.edu.ar/mario-alfredo-quevedo/
- Twitter: alfrequevedo
- Repositories: 2
- Profile: https://github.com/alfredoq
Professor at the Faculty of Chemical Sciences, National University of Cordoba, Argentina. Discipline: Medicinal Chemistry and Computer Aided Drug Design
GitHub Events
Total
- Push event: 2
- Create event: 1
Last Year
- Push event: 2
- Create event: 1
Dependencies
- actions/checkout v4 composite
- actions/setup-node v4 composite
- actions/upload-pages-artifact v3 composite