Skip to content

Commit

Permalink
Merge pull request #2 from ferronicardoso/main
Browse files Browse the repository at this point in the history
README.md
  • Loading branch information
ferronicardoso authored Sep 11, 2024
2 parents 44184c3 + 4a67c84 commit e9a8fbe
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# C# Brasil

## Configuração do ambiente de desenvolvimento



#### Instalando o Ruby

```shell
sudo apt-get install ruby-full
```



#### Instalando o Bundler e Jekyll

```shell
sudo gem install bundler jekyll
```

#### Instalando as dependencias do projeto

```shell
bundler install
```

#### Executando o projeto

```shell
bundle exec jekyll serve
```



## Links de referência

- [Installing Ruby](https://www.ruby-lang.org/en/documentation/installation/)

- [Jekyll • Simple, blog-aware, static sites](https://jekyllrb.com/)

-


5 changes: 5 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ kramdown:
line_numbers: true
start_line: 1

exclude:
- README.md
- Gemfile
- Gemfile.lock

# Plugins
plugins:
- jekyll-paginate
Expand Down

0 comments on commit e9a8fbe

Please sign in to comment.