Skip to content

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

License

Notifications You must be signed in to change notification settings

afonsopacifer/damadocss.github.io

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 πŸ’β€β™€οΈ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 58.9%
  • HTML 41.1%