diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml new file mode 100644 index 000000000..5067a374a --- /dev/null +++ b/.github/workflows/codeql-analysis.yml @@ -0,0 +1,67 @@ +# For most projects, this workflow file will not need changing; you simply need +# to commit it to your repository. +# +# You may wish to alter this file to override the set of languages analyzed, +# or to provide custom queries or build logic. +# +# ******** NOTE ******** +# We have attempted to detect the languages in your repository. Please check +# the `language` matrix defined below to confirm you have the correct set of +# supported CodeQL languages. +# +name: "CodeQL" + +on: + push: + branches: [ dev, master ] + pull_request: + # The branches below must be a subset of the branches above + branches: [ dev ] + schedule: + - cron: '32 8 * * 2' + +jobs: + analyze: + name: Analyze + runs-on: ubuntu-latest + + strategy: + fail-fast: false + matrix: + language: [ 'javascript' ] + # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ] + # Learn more: + # https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed + + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + # Initializes the CodeQL tools for scanning. + - name: Initialize CodeQL + uses: github/codeql-action/init@v1 + with: + languages: ${{ matrix.language }} + # If you wish to specify custom queries, you can do so here or in a config file. + # By default, queries listed here will override any specified in a config file. + # Prefix the list here with "+" to use these queries and those in the config file. + # queries: ./path/to/local/query, your-org/your-repo/queries@main + + # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). + # If this step fails, then you should remove it and run the build manually (see below) + - name: Autobuild + uses: github/codeql-action/autobuild@v1 + + # ℹ️ Command-line programs to run using the OS shell. + # 📚 https://git.io/JvXDl + + # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines + # and modify them (or add more) to build your code if your project + # uses a compiled language + + #- run: | + # make bootstrap + # make release + + - name: Perform CodeQL Analysis + uses: github/codeql-action/analyze@v1 diff --git a/Gemfile b/Gemfile index e4104f6a2..d533afffe 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "jekyll", "4.1.1" +gem "jekyll", "4.2.0" group :jekyll_plugins do gem "jekyll-random" diff --git a/LICENSE b/LICENSE index ec54a05c5..e2807c0cd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2018-2019 The Tabler Authors +Copyright (c) 2018-2021 The Tabler Authors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index db16412c0..015fe9284 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,31 @@ -# Tabler - +
+
A premium and open source dashboard template with a responsive and high-quality UI.
+
+
+
+
+
## Features
@@ -24,7 +39,6 @@ We've created this admin panel for everyone who wants to create templates based
* **Demo pages**: Tabler features over 20 individual pages using various components, which gives you the freedom to choose and combine. All components can vary in color and styling that you can easily modify using Sass. Sky is the limit!
* **Single Page Application versions:** [Tabler React](https://github.com/tabler/tabler-react) has React components for Tabler.
-
## Sponsor Tabler
diff --git a/_config.yml b/_config.yml
index 4f930918a..0fad267a7 100644
--- a/_config.yml
+++ b/_config.yml
@@ -16,6 +16,7 @@ title: Tabler
description: Premium and Open Source dashboard template with responsive and high quality UI.
homepage: https://tabler.io
github-url: https://github.com/tabler/tabler
+github-sponsors-url: https://github.com/sponsors/codecalm
changelog-url: https://github.com/tabler/tabler/releases
sponsor-url: https://github.com/sponsors/codecalm
preview-url: https://preview.tabler.io
@@ -23,6 +24,7 @@ preview-url: https://preview.tabler.io
mapbox-key: pk.eyJ1IjoiY29kZWNhbG0iLCJhIjoiSzRiOVJvQSJ9.BUVkTT6IYs83xSUs4H7bjQ
google-maps-key: AIzaSyAr5mRB4U1KRkVznIrDWEvZjroYcD202DI
google-maps-dev-key: AIzaSyCL-BY8-sq12m0S9H-S_yMqDmcun3A9znw
+npm-package: "@tabler/core"
debug: false
@@ -34,7 +36,7 @@ plugins:
- jekyll-timeago
- jekyll-redirect-from
-tabler-plugins:
+tabler-css-plugins:
- tabler-flags
- tabler-payments
- tabler-vendors
@@ -62,7 +64,6 @@ defaults:
path: "*.md"
values:
layout: markdown
-
- scope:
type: "pages"
values:
@@ -131,7 +132,7 @@ variants:
- name: danger
icon: alert-circle
-button-variants:
+theme-colors:
primary:
class: primary
title: Primary
diff --git a/demo/accordion.html b/demo/accordion.html
index a6a3f0a84..82bec2482 100644
--- a/demo/accordion.html
+++ b/demo/accordion.html
@@ -1,10 +1,10 @@
@@ -21,7 +21,7 @@
-