Skip to content

Commit

Permalink
Rewrite template and Gruntfile. Replace extlib with node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
re-pesk committed Feb 18, 2023
1 parent fb83648 commit df3e0db
Show file tree
Hide file tree
Showing 20 changed files with 2,586 additions and 6,064 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# editorconfig.org
root = true

[*.js]
[*.js, *.ejs]
indent_style = space
indent_size = 4
end_of_line = lf
Expand Down
21 changes: 21 additions & 0 deletions .metadata.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
module.exports = {
title: "MDwiki",
name: "mdwiki",
version: "0.6.4",
description: "Markdown Wiki",
homepage: "http://dynalon.github.io/mdwiki",
author: {
name: "Timo Dörr",
email: "[email protected]",
url: "http://github.com/Dynalon/mdwiki"
},
license: {
name: "GPLv3",
identifier:"GPL-3.0-only",
url: 'https://github.com/Dynalon/mdwiki/blob/0.6.x/LICENSE.txt',
},
repository: {
type: "git",
url: "https://github.com/Dynalon/mdwiki.git"
},
};
225 changes: 142 additions & 83 deletions Gruntfile.js

Large diffs are not rendered by default.

4,585 changes: 20 additions & 4,565 deletions docs/mdwiki-debug.html

Large diffs are not rendered by default.

222 changes: 123 additions & 99 deletions docs/mdwiki-slim.html

Large diffs are not rendered by default.

2,253 changes: 2,102 additions & 151 deletions docs/mdwiki.html

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions extlib/css/bootstrap-3.0.0.min.css

This file was deleted.

7 changes: 0 additions & 7 deletions extlib/css/prism.1.4.1.default.min.css

This file was deleted.

6 changes: 0 additions & 6 deletions extlib/js/bootstrap-3.0.0.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions extlib/js/jquery-1.8.3.min.js

This file was deleted.

Loading

0 comments on commit df3e0db

Please sign in to comment.