commit
ef222268e3
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ _site/
|
|||||||
.sass-cache/
|
.sass-cache/
|
||||||
.jekyll-cache/
|
.jekyll-cache/
|
||||||
.jekyll-metadata
|
.jekyll-metadata
|
||||||
|
_includes/notes_graph.json
|
||||||
|
@ -1,5 +1,9 @@
|
|||||||
title: My digital garden
|
title: My digital garden
|
||||||
include: ['_pages']
|
include: ['_pages']
|
||||||
|
# You may need to change the base URL depending on your deploy configuration.
|
||||||
|
# Specifically, when using GitHub Pages, the baseurl should point to where GitHub
|
||||||
|
# Pages deploys your repository (which is usually the repository name).
|
||||||
|
baseurl: /
|
||||||
|
|
||||||
permalink: pretty
|
permalink: pretty
|
||||||
relative_permalinks: false
|
relative_permalinks: false
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgo=">
|
<link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgo=">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/styles.css">
|
<link rel="stylesheet" href="{{ site.baseurl }}styles.css">
|
||||||
|
|
||||||
{% if page.excerpt %}
|
{% if page.excerpt %}
|
||||||
<meta property="og:description" content="{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}"/>
|
<meta property="og:description" content="{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}"/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user