Update _pages
This commit is contained in:
parent
777cfb0973
commit
85bb41bda3
|
@ -2,23 +2,22 @@
|
|||
layout: about
|
||||
title: about
|
||||
permalink: /
|
||||
subtitle: <a href='#'>Affiliations</a>. Address. Contacts. Moto. Etc.
|
||||
subtitle: <strong>Software engineer student</strong> @ <a href='www.itba.edu.ar'>ITBA</a>.
|
||||
|
||||
profile:
|
||||
align: right
|
||||
image: prof_pic.jpg
|
||||
address: >
|
||||
<p>555 your office number</p>
|
||||
<p>123 your address street</p>
|
||||
<p>Your City, State 12345</p>
|
||||
address:
|
||||
|
||||
news: true # includes a list of news items
|
||||
selected_papers: true # includes a list of papers marked as "selected={true}"
|
||||
social: true # includes social icons at the bottom of the page
|
||||
news: false
|
||||
selected_papers: false
|
||||
social: true
|
||||
---
|
||||
|
||||
Write your biography here. Tell the world about yourself. Link to your favorite [subreddit](http://reddit.com). You can put a picture in, too. The code is already in, just name your picture `prof_pic.jpg` and put it in the `img/` folder.
|
||||
I am a software engineering student at [ITBA](www.itba.edu.ar) (Instituto Tecnológico de Buenos Aires).
|
||||
|
||||
Put your address / P.O. box / other info right below your picture. You can also disable any these elements by editing `profile` property of the YAML header of your `_pages/about.md`. Edit `_bibliography/papers.bib` and Jekyll will render your [publications page](/al-folio/publications/) automatically.
|
||||
I am an active learner and I am very curious to discover new things.
|
||||
|
||||
Link to your social media connections, too. This theme is set up to use [Font Awesome icons](http://fortawesome.github.io/Font-Awesome/) and [Academicons](https://jpswalsh.github.io/academicons/), like the ones below. Add your Facebook, Twitter, LinkedIn, Google Scholar, or just disable all of them.
|
||||
I think curiosity is precisely what drives me to keep learning new things.
|
||||
|
||||
I love creating new projects.
|
|
@ -1,12 +0,0 @@
|
|||
---
|
||||
layout: page
|
||||
title: submenus
|
||||
nav: true
|
||||
dropdown: true
|
||||
children:
|
||||
- title: publications
|
||||
permalink: /publications/
|
||||
- title: divider
|
||||
- title: projects
|
||||
permalink: /projects/
|
||||
---
|
|
@ -2,9 +2,9 @@
|
|||
layout: page
|
||||
title: projects
|
||||
permalink: /projects/
|
||||
description: A growing collection of your cool projects.
|
||||
description: University and personal projects.
|
||||
nav: true
|
||||
display_categories: [work, fun]
|
||||
display_categories: [university, personal]
|
||||
horizontal: false
|
||||
---
|
||||
|
||||
|
|
|
@ -1,17 +0,0 @@
|
|||
---
|
||||
layout: page
|
||||
permalink: /publications/
|
||||
title: publications
|
||||
description: publications by categories in reversed chronological order. generated by jekyll-scholar.
|
||||
years: [1956, 1950, 1935, 1905]
|
||||
nav: true
|
||||
---
|
||||
<!-- _pages/publications.md -->
|
||||
<div class="publications">
|
||||
|
||||
{%- for y in page.years %}
|
||||
<h2 class="year">{{y}}</h2>
|
||||
{% bibliography -f papers -q @*[year={{y}}]* %}
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
|
@ -1,11 +0,0 @@
|
|||
---
|
||||
layout: page
|
||||
permalink: /teaching/
|
||||
title: teaching
|
||||
description: Materials for courses you taught. Replace this text with your description.
|
||||
nav: true
|
||||
---
|
||||
|
||||
For now, this page is assumed to be a static description of your courses. You can convert it to a collection similar to `_projects/` so that you can have a dedicated page for each course.
|
||||
|
||||
Organize your courses by years, topics, or universities, however you like!
|
Loading…
Reference in New Issue