š¹š”š” A blog about Front-end developer by Simone Amorim šāāļø
0 - install the basic dependencies
1 - Clone the project and install the dependencies:
$ git clone https://github.com/damadocss/damadocss.github.io.git
$ cd damadocss.github.io/
$ npm install hexo-cli -g
$ yarn install
2 - Run the local server:
$ hexo serve
Go to: localhost:4000
Iām using Hexo for develop this blog, see documentation! Using BEM like nomenclature pattern and ITCSS like architecture pattern
.
āāā scaffolds/
āāā source/
| āāā _posts
āāā themes
| āāā css-blog/
| āāā languages/
| āāā layout/
| | āāā partial/
| āāā scripts/
| āāā source/
| | āāā assets/
| | āāā icon/
| | āāā img/
| | āāā styles/
| āāā _config.yml
āāā _config.yml
āāā .gitignore
āāā package.json
āāā CONTRIBUTING.md
āāā LICENSE.md
āāā README.md
To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.
Find on our issues the next steps of the project ;)
Want to contribute? Follow these recommendations.