Skip to content

Commit

Permalink
Remove blog machinery
Browse files Browse the repository at this point in the history
  • Loading branch information
diegorusso committed Feb 27, 2024
1 parent 9af0e3a commit 2784db0
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 89 deletions.
56 changes: 25 additions & 31 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ minimal_mistakes_skin : "default" # "air", "aqua", "contrast", "dark", "dirt"
locale : "en"
title : ">>> import diegor"
title_separator : "-"
subtitle : # site tagline that appears below site title in masthead
subtitle : "just another special module" # site tagline that appears below site title in masthead
name : "Diego Russo"
description : "just another special module"
url : "https://www.diegor.it" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
Expand All @@ -28,12 +28,12 @@ repository : "diegorusso/cv" # GitHub username/repo-name e.g. "mmi
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
# breadcrumbs : false # true, false (default)
breadcrumbs : # false # true, false (default)
words_per_minute : 200
comments:
provider : "disqus" # false (default), "disqus", "facebook", "google-plus", custom"
provider : # false (default), "disqus", "facebook", "google-plus", custom"
disqus:
shortname : "diegorusso" # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
discourse:
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
facebook:
Expand All @@ -52,9 +52,9 @@ reCaptcha:
secret :
atom_feed:
path : # blank (default) uses feed.xml
search : true #, false (default)
search_full_content : true #, false (default)
search_provider : lunr # (default), algolia, google
search : # false (default)
search_full_content : # false (default)
search_provider : # (default), algolia, google
algolia:
application_id : # YOUR_APPLICATION_ID
index_name : # YOUR_INDEX_NAME
Expand Down Expand Up @@ -108,9 +108,6 @@ author:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: mailto:[email protected]
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://www.diegor.it"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/diegorusso"
Expand All @@ -133,9 +130,6 @@ footer:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
url: mailto:[email protected]
- label: "Website"
icon: "fas fa-fw fa-link"
url: "https://www.diegor.it"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/diegorusso"
Expand Down Expand Up @@ -229,15 +223,15 @@ plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
# - jekyll-feed
- jekyll-include-cache

# mimic GitHub Pages with --safe
whitelist:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
# - jekyll-feed
- jekyll-include-cache


Expand All @@ -251,23 +245,23 @@ whitelist:
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/
# - <base_path>/categories/my-awesome-category/index.html ~> path: /categories/
# - <base_path>/my-awesome-category/index.html ~> path: /
category_archive:
type: liquid
path: /categories/
tag_archive:
type: liquid
path: /tags/
# category_archive:
# type: liquid
# path: /categories/
# tag_archive:
# type: liquid
# path: /tags/
# https://github.com/jekyll/jekyll-archives
jekyll-archives:
enabled:
- categories
- tags
layouts:
category: archive-taxonomy
tag: archive-taxonomy
permalinks:
category: /categories/:name/
tag: /tags/:name/
# jekyll-archives:
# enabled:
# - categories
# - tags
# layouts:
# category: archive-taxonomy
# tag: archive-taxonomy
# permalinks:
# category: /categories/:name/
# tag: /tags/:name/


# HTML Compression
Expand Down
4 changes: 0 additions & 4 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# main links
main:
- title: "HOWTOs"
url: /howtos/
- title: "CV"
url: /cv/
# - title: "Sample Posts"
# url: /year-archive/
# - title: "Sample Collections"
Expand Down
16 changes: 0 additions & 16 deletions categories.html

This file was deleted.

9 changes: 0 additions & 9 deletions cv/index.html

This file was deleted.

12 changes: 0 additions & 12 deletions howtos.html

This file was deleted.

9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
---
layout: home
layout: single
classes: wide
author_profile: true
title: "My Personal Home Page"
---

<p>In this website you can find ways to get in touch with me and check out my
CV (Hit "refresh" if the CV doesn't appear below.)</p>

<p style="text-align: center;"><iframe src="https://docs.google.com/gview?url=https://raw.githubusercontent.com/diegorusso/cv/master/diego_russo_cv_en.pdf&embedded=true" style="width:100%; height:600px;" frameborder="0"></iframe></p></p>
16 changes: 0 additions & 16 deletions tags.html

This file was deleted.

0 comments on commit 2784db0

Please sign in to comment.