πΉπ‘π‘ 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.