@trimble-oss/modus-docs-hugo-theme
Advanced tools
Comparing version 1.0.0-alpha1 to 1.0.0-alpha10
@@ -0,1 +1,2 @@ | ||
// script adapted from Adam Argyle's tutorial: https://web.dev/building-a-theme-switch-component/ | ||
(() => { | ||
@@ -2,0 +3,0 @@ 'use strict'; |
@@ -9,3 +9,3 @@ [{{ range $index, $page := .Site.Pages }} | ||
"uri": "{{- $page.Permalink -}}", | ||
"title": "{{- htmlEscape $page.Title }} {{ if in .Params.tags "in-field" }}(In-Field){{end}}{{ if .Params.componentsWeb }}(Web){{end}}{{ if in .Params.tags "xr" }}(XR){{end}}{{ if in .Params.tags "mobile" }}(Mobile){{end}}", | ||
"title": "{{- htmlEscape $page.Title -}}", | ||
"tags": [{{ range $tindex, $tag := $page.Params.tags }}{{ if $tindex }}, {{ end }}"{{ $tag| htmlEscape }}"{{ end }}], | ||
@@ -12,0 +12,0 @@ "description": "{{- htmlEscape .Description -}}", |
{ | ||
"name": "@trimble-oss/modus-docs-hugo-theme", | ||
"version": "1.0.0-alpha1", | ||
"description": "A Documentation heme for Hugo built by Trimble", | ||
"version": "1.0.0-alpha10", | ||
"description": "A Documentation theme for Hugo built by Trimble", | ||
"homepage": "https://github.com/trimble-oss/modus-docs-hugo-theme", | ||
@@ -13,26 +13,32 @@ "bugs": { | ||
}, | ||
"license": "private", | ||
"license": "MIT", | ||
"author": "Trimble", | ||
"scripts": { | ||
"build": "npx hugo", | ||
"lint": "npm run lint-css && npm run lint-html", | ||
"lint-css": "stylelint \"assets/styles/*.*\" --fix", | ||
"lint": "npm run lint-css && npm run lint-html && npm run lint-js", | ||
"lint-css": "stylelint \"assets/css/*.*\" --fix", | ||
"lint-html": "htmlhint \"build/**/index.html\"", | ||
"lint-js": "eslint assets/js/*.js --fix", | ||
"lint-links": "npx linkinator ./", | ||
"lint-markdown": "npx markdownlint-cli content/**/*.md --fix", | ||
"lint-spellcheck": "npx cspell \"content/**/*.md\" --no-progress", | ||
"prettier": "prettier --write \"**/*.{json,js,md,svg}\"", | ||
"prettier": "prettier --write \"**/*.{json,js,md,svg,yml}\"", | ||
"serve": "hugo serve --port 4000 --disableFastRender --navigateToChanged", | ||
"test": "npm run lint-css && npm run lint-html" | ||
"test": "npm run lint-css && npm run lint-html && npm run lint-js" | ||
}, | ||
"dependencies": { | ||
"@trimble-oss/modus-icons": "1.4.0" | ||
"@trimble-oss/modus-bootstrap": "2.0.0-alpha3", | ||
"@trimble-oss/modus-icons": "1.5.1" | ||
}, | ||
"devDependencies": { | ||
"autoprefixer": "10.4.15", | ||
"autoprefixer": "10.4.16", | ||
"eslint": "8.50.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"htmlhint": "1.1.4", | ||
"hugo-bin": "0.113.0", | ||
"postcss": "8.4.28", | ||
"hugo-bin": "0.114.2", | ||
"postcss": "8.4.31", | ||
"postcss-cli": "10.1.0", | ||
"prettier": "3.0.2", | ||
"stylelint": "15.10.2", | ||
"stylelint-config-standard-scss": "10.0.0" | ||
"prettier": "3.0.3", | ||
"stylelint": "15.10.3", | ||
"stylelint-config-standard-scss": "11.0.0" | ||
}, | ||
@@ -39,0 +45,0 @@ "hugo-bin": { |
@@ -11,8 +11,4 @@ # Modus Docs Hugo Theme (Experimental) | ||
```json | ||
{ | ||
"dependencies": { | ||
"modus-docs-hugo-theme": "git+github.com:trimble-oss/modus-docs-hugo-theme.git" | ||
} | ||
} | ||
```bash | ||
npm i @trimble-oss/modus-docs-hugo-theme --save-dev | ||
``` | ||
@@ -19,0 +15,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
460137
144
0
2
10
218
40
+ Added@popperjs/core@2.11.8(transitive)
+ Added@trimble-oss/modus-bootstrap@2.0.0-alpha3(transitive)
+ Added@trimble-oss/modus-icons@1.5.1(transitive)
+ Addedbootstrap@5.3.2(transitive)
- Removed@trimble-oss/modus-icons@1.4.0(transitive)