Giter Site home page Giter Site logo

felipefialho / kratos-boilerplate Goto Github PK

View Code? Open in Web Editor NEW
313.0 13.0 37.0 8.72 MB

:fire: A simple boilerplate for creating statics PWA using Webpack, Pug, PostCSS and CSS Modules

License: MIT License

JavaScript 43.84% SCSS 39.07% Pug 17.09%
boilerplate pug postcss sass cssmodules css webpack yeoman es6 javascript

kratos-boilerplate's Introduction

Hi there! 😁

My name is Felipe Fialho from Brazil (🇧🇷). I've been working as Front-End Developer since 2009 and currently I'm Tech Lead at Juntos Somos Mais. I'm passionate about open source projects, so I've created some projects as Front-end BR and I've always loved to produce a lot of content during my career

In my free time I like to play (and watch) football (⚽️), bodybuilding and fitness life (🏋️), to watch movies (🎞️) and series (📺), to read books (📚), to listen to music (🎵) and eventually I like to philosophize about life with a beer (🍺)

Would you like to find me?

Blog Badge Youtube Badge Twitter Badge Linkedin Badge

📽️ Some videos on YouTube 🇧🇷

📓 Some Blog Posts 🇧🇷


Felipe's github stats
Felipe Wakatime Stats

kratos-boilerplate's People

Contributors

danilowoz avatar dependabot-preview[bot] avatar dependabot[bot] avatar felipefialho avatar hevertoncastro avatar letanure avatar nya1 avatar ribeiroevandro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kratos-boilerplate's Issues

config.yml Problem

Hi LFeh
When I change the title in the config.yml, than gulp breaks and i get the error message

fs.js:640
return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
^

Error: ENOENT: no such file or directory, open 'src/data//.yml'

What do I do wrong? Wanted to build my Portfolio with your Boilerplate.

Thanks

Error in "npm run setup"

Hi @lfeh
I installed Kratos and had the following error, I understood that the folder was not found. The intention to report this is to know if there is a solution you know.

> cp ./node_modules/flexibility/flexibility.js public/js/

cp: directory public/js does not exist

npm ERR! Darwin 16.3.0
npm ERR! argv "/usr/local/Cellar/node/7.2.1/bin/node" "/usr/local/bin/npm" "run" "vendors"
npm ERR! node v7.2.1
npm ERR! npm  v3.10.9
npm ERR! code ELIFECYCLE
npm ERR! [email protected] vendors: `cp ./node_modules/flexibility/flexibility.js public/js/`
npm ERR! Exit status 1

Problems generating SVG and SVG icons

When I put a .svg file in thesrc/svg folder the gulp task until it finds, however, it creates a folder inside the src/svg/svg folder and also in build/svg and both empty.

How can I Inject the icons.svg after the body tag?

Hi this boilerplate is really great, but one thing I can't get my head around.
As described I want to put the svgs after my body-tag and I do not want to do it with php.
I tried the method of gulp-inject, but someone mentioned it does not work with babel.
Therefore I would be thrilled to see how I can implement that feature.
U ask why, here is a screencast... I love the workflow https://css-tricks.com/video-screencasts/screencast-134-tour-site-progress-built-jekyll-grunt-sass-svg-system/.
He uses Jekyll to inject the svg, can i do that with pug too?
Thxs and happy coding

Problems with typography

When the user mixin font(), passing as parameter the weight using numbers, it is not being applied to the CSS generated only works when bold step as a parameter. I do not know if I was clear, but below is an example.

// font
p
  font(p2, 500)

// source
p {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

or 

// font
p
  font(p2, bold)

// source
.article p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-weight: 700;
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.