diff --git a/.gitignore b/.gitignore index 4181904..17a0566 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ _site -dploy.yaml -_site/feed.xml \ No newline at end of file +_config-perso.yml \ No newline at end of file diff --git a/_config.yaml b/_config.yaml new file mode 100644 index 0000000..b43d18d --- /dev/null +++ b/_config.yaml @@ -0,0 +1,12 @@ +# Site settings +title: Your awesome title +email: your-email@domain.com +description: "Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description." +baseurl: "" +url: "http://yourdomain.com" +twitter_username: jekyllrb +github_username: jekyll + +# Build settings +markdown: kramdown +permalink: pretty \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 094f7be..ff45e7f 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,8 +4,8 @@