Skip to content

Commit

Permalink
Auto commit - D:27072022-H:032837
Browse files Browse the repository at this point in the history
  • Loading branch information
williamcanin committed Jul 27, 2022
2 parents c59877e + 964594e commit 90e25cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@ cache/
!/_src/_sass/vendor/
!/assets/vendor/simple-jekyll-search.min.js
node_modules/
assets/vendor/js/*.js
assets/vendor/js/*.map
_site/
public/
temp/
tmp/
.sass-cache/
.jekyll-cache/
.jekyll-metadata/
package-lock.json
*.Indentifier
**/*.bak
**/*.lock
**/*.log
Gemfile.lock
package-lock.json
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# the base hostname & protocol for your site, e.g. http://example.com
url: "https://williamcanin.github.io"
# the subpath of your site, e.g. /blog
baseurl: "/typing-jekyll-template"
url: "https://williamcanin.dev"
# the subpath of your site, e.g. /blog/
baseurl: "/typing-jekyll-template/"


# Plugins Gemfile
Expand Down

0 comments on commit 90e25cc

Please sign in to comment.