Skip to content

Commit

Permalink
h
Browse files Browse the repository at this point in the history
  • Loading branch information
SOTR654 authored Dec 29, 2024
1 parent db00288 commit c4752c5
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,44 +1,45 @@
title: GoogleAPI
author: SOTR654
#url: https://www.abhinavsaxena.com/moonwalk # root address of the site
#description: GoogleAPI description
title: Moonwalk
author: Abhinav Saxena
url: https://www.abhinavsaxena.com/moonwalk # root address of the site
description: > # description of the site (multiple lines allowed)
Moonwalk is a fast and elegant Jekyll theme with a clean dark mode. It comes with horizontal list (for navbar and footer), card list (for portfolio), and a generic vertical list. It is very easy to modify in case you want to build over it - please see _layouts/home.html to do that.
#permalink: /:slug
permalink: /:slug

#favicon: "./logo.png" # relative path to site's favicon
favicon: "./logo.png" # relative path to site's favicon

twitter:
username: SOTR654
username: abhinav # update or delete this
card: summary_large_image

#theme: moonwalk # if you are using GitHub Pages, change it to remote_theme: abhinavs/moonwalk
remote_theme: abhinavs/moonwalk

theme_config:
appearance: "auto"
appearance_toggle: true
appearance: "dark" # can be "light", "dark" or "auto"
appearance_toggle: true # if appearance can be switched by user
back_home_text: "home.." # customize text for homepage link in post layout
date_format: "%Y-%m-%d" # customize how date is formatted
#show_description: true # show blog description
show_description: true # show blog description
show_navbar: true # show horizontal navbar
show_footer: true # show footer links in home page,add in _data/home.yml
#show_copyright: true # show copyright notice in footer
show_copyright: true # show copyright notice in footer
# following keys are using to create home layout
#show_projects: true # show projects as cards, add in _data/home.yml
#show_blog: true # show blog posts added in _posts
#show_old_projects: true # show old projects as cards, add in _data/home.yml
#show_misc_list: false # show generic vertical list for misc details, add _data/home.yml
#show_reading_time: true # show number of words and reading time in the blog posts
#show_tags: true # show tags in a blog posts
show_projects: true # show projects as cards, add in _data/home.yml
show_blog: true # show blog posts added in _posts
show_old_projects: true # show old projects as cards, add in _data/home.yml
show_misc_list: false # show generic vertical list for misc details, add _data/home.yml
show_reading_time: true # show number of words and reading time in the blog posts
show_tags: true # show tags in a blog posts
# options for "home" page
home:
title_projects: Portfolio
title_misc_list: Details
title_blog: Blog
title_old_projects: Old Projects

#soopr:
# publish_token: "" # sign up at https://www.soopr.co to get your publish token and personalize share and reaction options
soopr:
publish_token: "" # sign up at https://www.soopr.co to get your publish token and personalize share and reaction options

highlighter: rouge

Expand Down

0 comments on commit c4752c5

Please sign in to comment.