Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Como criar seu portfólio no GitHub com GitHub P...
Search
Otacilio Saraiva Maia Neto
February 13, 2019
Science
0
360
Como criar seu portfólio no GitHub com GitHub Pages
Workshop apresentado na Campus Party São Paulo #CPBR12
Otacilio Saraiva Maia Neto
February 13, 2019
Tweet
Share
More Decks by Otacilio Saraiva Maia Neto
See All by Otacilio Saraiva Maia Neto
Pergunte pro Marty: Usando IA na criação de chatbots para Whatsapp
otacilion
0
43
Primeiros passos com Git e GitHub
otacilion
0
75
Pitch - Como vender uma ideia em poucos minutos
otacilion
0
110
What makes Latam communities different and what you can learn with them
otacilion
0
64
Risoflora - Status Report 2
otacilion
0
160
Dossiê Risoflora - Status Report 2
otacilion
0
110
Como o GraphQL mudou nossa relação cliente-servidor
otacilion
0
98
Workshop Arduino Day 2019
otacilion
0
43
Brasilino Arduino Day Recife 2019
otacilion
0
46
Other Decks in Science
See All in Science
Accelerated Computing for Climate forecast
inureyes
PRO
0
130
データベース05: SQL(2/3) 結合質問
trycycle
PRO
0
830
データベース08: 実体関連モデルとは?
trycycle
PRO
0
970
アナログ計算機『計算尺』を愛でる Midosuji Tech #4/Analog Computing Device Slide Rule now and then
quiver
1
330
機械学習 - DBSCAN
trycycle
PRO
0
1.2k
My Little Monster
juzishuu
0
200
ランサムウェア対策にも考慮したVMware、Hyper-V、Azure、AWS間のリアルタイムレプリケーション「Zerto」を徹底解説
climbteam
0
160
データベース01: データベースを使わない世界
trycycle
PRO
1
850
AI(人工知能)の過去・現在・未来 —AIは人間を超えるのか—
tagtag
1
200
テンソル分解による糖尿病の組織特異的遺伝子発現の統合解析を用いた関連疾患の予測
tagtag
2
300
機械学習 - K-means & 階層的クラスタリング
trycycle
PRO
0
1.1k
データマイニング - グラフデータと経路
trycycle
PRO
1
240
Featured
See All Featured
Speed Design
sergeychernyshev
32
1.2k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.8k
Designing for humans not robots
tammielis
254
26k
The Language of Interfaces
destraynor
162
25k
How to Think Like a Performance Engineer
csswizardry
28
2.3k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
253
22k
A better future with KSS
kneath
239
18k
How Fast Is Fast Enough? [PerfNow 2025]
tammyeverts
2
300
Docker and Python
trallard
46
3.6k
BBQ
matthewcrist
89
9.9k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
34
2.3k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Transcript
#CPBR12 #GitHub #GitHubNaCPBR12 Como criar seu portfólio no GitHub com
GitHub Pages
@Roeeyn @Fernanda Ochoa @ovflowd @OtacilioN @Perkles
None
Site de página de usuário e organizações Para usuário, crie
um repositório com: <usuario>.github.io Para organização, crie um repositório com: <organizacao>.github.io
Site de projetos Crie um repositório o nome do projeto:
NomeDoProjeto E o site ficará disponível no domínio: http(s)://<usuario>.github.io/<NomeDoProjeto>
Criando um repositório
Criando um repositório
Habilitando a página através do settings
Escolhendo um tema
Clonando o repositório Git clone https://github.com/user/user.github.io E navegue para a
pasta com: cd user.github.io
Instalando o Jekyll no seu computador https://help.github.com/articles/setting-up-your-git hub-pages-site-locally-with-jekyll/ Ou usando
o shorter: http://bit.ly/jekyllcpbr
Após instalar, sirva localmente bundle exec jekyll serve Ou usando
o shorter: http://bit.ly/jekyllcpbr
Criando um arquivo .gitignore Vamos ignorar tudo que comece com:
_site
Commitando o arquivo git add . git commit -m “add:
initial version” git push
Entendendo um pouco sobre markdown # Este é um título
grande ## Já este é um subtítulo ### Este é um pouco menor #### Ainda menor ##### incrivelmente menor ###### O menor título de todos
Ênfases em markdown *Isto é um texto em itálico* **Isto
é um texto em negrito** *Você **pode** combinar eles*
Listas não ordenadas * Item 1 * Item 2 *
Item 2a * Item 2b
Listas ordenadas 1. Item 1 2. Item 2 * Item
3a * Item 3b
Links 
Imagens  
Citações Assim como disse: > Nós estamos vivendo no futuro,
então > o presente é o nosso passado.
Citações Assim como disse: > Nós estamos vivendo no futuro,
então > o presente é o nosso passado.
Casos de sucesso com GitHub Pages https://lab.github.com/
Casos de sucesso com GitHub Pages colaboradados.github.io
Valeus!
None