1.13.1 • Published 4 years ago

jonasbroms-www v1.13.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Jonas Bröms official website & blog

Travis Status

Netlify Status

Dependencies

You need to have these CLI and dependencies in order to download and install everything without a clitch.

LogoName
Homebrew LogoHomebrew
NVM
NodeJS LogoNodeJS
Yarn LogoYarn
GatsbyJS LogoGatsbyJS
Netlify LogoNetlifiy
Travis LogoTravis-CI
Semantic-Release LogoSemantic-Release

Quick start

Download

Navigate the a directory on your computer were you are working on sites and run this command:

git clone https://github.com/bromso/jonasbroms-www.git

Install

Navigate the site’s directory and run this command.

yarn

Start developing

Navigate the site’s directory and start it up.

yarn develop

Open the source code and start editing!**

NameLocalURL
Websitehttp://localhost:8000www.jonasbroms.com
GraphQLhttp://localhost:8000/___graphql

Contribution

Submitting changes

If this is the first time you are contributing to an Open-Source project we would really appreciate if you would read the Open-Source.guide before committing.

Please send a GitHub Pull Request to Odduse with a clear list of what you've done (read more about pull requests). We can always use more test coverage. Please follow our coding conventions (below) and make sure all of your commits are atomic (one feature per commit).

Semantic Versioning (Semver)

For transparency into our release cycle and in striving to maintain backward compatibility, Odduse is maintained under the Semantic Versioning guidelines. Sometimes we screw up, but we adhere to those rules whenever possible.

Always write a clear log message for your commits. One-line messages are fine for small changes, but bigger changes should look like this:

$ git commit -m "A brief summary of the commit
>
> A paragraph describing what changed and its impact."
TypeExplanationSemver (eg. 1.0.0)Git Message Example
fixA bug fixx.x.1fix: update package.json
featA new featurex.1.xfeat: add new eslint to package.json
BREAKING CHANGEA major change1.x.xBREAKING CHANGE: upgrade to strapi 3 & gatsby 3
docsDocumentation improvementsdocs: update README.md
styleChanges made white-space, formatting, missing semi-colons, etcstyle: add styles in breadcrumb component
refactorA code change that neither fixes a bug nor adds a featurerefactor: fixed better intendation in index.html
perfPerformance improvementsperf: add tree-shaking to webpack
testAdd missing teststest: add test to .travis.yml
choreChanges the build processchore: update .travis.yml & netlify.toml

See the Releases section of our GitHub project for CHANGELOG for each release version of Odduse projects.

Editor preferences

Editor preferences are available in the editor config file for easy use in common text editors. Read more and download plugins at Editorconfig.

Coding conventions

Thanks in advance, Jonas Bröms, founder & Creative Director of Odduse

1.13.1

4 years ago

1.13.0

4 years ago

1.12.0

4 years ago

1.11.0

4 years ago

1.10.2

4 years ago

1.10.1

4 years ago

1.10.0

4 years ago

1.9.3

4 years ago

1.9.2

4 years ago

1.9.1

4 years ago

1.9.0

4 years ago

1.8.2

4 years ago

1.8.1

4 years ago

1.8.0

4 years ago

1.7.0

4 years ago

1.6.0

4 years ago

1.5.0

4 years ago

1.4.0

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago