File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 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
44on :
55 # Runs on pushes targeting the default branch
Original file line number Diff line number Diff line change @@ -27,9 +27,6 @@ author:
2727description : >
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-
3330remote_theme : " jekyll/minima@1e8a445"
3431
3532# baseurl: "" # the subpath of your site, e.g. /blog
@@ -47,15 +44,14 @@ sass:
4744# Build settings
4845minima :
4946 skin : classic
47+ # Set to `true` to show excerpts on the homepage.
48+ show_excerpts : true
5049
5150nav_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:
You can’t perform that action at this time.
0 commit comments