Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 13 additions & 14 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
# Site-wide settings
# ------------------
#
# title: Your awesome title
#
# author:
# name: GitHub User
# email: your-email@domain.com

title: Personal Blog

author:
name: Prashanthi
email: prashantiramesh3@gmail.com
#
# The `>` after `description:` means to ignore line-breaks until next key. If
# you wish to omit the line-break after the end of text, use `>-` instead.
# 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.
description: >
This is a personal space of my journey in becoming a programmer building architectures
and training deep neural networks. I share my work, insights and personal projects


# Build settings
# --------------
#
# If you wish to use the gem-version of Minima with or without a Gemfile, use
# the following setting:
# theme: minima
theme: minima
#
# **OR** if you wish to use the theme directly from the GitHub repository by
# bypassing a Gemfile, use the following setting instead.
Expand All @@ -29,9 +28,9 @@
# remote_theme: jekyll/minima@d4d779a
#
# Minima requires the following plugins:
# plugins:
# - jekyll-feed
# - jekyll-seo-tag
plugins:
- jekyll-feed
- jekyll-seo-tag
#
# Uncomment the following setting if you wish to disable deprecation warnings
# from newer versions of sass converter. Adapt as required.
Expand Down