X-Git-Url: https://juplo.de/gitweb/?p=website;a=blobdiff_plain;f=dist%2Ftemplates%2Flayout.html;h=b210c32ff0b5bf10341a7ff821be1fa130740e04;hp=a6d5ccf089fe74ea9d24e006f1c8e73031089817;hb=1b7c4e24a872273233118c49d3619ba2540927dc;hpb=72715e516339c242367cc305594a37a2e402eb41 diff --git a/dist/templates/layout.html b/dist/templates/layout.html index a6d5ccf0..b210c32f 100644 --- a/dist/templates/layout.html +++ b/dist/templates/layout.html @@ -2,48 +2,245 @@ - - juplo - BASISTEMPLATE - - - - - - - - - - + + + + + juplo - BASISTEMPLATE + + + +
+
+
+
+
+

Title

+

+

+ Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text + +

+ Apart from package.json, the following files are included: +

+
    +
  • + .babelrc configuration file for Babel +
  • +
  • + .gitignore common Git ignored files +
  • +
  • + index.html this HTML5 file +
  • +
  • + _sass/main.scss a basic SCSS file that imports Bulma and explains how to customize your styles, and compiles to css/main.css +
  • +
  • + _javascript/main.js an ES6 JavaScript that compiles to lib/main.js +
  • +
+

Try it out!

+

+ To see if your setup works, follow these steps: +

+
    +
  1. +

    + Move to this directory: +
    +

    cd bulma-start
    +

    +
  2. +
  3. +

    + Install all dependencies: +
    +

    npm install
    +

    +
  4. +
  5. +

    + Start the CSS and JS watchers: +
    +

    npm start
    +

    +
  6. +
  7. +

    + Edit _sass/main.scss by adding the following rule at the end of the file: +
    +

    html {
    +  background-color: $green;
    +}
    +

    +
  8. +
+

+ The page background should turn green! +

+

Get started

+

+ You're ready to create your own designs with Bulma. Just edit or duplicate this page, or simply create a new one! +
+ For example, this page is only built with the following Bulma elements: +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TypeCSS class
Columns + columns + column +
Layout + section + container + footer +
Elements + button + content + title + subtitle +
Form + field + control +
Helpers + has-text-centered + has-text-weight-semibold +
+
+

+ If you want to learn more, follow these links: +

+
+ +
+
+
+
+
-