afonsopacifer / damadocss.github.io

πŸΉπŸ—‘πŸ›‘ A blog about Front-end Developer by Simone Amorim πŸ’β€β™€οΈ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

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

About

πŸΉπŸ—‘πŸ›‘ A blog about Front-end Developer by Simone Amorim πŸ’β€β™€οΈ

License:MIT License


Languages

Language:CSS 58.9%Language:HTML 41.1%