A Dama do CSS

šŸ¹šŸ—”šŸ›” A blog about Front-end developer by Simone Amorim šŸ’ā€ā™€ļø

Run the project local

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

Stack

I’m using Hexo for develop this blog, see documentation! Using BEM like nomenclature pattern and ITCSS like architecture pattern

Folders Structure

.
ā”œā”€ā”€ 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

Versioning

To keep better organization of releases we follow the Semantic Versioning 2.0.0 guidelines.

Contributing

Find on our issues the next steps of the project ;)
Want to contribute? Follow these recommendations.

License

MIT License Ā© Simone Amorim