Skip to content

Latest commit

 

History

History
83 lines (62 loc) · 1.94 KB

index.md

File metadata and controls

83 lines (62 loc) · 1.94 KB
layout
default

$ cat about.txt

{:id="about"}

This is a theme intended to use to lampiaosec. So, it's our taste, but because we like free culture, it's free to.

The categories to post was to support us, but you can change as you need.

$ cat contact.txt

{:id="contact"}

I think that all about this theme is intuitive, but if you want help, please, contact me: gjuniioor.

$ cat team.txt

{:id="team"}

$ cat projects.txt

{:id="projects"}

    {% for project in site.categories.projects %}
  • {{ project.title }} - {{ project.description }}
  • {% endfor %}

$ cat tools.txt

{:id="tools"}

    {% for tool in site.categories.tools %}
  • {{ tool.title }} - {{ tool.description }}
  • {% endfor %}

$ cat talks.txt

{:id="talks"}

    {% for talk in site.categories.talks %}
  • {{ talk.title }} at {{ talk.where }}
  • {% endfor %}

$ cat posts.txt

{:id="posts"}

    {% for post in site.categories.posts %}

    {% if post.en %}

  • {{ post.title }} :: en :: pt_br
  • {% endif %}

    {% endfor %}

$ cat articles.txt

{:id="articles"}

    {% for post in site.categories.articles %}

    {% if post.en %}

  • {{ post.title }} :: en :: pt_br
  • {% endif %}

    {% endfor %}