Skip to content

Commit

Permalink
Merge pull request #57 from vmbrasseur/fix-local-build
Browse files Browse the repository at this point in the history
Fix local build
  • Loading branch information
vmbrasseur authored Sep 9, 2024
2 parents 004c79f + 26fdb33 commit db7f176
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 1 deletion.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
_site
.sass-cache
.jekyll-cache
.jekyll-metadata
Gemfile.lock

# From github/gitignore/blob/master/Global/Vim.gitignore
# swap
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
# session
Session.vim
# temporary
.netrwhist
*~
# auto-generated tag files
tags
#---
*.*~
*~
*.txt~
*.md~
*.swp
.DS_Store

1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ group :jekyll_plugins do
gem 'jekyll-sitemap'
gem 'jekyll-target-blank'
gem 'jekyll-twitter-plugin'
gem 'jekyll-include-cache'
gem 'jemoji'
gem 'mini_racer'
gem 'unicode_utils'
Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ footer_text: >
keywords: AgStack, agriculture, digital transfotmation # add your own keywords or leave empty

lang: en # the language of your site (for example: en, fr, cn, ru, etc.)
icon: /assests/img/agstack-logo # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
icon: agstack-logo.png # the emoji used as the favicon (alternatively, provide image name in /assets/img/)

url: https://agstack.github.io # the base hostname & protocol for your site
baseurl: # the subpath of your site, e.g. /blog/
Expand Down
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: default
author_profile: false
title: AgStack Foundation
---

This is the front page.

0 comments on commit db7f176

Please sign in to comment.