Skip to content

Commit

Permalink
Removed template stuff from website
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoppier committed Jun 15, 2024
1 parent f81b7be commit 0af61da
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 77 deletions.
10 changes: 10 additions & 0 deletions website/src/_data/navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@
"external": false
}
]
},
{
"title": "Acknowledgements",
"items": [
{
"caption": "Acknowledgements",
"url": "/acknowledgements/",
"external": false
}
]
}
]
}
4 changes: 4 additions & 0 deletions website/src/_includes/layouts/front-page.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@ <h3 class="accordion-card__title">{{ faq.title }}</h3>
</div>
</div>
{% endif %}
<div>
<h2>Acknowledgements</h2>
<p>This documentation page is based on the <a href="https://github.com/conedevelopment/sprucecss-eleventy-documentation-template">template</a> of <a href="https://conedevelopment.com/">Cone</a>.</p>
</div>
</div>
{% endblock %}
15 changes: 1 addition & 14 deletions website/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,7 @@ title: "Changelog"
layout: "layouts/changelog.html"
changelog:
- date: "2023-05-24"
title: "v1.1.0"
items:
- "**This is a test changelog record for demonstration.**"
- "**Improvement:** add `$btn-font-family` to control the button's font family."
- "**Improvement:** add `$heading-font-weight` to control the heading's font-weight."
- "**Improvement:** rename some keys in the `$colors` map (`mark-color` : `mark-foreground`, `code-color` : `code-foreground`)."
- "**Improvement:** reorganize the recurrent colors into variables."
- "**Fix:** modify `btn-variant()` mixin: add hover foreground color."
- "Global switch to `color()` function's fallback value under the [`$settings`](https://sprucecss.com/docs/sass/variables#settings) map."
- "Modify the [`scrollbar()`](https://sprucecss.com/docs/sass/mixins#scrollbar) mixin to accept hover thumb background-color value."
- "Make `$breakpoints` overwriteable by key."
- "Modify `font-size()` and `responsive-font-size()` function to accept optimal size value. The optimal value will fallback to a global settnigs under the `$settings` map."
- date: "2023-05-23"
title: "v1.0.0"
title: "v0.1.0"
items:
- "Initial release"
---
15 changes: 0 additions & 15 deletions website/src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,6 @@ summary: "Have some questions? You may find it here."
displaySummary: true
layout: "layouts/faq.html"
faqs:
-
title: "Spruce CSS"
items:
-
title: "Why Make Another CSS Framework?"
description: "As you may know, there are many CSS frameworks (hundreds of them, and a lot of them are not maintained today). Everybody can choose one that suits their work style or project requirements. So why make another one? It is certainly not because we can do it better but because we want to do it our way. We want to be in control and make decisions."
-
title: "It Is Opinionated"
description: "Each system is opinionated but on a different level; this is valid for Spruce too. We don’t want to vote for (strictly) any particular solution (because there is always more than one), but we will show you what we think is the best for us (and maybe for you too). We don’t believe there is a good or bad solution, but we can learn from any of them."
-
title: "We Left the Grid Out"
description: "One controversial decision we made with Spruce is to leave a classical grid system out. Because of the late CSS layout model developments like Flexbox and Grid, we think it can be eliminated; this doesn’t mean that we won’t show you how to make layouts with ease, but we try to make it the modern way."
-
title: "Coding Style Guide and Practices"
description: "Where it is possible, we use elements and/or attributes to style elements, but it is still a class-based framework."
-
title: "Demo FAQ"
items:
Expand Down
5 changes: 2 additions & 3 deletions website/src/img/cone-docs-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions website/src/img/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion website/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ overview:
title: "Getting Started"
url: "/getting-started/"
description: "Start here and get to know Mappie."
---
---
6 changes: 0 additions & 6 deletions website/src/posts/customization/customization.md

This file was deleted.

4 changes: 0 additions & 4 deletions website/src/posts/customization/posts/posts.json

This file was deleted.

23 changes: 0 additions & 23 deletions website/src/posts/customization/posts/spruce-css.md

This file was deleted.

9 changes: 0 additions & 9 deletions website/src/posts/customization/posts/themes.md

This file was deleted.

0 comments on commit 0af61da

Please sign in to comment.