Add footer links

This commit is contained in:
Jeremy Thomas
2018-04-10 17:56:38 +01:00
parent 91776c091f
commit 67f3e64158
7 changed files with 234 additions and 30 deletions

View File

@@ -323,19 +323,55 @@
"name": "Blog",
"path": "/blog"
},
"more": {
"name": "More",
"path": "/more"
},
"expo": {
"name": "Expo",
"subtitle": "Official Bulma showcase",
"path": "/expo"
},
"love": {
"name": "Love",
"subtitle": "Fans of Bulma around the world",
"path": "/love"
},
"bulma-start": {
"name": "Bulma start",
"subtitle": "A tiny npm package to get started",
"path": "/bulma-start"
},
"made-with-bulma": {
"name": "Made with Bulma",
"subtitle": "The official community badge",
"path": "/made-with-bulma"
},
"bootstrap": {
"name": "Alternative to Bootstrap",
"name": "Coming from Bootstrap",
"subtitle": "See how Bulma is an alternative to Bootstrap",
"path": "/alternative-to-bootstrap"
},
"patreon-backers": {
"name": "Patreon backers",
"subtitle": "Everyone who is supporting Bulma",
"path": "/backers"
},
"extensions": {
"name": "Bulma extensions",
"subtitle": "Side projects to enhance Bulma",
"path": "/extensions"
}
},
"more": [
"expo",
"love",
"bulma-start",
"made-with-bulma",
"bootstrap",
"patreon-backers",
"extensions"
],
"categories": {
"overview": ["overview-start", "overview-classes", "overview-modular", "overview-responsiveness", "overview-variables", "overview-colors", "overview-functions", "overview-mixins"],
"modifiers": ["modifiers-syntax", "modifiers-helpers", "modifiers-responsive-helpers", "modifiers-color-helpers", "modifiers-typography-helpers"],