-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: 🔥 removido arquivos do tema antigo
- Loading branch information
1 parent
adf51ac
commit 3d3e99f
Showing
8 changed files
with
19 additions
and
486 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,27 @@ | ||
<div align="center"> | ||
# O que é necessário para instalar? | ||
|
||
# Chirpy Jekyll Theme | ||
* Instalar o docker e o docker-compose: | ||
|
||
A minimal, responsive, and feature-rich Jekyll theme for technical writing. | ||
## Ubuntu | ||
|
||
[![Gem Version](https://img.shields.io/gem/v/jekyll-theme-chirpy?color=brightgreen)][gem] | ||
[![CI](https://github.com/cotes2020/jekyll-theme-chirpy/actions/workflows/ci.yml/badge.svg?branch=master&event=push)][ci] | ||
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/4e556876a3c54d5e8f2d2857c4f43894)][codacy] | ||
[![GitHub license](https://img.shields.io/github/license/cotes2020/jekyll-theme-chirpy.svg)][license] | ||
[![996.icu](https://img.shields.io/badge/link-996.icu-%23FF4D5B.svg)](https://996.icu) | ||
```sh | ||
sudo apt install docker.io docker-compose | ||
``` | ||
|
||
[**Live Demo →**][demo] | ||
* Subir o container: | ||
|
||
[![Devices Mockup](https://chirpy-img.netlify.app/commons/devices-mockup.png)][demo] | ||
```sh | ||
docker-compose up -d | ||
``` | ||
|
||
</div> | ||
* Entrar no container: | ||
|
||
## Features | ||
```sh | ||
docker exec -it jekyll /bin/sh | ||
``` | ||
|
||
<details> | ||
<summary>Click to expand/close details</summary> | ||
| ||
* Subir o jekyll com o comando: | ||
|
||
- Dark / Light Theme Mode | ||
- Localized UI language | ||
- Pinned Posts on Home Page | ||
- Hierarchical Categories | ||
- Trending Tags | ||
- Table of Contents | ||
- Last Modified Date | ||
- Syntax Highlighting | ||
- Mathematical Expressions | ||
- Mermaid Diagrams & Flowcharts | ||
- Dark / Light Mode Images | ||
- Embed Videos | ||
- Disqus / Giscus / Utterances Comments | ||
- Built-in Search | ||
- Atom Feeds | ||
- PWA | ||
- Google Analytics | ||
- SEO & Performance Optimization | ||
|
||
</details> | ||
|
||
## Documentation | ||
|
||
To learn how to use, develop, and upgrade the project, please refer to the [Wiki][wiki]. | ||
|
||
## Contributing | ||
|
||
Contributions (_pull requests_, _issues_, and _discussions_) are what make the open-source community such an amazing place | ||
to learn, inspire, and create. Any contributions you make are greatly appreciated. | ||
For details, see the "[Contributing Guidelines][contribute-guide]". | ||
|
||
## Credits | ||
|
||
This project was built primarily with the [Jekyll][jekyllrb] ecosystem, | ||
[Bootstrap][bootstrap], [Font Awesome][icons], and some other [wonderful tools][lib]. | ||
The avatar and favicon design from [Clipart Max][image]. | ||
|
||
Many thanks to the [contributors][contributors] who participated in the development | ||
and to the folks who reported bugs or shared ideas. | ||
|
||
Last but not least, thanks to [JetBrains][jetbrains] for providing the _Open Source License_. | ||
|
||
## Sponsoring | ||
|
||
If you like this project or have built something through it, please consider sponsoring it, and your support would be greatly appreciated. | ||
|
||
[![Ko-fi](https://img.shields.io/badge/Support_Me_on_Ko--fi-ff5e5b?logo=ko-fi&logoColor=white)][ko-fi] | ||
[![Wechat Pay](https://img.shields.io/badge/Support_Me_on_WeChat-brightgreen?logo=wechat&logoColor=white)][donation] | ||
[![Alipay](https://img.shields.io/badge/Support_Me_on_Alipay-blue?logo=alipay&logoColor=white)][donation] | ||
|
||
## License | ||
|
||
This project is published under [MIT License][license]. | ||
|
||
[gem]: https://rubygems.org/gems/jekyll-theme-chirpy | ||
[ci]: https://github.com/cotes2020/jekyll-theme-chirpy/actions/workflows/ci.yml?query=event%3Apush+branch%3Amaster | ||
[codacy]: https://app.codacy.com/gh/cotes2020/jekyll-theme-chirpy/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade | ||
[license]: https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/LICENSE | ||
[jekyllrb]: https://jekyllrb.com/ | ||
[bootstrap]: https://getbootstrap.com/ | ||
[icons]: https://fontawesome.com/ | ||
[image]: https://www.clipartmax.com/middle/m2i8b1m2K9Z5m2K9_ant-clipart-childrens-ant-cute/ | ||
[demo]: https://cotes2020.github.io/chirpy-demo/ | ||
[wiki]: https://github.com/cotes2020/jekyll-theme-chirpy/wiki | ||
[contribute-guide]: https://github.com/cotes2020/jekyll-theme-chirpy/blob/master/docs/CONTRIBUTING.md | ||
[contributors]: https://github.com/cotes2020/jekyll-theme-chirpy/graphs/contributors | ||
[lib]: https://github.com/cotes2020/chirpy-static-assets | ||
[jetbrains]: https://www.jetbrains.com/?from=jekyll-theme-chirpy | ||
[ko-fi]: https://ko-fi.com/coteschung/ | ||
[donation]: https://sponsor.cotes.page/ | ||
```sh | ||
bundle exec jekyll serve --host=0.0.0.0 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.