Skip to content

Commit

Permalink
chore: reorganized project structure
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbrignon committed May 8, 2023
1 parent 279a90f commit 2fd737e
Show file tree
Hide file tree
Showing 36 changed files with 1,197 additions and 2,898 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true

[*]
charset = utf-8
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
trim_trailing_whitespace = false
File renamed without changes.
File renamed without changes.
15 changes: 0 additions & 15 deletions Pipfile

This file was deleted.

1,074 changes: 0 additions & 1,074 deletions Pipfile.lock

This file was deleted.

3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# MkDocs Exporter

A highly-configurable plugin for [*MkDocs*](https://github.com/mkdocs/mkdocs) that exports your pages to PDF files.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
66 changes: 0 additions & 66 deletions plugins/mkdocs-exporter/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions plugins/mkdocs-exporter/Pipfile

This file was deleted.

824 changes: 0 additions & 824 deletions plugins/mkdocs-exporter/Pipfile.lock

This file was deleted.

3 changes: 0 additions & 3 deletions plugins/mkdocs-exporter/README.md

This file was deleted.

Empty file removed plugins/mkdocs-exporter/setup.cfg
Empty file.
1,174 changes: 1,174 additions & 0 deletions poetry.lock

Large diffs are not rendered by default.

14 changes: 9 additions & 5 deletions plugins/mkdocs-exporter/pyproject.toml → pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "mkdocs-exporter"
version = "0.1.0"
description = "Lorem ipsum dolor sit amet..."
version = "0.0.1"
repository = "https://github.com/adrienbrignon/mkdocs-exporter"
keywords = ["mkdocs", "pdf", "exporter"]
description = "A highly-configurable plugin for MkDocs that exports your pages to PDF files."
authors = ["Adrien Brignon <[email protected]>"]
readme = "README.md"
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Topic :: Documentation",
"Topic :: Software Development :: Documentation",
"Topic :: Text Processing :: Markup :: HTML",
Expand All @@ -31,3 +32,6 @@ libsass = ">=0.22.0"
"mkdocs/exporter" = "mkdocs_exporter.plugin:Plugin"
"mkdocs/exporter/pdf" = "mkdocs_exporter.plugins.pdf.plugin:Plugin"
"mkdocs/exporter/extras" = "mkdocs_exporter.plugins.extras.plugin:Plugin"

[tool.poetry.urls]
"Bug Tracker" = "https://github.com/adrienbrignon/mkdocs-exporter/issues"
780 changes: 0 additions & 780 deletions resources/scripts/pdf.min.js

This file was deleted.

93 changes: 0 additions & 93 deletions resources/stylesheets/pdf.scss

This file was deleted.

3 changes: 0 additions & 3 deletions resources/templates/covers/back.html.j2

This file was deleted.

18 changes: 0 additions & 18 deletions resources/templates/covers/front.html.j2

This file was deleted.

0 comments on commit 2fd737e

Please sign in to comment.