From 9217af6a42f34013094c2fcbc45a3018e286e0d9 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 11 Sep 2018 01:10:45 +0200 Subject: [PATCH] Made some pages standalone --- _includes/components/footer.html | 1 - _includes/design/assets.html | 2 +- _includes/design/grid.html | 2 +- _includes/design/typography.html | 2 +- _includes/navbar.html | 2 +- _includes/sidebar.html | 2 +- _layouts/assets.html | 25 ++++++++++++++++++ _layouts/colors.html | 25 ++++++++++++++++++ _layouts/design.html | 4 --- _layouts/grid.html | 25 ++++++++++++++++++ _layouts/typography.html | 25 ++++++++++++++++++ _site/404.html | 2 +- _site/components/index.html | 17 ++++++------ _site/copywriting/index.html | 22 ++++++++-------- _site/getting-started/index.html | 2 +- _site/index.html | 2 +- .../update/2018/05/06/welcome-to-jekyll.html | 2 +- assets.md | 26 +++++++++++++++++++ colors.md | 26 +++++++++++++++++++ grid.md | 26 +++++++++++++++++++ typography.md | 26 +++++++++++++++++++ 21 files changed, 232 insertions(+), 34 deletions(-) create mode 100644 _layouts/assets.html create mode 100644 _layouts/colors.html create mode 100644 _layouts/grid.html create mode 100644 _layouts/typography.html create mode 100644 assets.md create mode 100644 colors.md create mode 100644 grid.md create mode 100644 typography.md diff --git a/_includes/components/footer.html b/_includes/components/footer.html index aef5e49..da4dbea 100644 --- a/_includes/components/footer.html +++ b/_includes/components/footer.html @@ -1,6 +1,5 @@