Skip to content

Commit

Permalink
Added robots.txt. Introduced .gitignore. Fixed protocol in config.yml…
Browse files Browse the repository at this point in the history
…. relates to #16
  • Loading branch information
André Jaenisch authored and bhush9 committed Jul 29, 2017
1 parent dd5d956 commit d012cdf
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 1 deletion.
26 changes: 26 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@

# Created by https://www.gitignore.io/api/vim,sass,jekyll

### Jekyll ###
_site/
.sass-cache/
.jekyll-metadata

### Sass ###
*.css.map

### Vim ###
# swap
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags

# End of https://www.gitignore.io/api/vim,sass,jekyll
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description: > # this means to ignore newlines until "baseurl:"
Halium project aims to unify the hardware abstraction layers of different projects
targetting mobile android devices.
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://halium.org" # the base hostname & protocol for your site, e.g. http://example.com
url: "https://halium.org" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: haliumproject
github_username: halium

Expand Down
4 changes: 4 additions & 0 deletions robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# robots.txt of halium.org

User-agent: *
Sitemap: {{ site.url }}/sitemap.xml

0 comments on commit d012cdf

Please sign in to comment.