blog
This commit is contained in:
parent
a743047082
commit
698dec7a7a
10
_config.yml
10
_config.yml
@ -14,22 +14,22 @@ color-scheme: dark
|
|||||||
plugins:
|
plugins:
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
- jemoji
|
- jemoji
|
||||||
|
permalink: /blog/:title.html
|
||||||
sidebar:
|
sidebar:
|
||||||
- name: sam.hadow@inbox.lv
|
- name: sam.hadow@inbox.lv
|
||||||
icon: <img src = "./assets/icons/svg/envelope-square.svg" width="18" height="18" viewBox="0 0 1000 1000" preserveAspectRatio="xMidYMid meet" alt="Email logo"/>
|
icon: <img src = "/assets/icons/svg/envelope-square.svg" width="18" height="18" viewBox="0 0 1000 1000" preserveAspectRatio="xMidYMid meet" alt="Email logo"/>
|
||||||
link: mailto:sam.hadow@inbox.lv
|
link: mailto:sam.hadow@inbox.lv
|
||||||
description: <a href="/pgp-key.txt">openPGP public key</a>, prefer Matrix if you want to use E2EE
|
description: <a href="/pgp-key.txt">openPGP public key</a>, prefer Matrix if you want to use E2EE
|
||||||
- name: Matrix.org
|
- name: Matrix.org
|
||||||
icon: <img src = "./assets/icons/svg/matrix-org.svg" width="18" height="18" viewBox="0 0 1000 1000" preserveAspectRatio="xMidYMid meet" alt="Matrix logo"/>
|
icon: <img src = "/assets/icons/svg/matrix-org.svg" width="18" height="18" viewBox="0 0 1000 1000" preserveAspectRatio="xMidYMid meet" alt="Matrix logo"/>
|
||||||
link: https://matrix.to/#/@fire:hadow.fr
|
link: https://matrix.to/#/@fire:hadow.fr
|
||||||
description: "@fire:hadow.fr"
|
description: "@fire:hadow.fr"
|
||||||
- name: Gitea
|
- name: Gitea
|
||||||
icon: <img src = "./assets/icons/svg/github.svg" width="18" height="18" viewBox="0 0 1000 1000" preserveAspectRatio="xMidYMid meet" alt="Gitea logo"/>
|
icon: <img src = "/assets/icons/svg/github.svg" width="18" height="18" viewBox="0 0 1000 1000" preserveAspectRatio="xMidYMid meet" alt="Gitea logo"/>
|
||||||
link: https://git.hadow.fr/sam.hadow
|
link: https://git.hadow.fr/sam.hadow
|
||||||
description: main git
|
description: main git
|
||||||
- name: GitHub
|
- name: GitHub
|
||||||
icon: <img src = "./assets/icons/svg/github.svg" width="18" height="18" viewBox="0 0 1000 1000" preserveAspectRatio="xMidYMid meet" alt="Github logo"/>
|
icon: <img src = "/assets/icons/svg/github.svg" width="18" height="18" viewBox="0 0 1000 1000" preserveAspectRatio="xMidYMid meet" alt="Github logo"/>
|
||||||
link: https://github.com/Sam-Hadow
|
link: https://github.com/Sam-Hadow
|
||||||
include:
|
include:
|
||||||
- .well-known/
|
- .well-known/
|
||||||
|
19
blog.html
Normal file
19
blog.html
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
---
|
||||||
|
layout: default
|
||||||
|
title: Blog
|
||||||
|
---
|
||||||
|
<h1>Latest Posts</h1>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
{% for post in site.posts %}
|
||||||
|
<li>
|
||||||
|
<h2>
|
||||||
|
<a href="{{ post.url }}">{{ post.title }}</a>
|
||||||
|
<span style="font-size: 0.6em; font-style: italic; margin-left: 0.5rem;">
|
||||||
|
{{ post.date | date: "%B %d, %Y" }}
|
||||||
|
</span>
|
||||||
|
</h2>
|
||||||
|
{{ post.excerpt }}
|
||||||
|
</li>
|
||||||
|
{% endfor %}
|
||||||
|
</ul>
|
4
index.md
4
index.md
@ -7,13 +7,13 @@ layout: default
|
|||||||
Hello there!<br />
|
Hello there!<br />
|
||||||
I'm Sam Hadow, a free software advocate *(with free as in freedom, libre in Spanish or French)*.
|
I'm Sam Hadow, a free software advocate *(with free as in freedom, libre in Spanish or French)*.
|
||||||
<br /><br />
|
<br /><br />
|
||||||
website (still) under construction
|
[blog](/blog.html)
|
||||||
<br /><br />
|
<br /><br />
|
||||||
## Available services <br />
|
## Available services <br />
|
||||||
[nitter](https://nitter.hadow.fr) [not working](https://github.com/zedeus/nitter/issues/919), thanks Elon.<br />
|
[nitter](https://nitter.hadow.fr) [not working](https://github.com/zedeus/nitter/issues/919), thanks Elon.<br />
|
||||||
[gitea](https://git.hadow.fr)
|
[gitea](https://git.hadow.fr)
|
||||||
<br /><br />
|
<br /><br />
|
||||||
[FAQ](./faq.html)
|
[FAQ](/faq.html)
|
||||||
<br /><br />
|
<br /><br />
|
||||||

|

|
||||||
<br /><br />
|
<br /><br />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user