https://github.com/alfredoq/my-docusaurus-site

my-docusaurus-site

https://github.com/alfredoq/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
Last synced: 10 months ago · JSON representation

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
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme

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:

  1. Clone the repository: bash git clone https://github.com/yourusername/my-docusaurus-site.git cd my-docusaurus-site

  2. Install dependencies: bash npm install

  3. Run the development server: bash npm start

  4. Build the site for production: bash npm run build

  5. Deploy 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

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

.github/workflows/deploy.yml actions
  • actions/checkout v4 composite
  • actions/setup-node v4 composite
  • actions/upload-pages-artifact v3 composite
package.json npm