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
59
Primeiros passos com Git e GitHub
otacilion
0
87
Pitch - Como vender uma ideia em poucos minutos
otacilion
0
120
What makes Latam communities different and what you can learn with them
otacilion
0
75
Risoflora - Status Report 2
otacilion
0
160
Dossiê Risoflora - Status Report 2
otacilion
0
120
Como o GraphQL mudou nossa relação cliente-servidor
otacilion
0
110
Workshop Arduino Day 2019
otacilion
0
58
Brasilino Arduino Day Recife 2019
otacilion
0
57
Other Decks in Science
See All in Science
データベース11: 正規化(1/2) - 望ましくない関係スキーマ
trycycle
PRO
0
1.1k
Accelerated Computing for Climate forecast
inureyes
PRO
0
160
生成検索エンジン最適化に関する研究の紹介
ynakano
2
2k
タンパク質間相互作⽤を利⽤した⼈⼯知能による新しい薬剤遺伝⼦-疾患相互作⽤の同定
tagtag
PRO
0
170
データマイニング - ウェブとグラフ
trycycle
PRO
0
250
PPIのみを用いたAIによる薬剤–遺伝子–疾患 相互作用の同定
tagtag
PRO
0
180
データから見る勝敗の法則 / The principle of victory discovered by science (open lecture in NSSU)
konakalab
1
290
良書紹介04_生命科学の実験デザイン
bunnchinn3
0
130
データベース12: 正規化(2/2) - データ従属性に基づく正規化
trycycle
PRO
0
1.1k
高校生就活へのDA導入の提案
shunyanoda
1
6.2k
論文紹介 音源分離:SCNET SPARSE COMPRESSION NETWORK FOR MUSIC SOURCE SEPARATION
kenmatsu4
0
550
白金鉱業Meetup_Vol.20 効果検証ことはじめ / Introduction to Impact Evaluation
brainpadpr
2
1.7k
Featured
See All Featured
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
659
61k
From π to Pie charts
rasagy
0
140
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Fireside Chat
paigeccino
42
3.8k
Designing for Timeless Needs
cassininazir
0
150
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
400
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
210
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
34
2.6k
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
600
Ecommerce SEO: The Keys for Success Now & Beyond - #SERPConf2024
aleyda
1
1.8k
The untapped power of vector embeddings
frankvandijk
2
1.6k
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