Skip to content

Commit

Permalink
issue project 2 wrong year
Browse files Browse the repository at this point in the history
  • Loading branch information
luiscruz committed Mar 28, 2024
1 parent 6e811fb commit 0a34361
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 2024/p2_hacking_sustainability/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exclude: False
# Hacking Sustainability

{% for article in site.pages %}
{% if article.identifier == 'p2_2023' %}
{% if article.identifier == 'p2_2024' %}
{% if article != page %}
{% if article.image %}
<img class="p2-img" src="{{article.image}}"/>
Expand Down Expand Up @@ -41,18 +41,18 @@ exclude: False
To add a new article, follow the instructions below:

1. Fork the repo of the website on Github: <https://github.com/luiscruz/course_sustainableSE/>
2. Create a new markdown file inside the directory `2023/p2_hacking_sustainability`
2. Create a new markdown file inside the directory `2024/p2_hacking_sustainability`
- Use the following filename format: `g<group_number>_<1/2meaningful_keywords>.md`
- Use the file `gX_template.md` has a template
- If you want to add images, add it to `2023/img/p2_hacking_sustainability/g<group_number>_<1/2meaningful_keywords>/`
- If you want to add images, add it to `2024/img/p2_hacking_sustainability/g<group_number>_<1/2meaningful_keywords>/`
3. Commit, Push.
4. Submit a pull request.

**Explaining the template.** Although it is a markdown (.md) file, you will only be filling the YAML header with some keys and values. In particular, you must fill `author`, `title`, `summary` with a quick description of the project (max 200 characters), and `paper` with a url link to the paper. **Optionally**, you can also fill `image` with the url of a logo or image related to the project, `source` with a link to the source code of the project, and `website` with a link to the project's website **when applicable**.

Before submitting the pull request, you should test whether your file is rendering properly in the website. The easiest way to check it is by running the docker container, as instructed in the Github Readme.

Your page should be listed here: http://localhost:4000/course_sustainableSE/2023/p2_hacking_sustainability
Your page should be listed here: http://localhost:4000/course_sustainableSE/2024/p2_hacking_sustainability

If you don't want to deal with jekyll, you can do it the slow and expensive way: 1) enable *github pages* in your fork repo 2) check your the deployed page. (I don't recommend it, though)

Expand Down

0 comments on commit 0a34361

Please sign in to comment.