mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-16 21:40:48 +01:00
initial index
Now there is index from which I can start fixing this site.
This commit is contained in:
parent
5b794701b8
commit
a0238f0ef6
@ -1,10 +0,0 @@
|
|||||||
---
|
|
||||||
layout: post
|
|
||||||
title: "Welcome"
|
|
||||||
categories: jekyll update
|
|
||||||
---
|
|
||||||
|
|
||||||
This site is more or less under construction as I am trying to learn
|
|
||||||
[Jekyll]. For the original index, see the Index page on top right corner.
|
|
||||||
|
|
||||||
[Jekyll]:http://jekyllrb.com
|
|
11
about.md
11
about.md
@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
layout: page
|
|
||||||
title: About
|
|
||||||
permalink: /about/
|
|
||||||
---
|
|
||||||
|
|
||||||
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](http://jekyllrb.com/)
|
|
||||||
|
|
||||||
You can find the source code for the Jekyll new theme at: [github.com/jglovier/jekyll-new](https://github.com/jglovier/jekyll-new)
|
|
||||||
|
|
||||||
You can find the source code for Jekyll at [github.com/jekyll/jekyll](https://github.com/jekyll/jekyll)
|
|
23
index.html
23
index.html
@ -1,23 +0,0 @@
|
|||||||
---
|
|
||||||
layout: default
|
|
||||||
---
|
|
||||||
|
|
||||||
<div class="home">
|
|
||||||
|
|
||||||
<h1 class="page-heading">Posts</h1>
|
|
||||||
|
|
||||||
<ul class="post-list">
|
|
||||||
{% for post in site.posts %}
|
|
||||||
<li>
|
|
||||||
<span class="post-meta">{{ post.date | date: "%b %-d, %Y" }}</span>
|
|
||||||
|
|
||||||
<h2>
|
|
||||||
<a class="post-link" href="{{ post.url | prepend: site.baseurl }}">{{ post.title }}</a>
|
|
||||||
</h2>
|
|
||||||
</li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
<p class="rss-subscribe">subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a></p>
|
|
||||||
|
|
||||||
</div>
|
|
8
index.md
8
index.md
@ -1,9 +1,8 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: default
|
||||||
title: Index
|
|
||||||
permalink: /index/
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
***[#GirlsLikeUs], [#AS]-person, [#Feminist] & [#Linux] user since 2008
|
***[#GirlsLikeUs], [#AS]-person, [#Feminist] & [#Linux] user since 2008
|
||||||
with various distributions, likes [#computers] and [#fantasy] books.***
|
with various distributions, likes [#computers] and [#fantasy] books.***
|
||||||
|
|
||||||
@ -47,6 +46,3 @@ active.*
|
|||||||
| [Ubuntu Wiki](https://wiki.ubuntu.com/mikaela)
|
| [Ubuntu Wiki](https://wiki.ubuntu.com/mikaela)
|
||||||
|
|
||||||
* * * * *
|
* * * * *
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user