1
0
Fork 0
mirror of https://github.com/ctruLua/ctrulua.github.io.git synced 2025-10-27 16:39:30 +00:00

A New Journey Begins...

Removed useless "About" page
Removed post (TEST)
Tweaked config
Tweaked CSS
Tweaked HTML
Added a favicon
Added a .gitignore
Added post (Here it is!)
Added header links
Added intro on index page
This commit is contained in:
Negi Springfield 2015-10-28 00:39:46 +01:00
parent c2d62372ef
commit 506d7a9d80
9 changed files with 55 additions and 42 deletions

View file

@ -17,6 +17,11 @@
</svg>
</a>
<div class="trigger">
<a class="page-link" href="{{ "/feed.xml" | prepend: site.baseurl }}">RSS</a>
<a class="page-link" href="https://github.com/ctruLua/ctruLua" >GitHub</a>
<a class="page-link" href="https://github.com/ctruLua" >Organization</a>
<a class="page-link" href="http://thomas99.no-ip.org/ctrulua/latest/html/" >Documentation</a>
<a class="page-link" href="http://thomas99.no-ip.org:3000/ctrulua" >Integration</a>
{% for page in site.pages %}
{% if page.title %}<a class="page-link" href="{{ page.url | prepend: site.baseurl }}">{{ page.title }}</a>{% endif %}
{% endfor %}