mirror of
https://github.com/ada-dmitry/ada-dmitry.github.io.git
synced 2026-09-24 09:20:40 +00:00
17 lines
630 B
YAML
17 lines
630 B
YAML
title: Your awesome title
|
|
email: your-email@example.com
|
|
description: >- # this means to ignore newlines until "baseurl:"
|
|
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: "" # the subpath of your site, e.g. /blog
|
|
url: "" # the base hostname & protocol for your site, e.g.
|
|
twitter_username: jekyllrb
|
|
github_username: jekyll
|
|
|
|
# Build settings
|
|
remote_theme: maximevaillancourt/digital-garden-jekyll-template
|
|
plugins:
|
|
- jekyll-remote-theme
|
|
- jekyll-include-cache
|