diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c4db40..489fd5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,9 +6,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Use Node.js - uses: actions/setup-node@v1 - with: - node-version: 12.x + uses: actions/setup-node@v4 - run: npm i - run: npm test env: diff --git a/.stylelintrc.json b/.stylelintrc.json index cf7ad60..b50448c 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -1,6 +1,3 @@ { - "extends": "stylelint-config-recommended", - "rules": { - "block-closing-brace-newline-after": "always" - } + "extends": "stylelint-config-recommended" } diff --git a/package.json b/package.json index 226219b..27c2b11 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "cmints-starter-single-lang", + "name": "cba-website", "version": "1.0.0", "description": "Single language website starter for CMintS", "main": "index.js", @@ -15,23 +15,23 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/Manvel/cmints-single-lang-boilerplate.git" + "url": "git+https://github.com/browser-automation/cba-website.git" }, "author": "Manvel Saroyan", "license": "MIT", "bugs": { - "url": "https://github.com/Manvel/cmints-single-lang-boilerplate/issues" + "url": "https://github.com/browser-automation/cba-website/issues" }, "dependencies": { - "cmints": "^1.2.2", + "cmints": "^1.2.3", "markdown-it-imsize": "^2.0.1", - "minimist": "^1.2.5" + "minimist": "^1.2.8" }, "devDependencies": { - "eslint": "^6.8.0", - "prettier": "^2.1.2", - "prettylint": "^1.0.0", - "stylelint": "^13.3.1", - "stylelint-config-recommended": "^3.0.0" + "eslint": "^8.56.0", + "prettier": "^3.1.1", + "prettylint": "^2.0.0", + "stylelint": "^16.1.0", + "stylelint-config-recommended": "^14.0.0" } } diff --git a/theme/less/_navigation.less b/theme/less/_navigation.less index 9267e5d..bcd2e9d 100644 --- a/theme/less/_navigation.less +++ b/theme/less/_navigation.less @@ -1,4 +1,4 @@ -// The main navigation menu +/* The main navigation menu */ #main-navigation { @@ -127,7 +127,7 @@ content: url('/images/icons/arrow-bullet-dark.png'); } -// Mobile navigation menu +/* Mobile navigation menu */ #mobile-nav { diff --git a/theme/less/_variables.less b/theme/less/_variables.less index aca017d..93c8242 100644 --- a/theme/less/_variables.less +++ b/theme/less/_variables.less @@ -1 +1 @@ -// Variables \ No newline at end of file +/* Variables */ \ No newline at end of file diff --git a/theme/less/homepage.less b/theme/less/homepage.less index 7d7f80c..1fb1d51 100644 --- a/theme/less/homepage.less +++ b/theme/less/homepage.less @@ -44,7 +44,7 @@ article > * main article > *:first-child { - grid-column: 1 e("/") 3; + grid-column: ~"1 / 3"; } .box