-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update assets, people, mail for 2024
- Loading branch information
Showing
23 changed files
with
129 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
</p> | ||
|
||
|
||
## Setup Jekyll server using Ruby Quickstart | ||
## Setup Jekyll server using Ruby Quickstart (with yum and sudo user) | ||
``` | ||
sudo yum group install 'Development Tools' | ||
sudo yum install ruby ruby-devel rubygem-bundler | ||
|
@@ -15,6 +15,28 @@ bundle install | |
bundle exec jekyll serve --port 12000 --livereload | ||
``` | ||
|
||
## Setup Jekyll server (with brew, without sudo user - macos) | ||
|
||
https://jekyllrb.com/docs/installation/macos/ | ||
|
||
``` | ||
brew install chruby ruby-install xz | ||
ruby-install ruby 3.1.3 | ||
echo "source $(brew --prefix)/opt/chruby/share/chruby/chruby.sh" >> ~/.zshrc | ||
echo "source $(brew --prefix)/opt/chruby/share/chruby/auto.sh" >> ~/.zshrc | ||
echo "chruby ruby-3.1.3" >> ~/.zshrc # run 'chruby' to see actual version | ||
gem install jekyll | ||
git clone [email protected]:octo-technology/toulouse.octo.com.git | ||
cd toulouse.octo.com.git | ||
bundle update --bundler | ||
bundle config set path 'vendor/bundle' | ||
bundle install | ||
bundle exec jekyll serve --port 12000 --livereload | ||
``` | ||
|
||
## Setup Jekyll Server inside a container | ||
``` | ||
sudo make build-container | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,10 @@ | |
<div class="col"> | ||
<div class="box box--lined"> | ||
<h3 class="title--section">Rejoignez-nous.</h3> | ||
|
||
<div class="content"> | ||
<a class="btn" href="mailto:{{site.email}}?subject=Je veux rejoindre OCTO Toulouse">Candidature | ||
spontanée</a> | ||
</div> | ||
<div class="content"> | ||
{% for job in site.data.jobs %} | ||
<a class="row job" href="{{job.url}}" target="_blank" itemscope | ||
|
@@ -40,10 +43,6 @@ <h2 itemprop="title">{{job.title}}</h2> | |
{% endfor %} | ||
</div> | ||
|
||
<div class="content"> | ||
<a class="btn" href="mailto:[email protected]?subject=Je veux rejoindre OCTO Toulouse">Candidature | ||
spontanée</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> |