mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Add footer links
This commit is contained in:
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user