Skip to content

Commit

Permalink
More clean up from Jekyll Now
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Apr 15, 2019
1 parent d81a683 commit 82c8ac2
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
_site
.DS_Store
.jekyll
.bundle
.sass-cache
Gemfile
Gemfile.lock
node_modules
package.json
Gemfile.lock
16 changes: 8 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## Website configuration.

google_analytics: UA-41860599-4

# Enter your Disqus shortname (not your username) to enable commenting on posts
Expand All @@ -12,28 +14,26 @@ footer-links:
# Name of your site (displayed in the header)
title_name: Andrea Leopardi

# Short bio or description (displayed in the header)
title_description: Tech blog

# URL of your avatar or profile pic. Displayed on the top.
avatar_url: https://www.gravatar.com/avatar/faafc04d9e69b73b9f49995fd4c94d4d?s=500

# Your website URL, used for sitemap.xml and your RSS feed.
# Your website URL, used for sitemap.xml and your RSS feed, and the baseurl (in case
# it's not hosted at "/").
url: https://andrealeopardi.com

# Appended to {{ site.url }}.
baseurl: ""

## Build configuration.

markdown: kramdown
highlighter: rouge
permalink: /posts/:title/

# Set the Sass partials directory, as we're using @imports
sass:
style: :expanded # You might prefer to minify using :compressed
style: compressed

# Use the following plug-ins
gems:
plugins:
- jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem

# Exclude these files from your production _site
Expand Down
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html prefix="og: https://ogp.me/ns# article: https://ogp.me/ns/article#" lang="en" xml:lang="en">

<head>
<title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }}</title>
<title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.title_name }}</title>

{% include meta.html %}

Expand Down

0 comments on commit 82c8ac2

Please sign in to comment.