Skip to content

Commit

Permalink
tabler v1.0 improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
codecalm committed Nov 1, 2020
1 parent afebee8 commit 39156c1
Show file tree
Hide file tree
Showing 36 changed files with 298 additions and 293 deletions.
94 changes: 17 additions & 77 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,63 +36,6 @@ exclude:
- .jekyll-cache
- redirects.json

- all.html
- blank.html
- buttons.html
- calendar.html
- cards.html
- cards-masonry.html
- carousel.html
- changelog.html
- charts.html
- charts-heatmap.html
- crypto-currencies.html
- docs.html
- dropdowns.html
- empty.html
- error-404.html
- error-500.html
- error-maintenance.html
- favicon.ico
- flags.html
- forgot-password.html
- form-elements.html
- gallery.html
- icons.html
- index.html
- invoice.html
- layout-combo.html
- layout-condensed.html
- layout-condensed-dark.html
- layout-dark.html
- layout-fluid.html
- layout-fluid-vertical.html
- layout-horizontal.html
- layout-navbar-dark.html
- layout-navbar-overlap.html
- layout-vertical.html
- layout-vertical-right.html
- license.html
- lists.html
- maps.html
- maps-vector.html
- markdown.md
- modals.html
- music.html
- navigation.html
- pagination.html
- pricing.html
- search-results.html
- sign-in.html
- sign-up.html
- snippets.html
- social.html
- tables.html
- tabs.html
- typography.html
- users.html
- wizard.html

markdown: kramdown
kramdown:
input: GFM
Expand All @@ -107,9 +50,9 @@ toc:
max_level: 3
list_class: list-unstyled

#collections:
# docs:
# output: true
collections:
docs:
output: true

defaults:
- scope:
Expand Down Expand Up @@ -212,9 +155,6 @@ button-variants:
dark:
class: dark
title: Dark
link:
class: link
title: Link

button-states:
- class:
Expand All @@ -226,46 +166,46 @@ button-states:

socials:
facebook:
icon: brand/facebook
icon: brand-facebook
title: Facebook
twitter:
icon: brand/twitter
icon: brand-twitter
title: Twitter
google:
icon: brand/google
icon: brand-google
title: Google
youtube:
icon: brand/youtube
icon: brand-youtube
title: Youtube
vimeo:
icon: brand/vimeo
icon: brand-vimeo
title: Vimeo
dribbble:
icon: brand/dribbble
icon: brand-dribbble
title: Dribbble
github:
icon: brand/github
icon: brand-github
title: Github
instagram:
icon: brand/instagram
icon: brand-instagram
title: Instagram
pinterest:
icon: brand/pinterest
icon: brand-pinterest
title: Pinterest
vk:
icon: brand/vk
icon: brand-vk
title: VK
rss:
icon: brand/rss
icon: rss
title: RSS
flickr:
icon: brand/flickr
icon: brand-flickr
title: Flickr
bitbucket:
icon: brand/bitbucket
icon: brand-bitbucket
title: Bitbucker
tabler:
icon: brand/tabler
icon: brand-tabler
title: Tabler

months-short: ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']
Expand Down
57 changes: 30 additions & 27 deletions src/pages/_data/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ base:
lists:
title: Lists
url: lists.html
docs-index:
title: Docs index
url: docs-index.html


authentication:
Expand Down Expand Up @@ -179,64 +182,64 @@ docs:
url: docs/index.html
columns: 3
children:
index:
index:
title: Introduction
url: docs/index.html
alerts:
alerts:
title: Alerts
url: docs/alerts.html
autosize:
autosize:
title: Autosize
url: docs/autosize.html
avatars:
avatars:
title: Avatars
url: docs/avatars.html
badges:
badges:
title: Badges
url: docs/badges.html
breadcrumb:
breadcrumb:
title: Breadcrumb
url: docs/breadcrumb.html
buttons:
buttons:
title: Buttons
url: docs/buttons.html
cards:
cards:
title: Cards
url: docs/cards.html
carousel:
carousel:
title: Carousel
url: docs/carousel.html
colors:
colors:
title: Colors
url: docs/colors.html
# countup:
# title: Countup
# url: docs/countup.html
cursors:
cursors:
title: Cursors
url: docs/cursors.html
charts:
charts:
title: Charts
url: docs/charts.html
dropdowns:
title: Dropdowns
url: docs/dropdowns.html
divider:
divider:
title: Divider
url: docs/divider.html
empty:
empty:
title: Empty states
url: docs/empty.html
flags:
flags:
title: Flags
url: docs/flags.html
form-elements:
form-elements:
title: Form elements
url: docs/form-elements.html
form-helpers:
form-helpers:
title: Form helpers
url: docs/form-helpers.html
input-mask:
input-mask:
title: Form input mask
url: docs/input-mask.html
modals:
Expand All @@ -251,31 +254,31 @@ docs:
range-slider:
title: Range slider
url: docs/range-slider.html
ribbons:
ribbons:
title: Ribbons
url: docs/ribbons.html
spinners:
spinners:
title: Spinners
url: docs/spinners.html
steps:
steps:
title: Steps
url: docs/steps.html
tables:
tables:
title: Tables
url: docs/tables.html
tabs:
tabs:
title: Tabs
url: docs/tabs.html
timelines:
timelines:
title: Timelines
url: docs/timelines.html
toasts:
toasts:
title: Toasts
url: docs/toasts.html
tooltips:
tooltips:
title: Tooltips
url: docs/tooltips.html
typography:
typography:
title: Typography
url: docs/typography.html

Expand Down

0 comments on commit 39156c1

Please sign in to comment.