Skip to content

Commit

Permalink
Update abhinavs#1 Fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-Yayo committed Jul 28, 2023
1 parent 7853cf8 commit 4ebec84
Show file tree
Hide file tree
Showing 16 changed files with 670 additions and 382 deletions.
21 changes: 10 additions & 11 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
title: Moonwalk
author: Abhinav Saxena
url: https://www.abhinavsaxena.com/moonwalk # root address of the site
title: Yayo's Site
author: Luis De León
url: https://www.its-yayo.github.io # 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.
I'm Yayo and you reached my site, feel free to explore it. Here you can find all projects I'm involved, as well as some great articles related to coding and hacking (red teaming), as well as some non-coding articles too.
permalink: /:slug

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

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

#theme: moonwalk # if you are using GitHub Pages, change it to remote_theme: abhinavs/moonwalk
Expand All @@ -18,26 +20,23 @@ remote_theme: abhinavs/moonwalk
theme_config:
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
back_home_text: "Click here to go home" # customize text for homepage link in post layout
date_format: "%m-%d-%Y" # customize how date is formatted
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
# 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
# options for "home" page
home:
title_projects: Portfolio
title_projects: Projects
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

Expand Down
75 changes: 13 additions & 62 deletions _data/home.yml
Original file line number Diff line number Diff line change
@@ -1,71 +1,22 @@
navbar_entries:
- title: about
- title: About
url: about

- title: blog
- title: Blog
url: blog

- title: website
url: https://www.abhinav.co
- title: Contact
url: contact

project_entries:
- title: Project 1
url: overview-post
desc: This is an example project, configured in _data/home.yml

- title: Project 2
url: overview-post
desc: Projects are shown in card layout

- title: Project 3
url: overview-post
desc: You can control visibility from _config.yml file

- title: Project 4
url: overview-post
desc: This project uses highlight markup, configured in _data/home.yml
highlight: WIP

- title: Project 5
url: overview-post
desc: Moonwalk also has horizontal list (used in header and footer)
highlight: WIP

- title: Project 6
url: overview-post
desc: It also has a scalable vertical list (in case you need it)

old_project_entries:
- title: Soopr
url: https://www.soopr.co
desc: Delight your readers - add beautiful share and like buttons easily to your websites
highlight: NEW

- title: Cookie
url: https://github.com/abhinavs/cookie
desc: An open source landing website with supporting pages and integrated blog

- title: Moonwalk
url: https://github.com/abhinavs/moonwalk
desc: A fast and minimalist Jekyll blog theme with clean dark mode

- title: Humangous
url: https://www.humangous.co
desc: The better people know you, the better they collaborate

footer_entries:
- title: abhinav's homepage
url: https://www.abhinav.co

- title: twitter
url: https://twitter.com/abhinav

- title: github
url: https://github.com/abhinavs

- title: feed
url: feed.xml

- title: Keypwn
url: keypwn
desc: Keypwn is a single keylogger tool for cryptography purposes.

- title: Ramskit
url: ramskit
desc: Ramskit is a single ransomware tool to encrypt/decrypt data for pentesting.

misc_entries:
- title: this is an example vertical list
url: false
Expand All @@ -77,7 +28,7 @@ misc_entries:
url: false

- title: Blog posts
post_list: true
post_list: false
url: false

- title: moonwalk on the Internet
Expand Down
85 changes: 0 additions & 85 deletions _posts/2020-07-07-overview-post.md

This file was deleted.

51 changes: 0 additions & 51 deletions _posts/2020-07-08-language-tests.md

This file was deleted.

This file was deleted.

26 changes: 0 additions & 26 deletions _posts/2020-07-09-post-example-with-headings-and-toc.md

This file was deleted.

Loading

0 comments on commit 4ebec84

Please sign in to comment.