Skip to content

Commit b97394f

Browse files
authored
Merge pull request #65 from gperdrizet/dev
Minor fixes
2 parents 23c06f8 + a2eb6b6 commit b97394f

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
2-
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
2+
name: GitHub pages deployment
33

44
on:
55
# Runs on pushes targeting the default branch

docs/_config.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ author:
2727
description: >
2828
GiHub pages blog for updates, additional resources and how-to guides related to the Fullstack Academy AI/ML program.
2929
30-
# baseurl: ""
31-
# url: "https://gperdrizet.github.io"
32-
3330
remote_theme: "jekyll/minima@1e8a445"
3431

3532
# baseurl: "" # the subpath of your site, e.g. /blog
@@ -47,15 +44,14 @@ sass:
4744
# Build settings
4845
minima:
4946
skin: classic
47+
# Set to `true` to show excerpts on the homepage.
48+
show_excerpts: true
5049

5150
nav_pages:
5251
- resources.md
5352
- notebooks.md
5453
- about.md
5554

56-
# Set to `true` to show excerpts on the homepage.
57-
show_excerpts: true
58-
5955
# Social Media Links
6056
# Renders icons via Font Awesome Free webfonts CDN, based on ordered list of entries.
6157
# Entry keys:

0 commit comments

Comments
 (0)