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
40
Primeiros passos com Git e GitHub
otacilion
0
72
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
60
Risoflora - Status Report 2
otacilion
0
150
Dossiê Risoflora - Status Report 2
otacilion
0
110
Como o GraphQL mudou nossa relação cliente-servidor
otacilion
0
95
Workshop Arduino Day 2019
otacilion
0
40
Brasilino Arduino Day Recife 2019
otacilion
0
44
Other Decks in Science
See All in Science
Collective Predictive Coding as a Unified Theory for the Socio-Cognitive Human Minds
tanichu
0
100
学術講演会中央大学学員会府中支部
tagtag
0
310
機械学習 - 授業概要
trycycle
PRO
0
250
Agent開発フレームワークのOverviewとW&B Weaveとのインテグレーション
siyoo
0
350
データベース15: ビッグデータ時代のデータベース
trycycle
PRO
0
360
academist Prize 4期生 研究トーク延長戦!「美は世界を救う」っていうけど、どうやって?
jimpe_hitsuwari
0
400
データマイニング - ノードの中心性
trycycle
PRO
0
280
論文紹介 音源分離:SCNET SPARSE COMPRESSION NETWORK FOR MUSIC SOURCE SEPARATION
kenmatsu4
0
340
「美は世界を救う」を心理学で実証したい~クラファンを通じた新しい研究方法
jimpe_hitsuwari
1
170
機械学習 - 決定木からはじめる機械学習
trycycle
PRO
0
1.1k
Hakonwa-Quaternion
hiranabe
1
140
データマイニング - コミュニティ発見
trycycle
PRO
0
160
Featured
See All Featured
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
A Modern Web Designer's Workflow
chriscoyier
697
190k
Bootstrapping a Software Product
garrettdimon
PRO
307
110k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
190
55k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
35
6.1k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
55
3k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
Making Projects Easy
brettharned
120
6.4k
Speed Design
sergeychernyshev
32
1.2k
Mobile First: as difficult as doing things right
swwweet
225
10k
How to Think Like a Performance Engineer
csswizardry
27
2k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
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