md-ssg

Create a static website from markdown files

https://github.com/rkeelan/md-ssg

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found 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 (8.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Create a static website from markdown files

Basic Info
  • Host: GitHub
  • Owner: RKeelan
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Size: 13.7 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 1 year ago · Last pushed 9 months ago
Metadata Files
Readme License Citation

README.md

md-ssg

PyPI Changelog Tests License

Create a static website from markdown files

Installation

Install this tool using pip: bash pip install md-ssg

Usage

For help, run: bash md-ssg --help You can also use: bash python -m md_ssg --help

Development

To contribute to this tool, first checkout the code. Then create a new virtual environment: bash cd md-ssg python -m venv venv source venv/bin/activate Now install the dependencies and test dependencies: bash pip install -e '.[test]' To run the tests: bash python -m pytest

Owner

  • Login: RKeelan
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
type: software
title: "md-ssg"
version: "0.1"
url: "https://github.com/RKeelan/md-ssg"
repository-code: "https://github.com/RKeelan/md-ssg"
abstract: "Create a static website from markdown files. A simple static site generator that converts markdown files into HTML using Jinja2 templating."
keywords:
  - static-site-generator
  - markdown
  - html
  - cli
license: Apache-2.0
authors:
  - family-names: "Keelan"
    given-names: "R."
preferred-citation:
  type: software
  title: "md-ssg"
  version: "0.1"
  url: "https://github.com/RKeelan/md-ssg"
  authors:
    - family-names: "Keelan"
      given-names: "R." 

GitHub Events

Total
Last Year

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 13 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 1
  • Total maintainers: 1
pypi.org: md-ssg

Create a static website from markdown files

  • Versions: 1
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 13 Last month
Rankings
Dependent packages count: 9.1%
Average: 30.1%
Dependent repos count: 51.2%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/publish.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • pypa/gh-action-pypi-publish release/v1 composite
.github/workflows/test.yml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
pyproject.toml pypi
  • click *
  • jinja2 *
  • markdown *
  • toml *