Skip to content

Commit de139da

Browse files
committed
Merge branch 'al-folio-main'
2 parents c9e55ca + 514533c commit de139da

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ GEM
177177
jekyll (~> 4.0)
178178
jekyll-sitemap (1.4.0)
179179
jekyll (>= 3.7, < 5.0)
180-
jekyll-socials (0.0.4)
180+
jekyll-socials (0.0.5)
181181
jekyll (>= 3.6, < 5.0)
182182
jekyll-tabs (1.2.1)
183183
jekyll (>= 3.0, < 5.0)

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- [For project pages](#for-project-pages)
1616
- [Enabling automatic deployment](#enabling-automatic-deployment)
1717
- [Manual deployment to GitHub Pages](#manual-deployment-to-github-pages)
18-
- [Deploy on <a href="https://www.netlify.com/" rel="nofollow">Netlify</a>](https://www.netlify.com/)
18+
- [Deploy on Netlify](#deploy-on-netlify)
1919
- [Deployment to another hosting server (non GitHub Pages)](#deployment-to-another-hosting-server-non-github-pages)
2020
- [Deployment to a separate repository (advanced users only)](#deployment-to-a-separate-repository-advanced-users-only)
2121
- [Upgrading from a previous version](#upgrading-from-a-previous-version)
@@ -241,7 +241,7 @@ If you installed **multi-language-al-folio** as described above, you can manuall
241241
# Assuming the current directory is <your-repo-name>
242242
$ git remote add upstream https://github.com/george-gca/multi-language-al-folio.git
243243
$ git fetch upstream
244-
$ git rebase v1.16.0
244+
$ git rebase v1.16.1
245245
```
246246

247247
If you have extensively customized a previous version, it might be trickier to upgrade.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# this file uses prebuilt image in dockerhub
22
services:
33
jekyll:
4-
image: amirpourmand/al-folio:v1.16.0
4+
image: amirpourmand/al-folio:v1.16.1
55
build: .
66
# uncomment these if you are having this issue with the build:
77
# /usr/local/bundle/gems/jekyll-4.3.4/lib/jekyll/site.rb:509:in `initialize': Permission denied @ rb_sysopen - /srv/jekyll/.jekyll-cache/.gitignore (Errno::EACCES)

0 commit comments

Comments
 (0)