UNPKG

@factor/theme-bulma

Version:

Based on the open source CSS framework that uses flexbox and is used by more than 150,000 developers.

222 lines (220 loc) 5.05 kB
export default { site: { logo: () => import("./el/logo-bulma.vue"), nav: [ { path: "/", name: "Home" }, { path: "/elements", name: "Elements" }, { path: "/", name: "Dropdown", subnav: [ { path: "/elements", name: "Elements" }, { path: "/", name: "About" }, { path: "/", name: "Jobs" }, { path: "/", name: "Contact" } ] } ], nav_cta: { path: "https://factor.dev/guide/themes", name: "Get Started" }, cta: { headline: "Made with Factor", subheadline: "Interested in using the factor framework with bulma? We should get started. I’ll setup bulma.", path: "https://factor.dev/themes", text: "Let's do this" } }, footer: { nav1Headline: "Company", nav1: [ { path: "/", name: "Home" }, { path: "/", name: "About" }, { path: "/", name: "Pricing" }, { path: "/", name: "Blog" } ], nav2Headline: "Service", nav2: [ { path: "/", name: "Web" }, { path: "/", name: "Marketing" }, { path: "/", name: "Graphics" }, { path: "/", name: "Mobile" } ], nav3Headline: "Support", nav3: [ { path: "/", name: "Help Center" }, { path: "/", name: "Support Ticket" }, { path: "/", name: "Contact" }, { path: "/", name: "Feedback" } ], socialHeadline: "Follow Us", social: [ { path: "https://facebook.com", icon: "facebook" }, { path: "https://twitter.com/", icon: "twitter" }, { path: "https://instagram.com/", icon: "instagram" }, { path: "https://linkedin.com/", icon: "linkedin" }, { path: "https://pinterest.com/", icon: "pinterest" } ], subscribeHeadline: "Subscribe", subscribe: () => import("./el/subscribe.vue"), logo: () => import("./el/logo-fiction.vue"), legal: "© Factor by Fiction.com Inc.", terms: [ { path: "https://www.fiction.com/terms-of-service", text: "Terms of Service" }, { path: "https://www.fiction.com/privacy-policy", text: "Privacy Policy" } ] }, home: { meta: { title: "Bulma Theme - Factor.js", description: "A simple theme for easy implementation of the Bulma CSS framework in Factor.js." }, headline: "Theme Bulma", subheadline: "Based on the open source CSS framework that uses flexbox and is used by more than 150,000 developers. Theme Bulma makes using the CSS framework in Factor a breeze.", actions: [ { class: "button is-medium is-rounded is-primary", path: "https://factor.dev/themes", text: "Get Started" }, { class: "button is-medium is-rounded is-light", path: "/elements", text: "View Elements" } ], graphic: () => import("./el/home-graphic.vue"), logos: [ { imageURL: require("./img/github.svg"), imageAlt: "Github" }, { imageURL: require("./img/algolia.svg"), imageAlt: "Algolia" }, { imageURL: require("./img/bulma.svg"), imageAlt: "Bulma" }, { imageURL: require("./img/vue.svg"), imageAlt: "Vue.js" }, { imageURL: require("./img/nodejs.svg"), imageAlt: "NodeJS" }, { imageURL: require("./img/npm.svg"), imageAlt: "NPM" } ], boxesHeadline: "Code Better and Ship Faster.", boxes: [ { imageURL: require("./img/icon-5-minute.svg"), title: "5 Minute Setup", description: "A Factor site can be installed and up and running in a matter of minutes, with only basic coding knowledge." }, { imageURL: require("./img/icon-mobile.svg"), title: "Mobile-first", description: "Every element is mobile-first and optimizes for vertical reading. Built with five breakpoints." }, { imageURL: require("./img/icon-js.svg"), title: "100% Javascript", description: "Factor provides a robust basis for the development of any JS application. Modular, minimal, and extensible." }, { imageURL: require("./img/icon-vue.svg"), title: "Build with Reactive VueJS", description: "Based on Vue.js so you code better and ship faster. Customize your front-end layout with vue.js components." } ] } }