Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pull request attempt #1 #722

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ gemspec

gem "jekyll", ENV["JEKYLL_VERSION"] if ENV["JEKYLL_VERSION"]
gem "kramdown-parser-gfm" if ENV["JEKYLL_VERSION"] == "~> 3.9"

gem "minima"
theme: minima
$ bundle
13 changes: 9 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
title: Your awesome title
author:
name: GitHub User
email: your-email@domain.com
title: titimariamumu.github.io
author: Christian Maria Morgan
name: @titi.maria.mumu
email: titi.maria.mumu@gmail.com

# The `>` after `description:` means to ignore line-breaks until next key.
# If you want to omit the line-break after the end of text, use `>-` instead.
Expand All @@ -15,6 +15,10 @@ description: >
theme: minima

plugins:

- jekyll-feed
- jekyll-seo-tag

- jekyll-feed
- jekyll-seo-tag

Expand Down Expand Up @@ -54,3 +58,4 @@ minima:
# Set to `true` to show excerpts on the homepage.
#
# show_excerpts: false

15 changes: 15 additions & 0 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,23 @@
layout: page
title: About
permalink: /about/

---


#*UNDER CONSTRUCTION*

2023-3-31 Update:

¡Hola! I hope tu teniendo un dia buena.


![https://d2w9rnfcy7mm78.cloudfront.net/17947574/original_941affab85859a234b431502aef99fe4.jpg?1662600728?bc=0](image.jpeg)


^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


This is the base Jekyll theme. You can find out more info about customizing your Jekyll theme, as well as basic Jekyll usage documentation at [jekyllrb.com](https://jekyllrb.com/)

You can find the source code for Minima at GitHub:
Expand Down