Skip to content

Commit

Permalink
Adicionado jekyll-sitemap; adicionado jekyll-seo-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fititnt committed Sep 4, 2016
1 parent 7bf8833 commit 022de89
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 8 deletions.
7 changes: 5 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ gem "minima"
gem "github-pages", group: :jekyll_plugins

# If you have any plugins, put them here!
# group :jekyll_plugins do
group :jekyll_plugins do
# gem "jekyll-github-metadata", "~> 1.0"
# end
gem 'jekyll-seo-tag'
gem 'jekyll-sitemap'
end

9 changes: 6 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ GEM
ffi (1.9.14)
forwardable-extended (2.6.0)
gemoji (2.1.0)
github-pages (93)
github-pages (94)
activesupport (= 4.2.7)
github-pages-health-check (= 1.2.0)
jekyll (= 3.2.1)
jekyll-coffeescript (= 1.0.1)
jekyll-feed (= 0.5.1)
jekyll-gist (= 1.4.0)
jekyll-github-metadata (= 2.0.2)
jekyll-mentions (= 1.1.3)
jekyll-mentions (= 1.2.0)
jekyll-paginate (= 1.1.0)
jekyll-redirect-from (= 0.11.0)
jekyll-sass-converter (= 1.3.0)
Expand Down Expand Up @@ -71,7 +71,8 @@ GEM
jekyll-github-metadata (2.0.2)
jekyll (~> 3.1)
octokit (~> 4.0)
jekyll-mentions (1.1.3)
jekyll-mentions (1.2.0)
activesupport (~> 4.0)
html-pipeline (~> 2.3)
jekyll (~> 3.0)
jekyll-paginate (1.1.0)
Expand Down Expand Up @@ -133,6 +134,8 @@ PLATFORMS

DEPENDENCIES
github-pages
jekyll-seo-tag
jekyll-sitemap
minima

RUBY VERSION
Expand Down
10 changes: 9 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,18 @@ description: >
Aqui você encontra textos sobre sobre a história da web de abrangência
mundial e específicas do Brasil no idioma português, inclusive contemporânea.
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://historia.pt.webiwg.org" # the base hostname & protocol for your site
url: "http://historia.pt.webiwg.org" # url completa para o site. NÃO termine com barra
twitter_username: WebIWG
github_username: WebIWG

# Usado por jekyll-seo-tag
author:
twitter: webiwg

# Build settings
markdown: kramdown
theme: minima

gems:
- jekyll-seo-tag
- jekyll-sitemap
7 changes: 7 additions & 0 deletions _data/authors.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
webiwg:
picture: /img/webiwg-share-600x600.png
twitter: webiwg

#potus:
# picture: /img/potus.png
# twitter: whitehouse
5 changes: 3 additions & 2 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
<meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
<!--<meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">-->

<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}">
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
<!--<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">-->
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
{% seo title=false %}
</head>
Binary file added img/webiwg-share-600x600.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 022de89

Please sign in to comment.