Skip to content

Commit

Permalink
Feature/bootstrap (#1)
Browse files Browse the repository at this point in the history
* Doing: Travis setup

* add: theme

* add: travis stuff

* Fix: Travis YML

* Fix: Deploy

* Add: Branch
  • Loading branch information
Guilherme Diego committed May 29, 2018
1 parent dcb488c commit 1a5a62e
Show file tree
Hide file tree
Showing 7 changed files with 54 additions and 7 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "themes/after-dark"]
path = themes/after-dark
url = https://github.com/Keats/after-dark
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
before_script:
- curl -s -L https://github.com/Keats/gutenberg/releases/download/v0.3.1/gutenberg-v0.3.1-x86_64-unknown-linux-gnu.tar.gz | sudo tar xvzf - -C /usr/local/bin
script:
- gutenberg build
deploy:
provider: pages
skip-cleanup: true
github-token:
secure: Oufj4oNvtFr98ny/dpoar4+ObCTjYGbh2smZ5EUMz4dL9qodCsg2+IIbcMwwWGGydAH5XjG4syEzeyxsquRlD0B0E75NTPzKUyqAZ8hom0wnyPDuwPcGOxOgYvPW7Dxo9kJO6kreyXZKmGg9rMOyEGKGyYcSJqk5EXHkFpuc79Jx+99A3zvarB+QAUvAADevTNYb5nFpUV3DCV1E5X3dVy0fNv7gyBU83GzrXAxlwfFXCwbf9PIEEhxSnyzD6EPt/EgUn9RLJyazwgY1uu1VsQ5/Q4hov3EiKRYtWpjAcgvLM1O4phTngXogQg+BYwXaSvaqSwh6FwlkXar2z47sqi3ej8it99v1NawCGP3Z233OeqdISKawhFjUwh1p6iuDy1hma1qGwLgCh0aapfgi09Obbp1XqhJGD2U0CCDIvxOKk+Hy0om1w74PpD2XJWv3vWddGBwLCz/F7gtuaIZCbohWaozW21gPvNGwCPH1oIvE+gH3GPac7/jzz2MCaAGsJZGgeFhY9YWIgET+g7QtlHeDLFlvQfNNWgnbbROHQkJg1I0P36Nbec5T6kQcMyAIaHGEBW/wNtxrdYnreT038do7LF4er8Oz9KrIf9vKNDFF7UV/yKbosff6rJZapXipleX/icjgMsNL//Gt5W2scpk02p6x3FvL1zy5Yn4GTa0=
keep-history: true
local-dir: public
on:
branch: master
17 changes: 17 additions & 0 deletions config.dev.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
base_url = "localhost:8080"

# RSS
title = "Rust Brazil Blog"
description = "Um blog com conteudo brasileiro sobre Rust Lang"
default_language = "pt"

theme = "after-dark"
compile_sass = true

highlight_code = true
highlight_theme = "solarized-dark"

build_search_index = true

# [extra]
# Put all your custom variables here
16 changes: 9 additions & 7 deletions config.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# The URL the site will be built for
base_url = "http://localhost"
base_url = "rust-br.github.io/blog"

# Whether to automatically compile all Sass files in the sass directory
# RSS
title = "Rust Brazil Blog"
description = "Um blog com conteudo brasileiro sobre Rust Lang"
default_language = "pt"

theme = "after-dark"
compile_sass = true

# Whether to do syntax highlighting
# Theme can be customised by setting the `highlight_theme` variable to a theme supported by Gutenberg
highlight_code = true
highlight_theme = "solarized-dark"

# Whether to build a search index to be used later on by a JavaScript library
build_search_index = true

[extra]
# [extra]
# Put all your custom variables here
3 changes: 3 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
+++
paginate_by = 5
+++
8 changes: 8 additions & 0 deletions content/posts/hello-world.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
+++
title = "Futuro Post"
description = "Algum post ae"
date=2018-05-28
+++

## TO DO
Escrever Primeiro Post
1 change: 1 addition & 0 deletions themes/after-dark
Submodule after-dark added at 896d82

0 comments on commit 1a5a62e

Please sign in to comment.